Format Style Fixes
This commit is contained in:
@@ -1,424 +1,445 @@
|
||||
{
|
||||
"airdropTypeWeightings": {
|
||||
"mixed": 500,
|
||||
"weaponArmor": 400,
|
||||
"foodMedical": 100,
|
||||
"barter": 100,
|
||||
"radar": 0,
|
||||
"toiletPaper": 1
|
||||
},
|
||||
"loot": {
|
||||
"mixed": {
|
||||
"icon": "Common",
|
||||
"weaponPresetCount": {
|
||||
"min": 3,
|
||||
"max": 5
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 15,
|
||||
"max": 35
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"5d650c3e815116009f6201d2",
|
||||
"5448e8d64bdc2dce718b4568",
|
||||
"5448e8d04bdc2ddf718b4569",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"57864ee62459775490116fc1",
|
||||
"5448e54d4bdc2dcc718b4568",
|
||||
"5448e5284bdc2dcb718b4567",
|
||||
"5448e53e4bdc2d60728b4567",
|
||||
"5448f3a64bdc2d60728b456a",
|
||||
"5448f3ac4bdc2dce718b4569",
|
||||
"55818ad54bdc2ddc698b4569",
|
||||
"55818af64bdc2d5b648b4570",
|
||||
"55818b0e4bdc2dde698b456e",
|
||||
"5448bc234bdc2d3c308b4569",
|
||||
"57864ada245977548638de91",
|
||||
"5645bcb74bdc2ded0b8b4578",
|
||||
"5448e5724bdc2ddf718b4568",
|
||||
"55818add4bdc2d5b648b456f",
|
||||
"543be6564bdc2df4348b4568",
|
||||
"57864bb7245977548b3b66c2",
|
||||
"550aa4cd4bdc2dd8348b456c",
|
||||
"5448f39d4bdc2d0a728b4568",
|
||||
"5448f3a14bdc2d27728b4569",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"55818b164bdc2ddc698b456c",
|
||||
"55818ae44bdc2dde698b456c"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5447b5cf4bdc2d65278b4567": 1,
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448f3a64bdc2d60728b456a": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"57864bb7245977548b3b66c2": 2,
|
||||
"57864ada245977548638de91": 3,
|
||||
"5d650c3e815116009f6201d2": 2,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5448f39d4bdc2d0a728b4568": 4,
|
||||
"5448f3a14bdc2d27728b4569": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 50000
|
||||
},
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [0, 4, 5, 6],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
"airdropTypeWeightings": {
|
||||
"mixed": 500,
|
||||
"weaponArmor": 400,
|
||||
"foodMedical": 100,
|
||||
"barter": 100,
|
||||
"radar": 0,
|
||||
"toiletPaper": 1
|
||||
},
|
||||
"loot": {
|
||||
"mixed": {
|
||||
"icon": "Common",
|
||||
"weaponPresetCount": {
|
||||
"min": 3,
|
||||
"max": 5
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 15,
|
||||
"max": 35
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"5d650c3e815116009f6201d2",
|
||||
"5448e8d64bdc2dce718b4568",
|
||||
"5448e8d04bdc2ddf718b4569",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"57864ee62459775490116fc1",
|
||||
"5448e54d4bdc2dcc718b4568",
|
||||
"5448e5284bdc2dcb718b4567",
|
||||
"5448e53e4bdc2d60728b4567",
|
||||
"5448f3a64bdc2d60728b456a",
|
||||
"5448f3ac4bdc2dce718b4569",
|
||||
"55818ad54bdc2ddc698b4569",
|
||||
"55818af64bdc2d5b648b4570",
|
||||
"55818b0e4bdc2dde698b456e",
|
||||
"5448bc234bdc2d3c308b4569",
|
||||
"57864ada245977548638de91",
|
||||
"5645bcb74bdc2ded0b8b4578",
|
||||
"5448e5724bdc2ddf718b4568",
|
||||
"55818add4bdc2d5b648b456f",
|
||||
"543be6564bdc2df4348b4568",
|
||||
"57864bb7245977548b3b66c2",
|
||||
"550aa4cd4bdc2dd8348b456c",
|
||||
"5448f39d4bdc2d0a728b4568",
|
||||
"5448f3a14bdc2d27728b4569",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"55818b164bdc2ddc698b456c",
|
||||
"55818ae44bdc2dde698b456c"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5447b5cf4bdc2d65278b4567": 1,
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448f3a64bdc2d60728b456a": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"57864bb7245977548b3b66c2": 2,
|
||||
"57864ada245977548638de91": 3,
|
||||
"5d650c3e815116009f6201d2": 2,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5448f39d4bdc2d0a728b4568": 4,
|
||||
"5448f3a14bdc2d27728b4569": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"weaponArmor": {
|
||||
"icon": "Weapon",
|
||||
"weaponPresetCount": {
|
||||
"min": 6,
|
||||
"max": 8
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 3,
|
||||
"max": 6
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 11,
|
||||
"max": 22
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"5448e8d64bdc2dce718b4568",
|
||||
"5448e8d04bdc2ddf718b4569",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"5448e54d4bdc2dcc718b4568",
|
||||
"5448e5284bdc2dcb718b4567",
|
||||
"5448e53e4bdc2d60728b4567",
|
||||
"55818ad54bdc2ddc698b4569",
|
||||
"55818af64bdc2d5b648b4570",
|
||||
"55818b0e4bdc2dde698b456e",
|
||||
"5448bc234bdc2d3c308b4569",
|
||||
"5645bcb74bdc2ded0b8b4578",
|
||||
"5448e5724bdc2ddf718b4568",
|
||||
"55818add4bdc2d5b648b456f",
|
||||
"543be6564bdc2df4348b4568",
|
||||
"550aa4cd4bdc2dd8348b456c",
|
||||
"55818b164bdc2ddc698b456c",
|
||||
"55818ae44bdc2dde698b456c"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 3,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [0, 3, 4, 5, 6],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"foodMedical": {
|
||||
"icon": "Medical",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 25,
|
||||
"max": 45
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"5448e8d64bdc2dce718b4568",
|
||||
"5448e8d04bdc2ddf718b4569",
|
||||
"5448f3a64bdc2d60728b456a",
|
||||
"5448f3ac4bdc2dce718b4569",
|
||||
"5448f39d4bdc2d0a728b4568",
|
||||
"5448f3a14bdc2d27728b4569"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5447b5cf4bdc2d65278b4567": 1,
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448f3a64bdc2d60728b456a": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"57864bb7245977548b3b66c2": 2,
|
||||
"57864ada245977548638de91": 3,
|
||||
"5d650c3e815116009f6201d2": 2,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5448f39d4bdc2d0a728b4568": 4,
|
||||
"5448f3a14bdc2d27728b4569": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 50000
|
||||
},
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [0],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 50000
|
||||
},
|
||||
"barter": {
|
||||
"icon": "Supply",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 20,
|
||||
"max": 35
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"5d650c3e815116009f6201d2",
|
||||
"57864ee62459775490116fc1",
|
||||
"57864ada245977548638de91",
|
||||
"57864bb7245977548b3b66c2",
|
||||
"57864e4c24597754843f8723",
|
||||
"57864c322459775490116fbf",
|
||||
"57864a66245977548f04a81f"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5447b5cf4bdc2d65278b4567": 1,
|
||||
"57864ee62459775490116fc1": 2,
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448f3a64bdc2d60728b456a": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"57864bb7245977548b3b66c2": 5,
|
||||
"57864ada245977548638de91": 5,
|
||||
"5d650c3e815116009f6201d2": 5,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5448f39d4bdc2d0a728b4568": 4,
|
||||
"5448f3a14bdc2d27728b4569": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 50000
|
||||
},
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [0],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"radar": {
|
||||
"icon": "Supply",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [],
|
||||
"itemLimits": {},
|
||||
"itemStackLimits": {},
|
||||
"armorLevelWhitelist": [],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true,
|
||||
"useForcedLoot": true,
|
||||
"forcedLoot": {
|
||||
"66d9f7256916142b3b02276e": { "min": 2, "max": 4 }
|
||||
}
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"toiletPaper": {
|
||||
"icon": "Supply",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [],
|
||||
"itemLimits": {},
|
||||
"itemStackLimits": {},
|
||||
"armorLevelWhitelist": [],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true,
|
||||
"useForcedLoot": true,
|
||||
"forcedLoot": {
|
||||
"5c13cef886f774072e618e82": { "min": 100, "max": 120 }
|
||||
}
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
0,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
},
|
||||
"customAirdropMapping": {
|
||||
"66da1b49099cf6adcc07a36b": "radar",
|
||||
"66da1b546916142b3b022777": "radar"
|
||||
"weaponArmor": {
|
||||
"icon": "Weapon",
|
||||
"weaponPresetCount": {
|
||||
"min": 6,
|
||||
"max": 8
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 3,
|
||||
"max": 6
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 11,
|
||||
"max": 22
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"5448e8d64bdc2dce718b4568",
|
||||
"5448e8d04bdc2ddf718b4569",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"5448e54d4bdc2dcc718b4568",
|
||||
"5448e5284bdc2dcb718b4567",
|
||||
"5448e53e4bdc2d60728b4567",
|
||||
"55818ad54bdc2ddc698b4569",
|
||||
"55818af64bdc2d5b648b4570",
|
||||
"55818b0e4bdc2dde698b456e",
|
||||
"5448bc234bdc2d3c308b4569",
|
||||
"5645bcb74bdc2ded0b8b4578",
|
||||
"5448e5724bdc2ddf718b4568",
|
||||
"55818add4bdc2d5b648b456f",
|
||||
"543be6564bdc2df4348b4568",
|
||||
"550aa4cd4bdc2dd8348b456c",
|
||||
"55818b164bdc2ddc698b456c",
|
||||
"55818ae44bdc2dde698b456c"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 3,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
0,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
},
|
||||
"foodMedical": {
|
||||
"icon": "Medical",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 25,
|
||||
"max": 45
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"5448e8d64bdc2dce718b4568",
|
||||
"5448e8d04bdc2ddf718b4569",
|
||||
"5448f3a64bdc2d60728b456a",
|
||||
"5448f3ac4bdc2dce718b4569",
|
||||
"5448f39d4bdc2d0a728b4568",
|
||||
"5448f3a14bdc2d27728b4569"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5447b5cf4bdc2d65278b4567": 1,
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448f3a64bdc2d60728b456a": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"57864bb7245977548b3b66c2": 2,
|
||||
"57864ada245977548638de91": 3,
|
||||
"5d650c3e815116009f6201d2": 2,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5448f39d4bdc2d0a728b4568": 4,
|
||||
"5448f3a14bdc2d27728b4569": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 50000
|
||||
},
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
0
|
||||
],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
},
|
||||
"barter": {
|
||||
"icon": "Supply",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 20,
|
||||
"max": 35
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [
|
||||
"5d650c3e815116009f6201d2",
|
||||
"57864ee62459775490116fc1",
|
||||
"57864ada245977548638de91",
|
||||
"57864bb7245977548b3b66c2",
|
||||
"57864e4c24597754843f8723",
|
||||
"57864c322459775490116fbf",
|
||||
"57864a66245977548f04a81f"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5447b5cf4bdc2d65278b4567": 1,
|
||||
"57864ee62459775490116fc1": 2,
|
||||
"5448e8d04bdc2ddf718b4569": 3,
|
||||
"5448e8d64bdc2dce718b4568": 3,
|
||||
"5448bc234bdc2d3c308b4569": 3,
|
||||
"5448f3a64bdc2d60728b456a": 3,
|
||||
"5448e54d4bdc2dcc718b4568": 3,
|
||||
"5485a8684bdc2da71d8b4567": 4,
|
||||
"57864bb7245977548b3b66c2": 5,
|
||||
"57864ada245977548638de91": 5,
|
||||
"5d650c3e815116009f6201d2": 5,
|
||||
"5645bcb74bdc2ded0b8b4578": 2,
|
||||
"5448e5724bdc2ddf718b4568": 2,
|
||||
"55818add4bdc2d5b648b456f": 2,
|
||||
"543be6564bdc2df4348b4568": 3,
|
||||
"550aa4cd4bdc2dd8348b456c": 2,
|
||||
"5448f39d4bdc2d0a728b4568": 4,
|
||||
"5448f3a14bdc2d27728b4569": 2,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 3,
|
||||
"55818b164bdc2ddc698b456c": 2,
|
||||
"55818ae44bdc2dde698b456c": 2,
|
||||
"5448e5284bdc2dcb718b4567": 2
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5fc382a9d724d907e2077dab": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 50000
|
||||
},
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
0
|
||||
],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
},
|
||||
"radar": {
|
||||
"icon": "Supply",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [],
|
||||
"itemLimits": {},
|
||||
"itemStackLimits": {},
|
||||
"armorLevelWhitelist": [],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true,
|
||||
"useForcedLoot": true,
|
||||
"forcedLoot": {
|
||||
"66d9f7256916142b3b02276e": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
},
|
||||
"toiletPaper": {
|
||||
"icon": "Supply",
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [],
|
||||
"itemTypeWhitelist": [],
|
||||
"itemLimits": {},
|
||||
"itemStackLimits": {},
|
||||
"armorLevelWhitelist": [],
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true,
|
||||
"useForcedLoot": true,
|
||||
"forcedLoot": {
|
||||
"5c13cef886f774072e618e82": {
|
||||
"min": 100,
|
||||
"max": 120
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"customAirdropMapping": {
|
||||
"66da1b49099cf6adcc07a36b": "radar",
|
||||
"66da1b546916142b3b022777": "radar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"maxBackups": 15,
|
||||
"directory": "./user/profiles/backups",
|
||||
"backupInterval": {
|
||||
"enabled": false,
|
||||
"intervalMinutes": 120
|
||||
}
|
||||
"enabled": true,
|
||||
"maxBackups": 15,
|
||||
"directory": "./user/profiles/backups",
|
||||
"backupInterval": {
|
||||
"enabled": false,
|
||||
"intervalMinutes": 120
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
},
|
||||
"weapon": {
|
||||
"highestMax": 100,
|
||||
"lowestMax": 85,
|
||||
"lowestMax": 85,
|
||||
"maxDelta": 10,
|
||||
"minDelta": 0,
|
||||
"minLimitPercent": 15
|
||||
@@ -225,15 +225,15 @@
|
||||
},
|
||||
"follower": {
|
||||
"armor": {
|
||||
"highestMaxPercent": 100,
|
||||
"lowestMaxPercent": 90,
|
||||
"highestMaxPercent": 100,
|
||||
"lowestMaxPercent": 90,
|
||||
"maxDelta": 10,
|
||||
"minDelta": 0,
|
||||
"minLimitPercent": 15
|
||||
},
|
||||
"weapon": {
|
||||
"highestMax": 100,
|
||||
"lowestMax": 85,
|
||||
"lowestMax": 85,
|
||||
"maxDelta": 40,
|
||||
"minDelta": 20,
|
||||
"minLimitPercent": 15
|
||||
@@ -2399,7 +2399,7 @@
|
||||
"60db29ce99594040e04c4a27": 0,
|
||||
"61f7c9e189e6fb1a5e3ea78d": 0,
|
||||
"65290f395ae2ae97b80fdf2d": 10,
|
||||
"67d0576f29f580ebc10efd08": 1
|
||||
"67d0576f29f580ebc10efd08": 1
|
||||
},
|
||||
"Headwear": {
|
||||
"5aa7e276e5b5b000171d0647": 50,
|
||||
@@ -2860,17 +2860,17 @@
|
||||
]
|
||||
},
|
||||
"weeklyBoss": {
|
||||
"enabled": true,
|
||||
"bossPool": [
|
||||
"bossBully",
|
||||
"bossTagilla",
|
||||
"bossGluhar",
|
||||
"bossKilla",
|
||||
"bossKojaniy",
|
||||
"bossSanitar",
|
||||
"bossKolontay",
|
||||
"bossKnight"
|
||||
],
|
||||
"resetDay": "Monday"
|
||||
"enabled": true,
|
||||
"bossPool": [
|
||||
"bossBully",
|
||||
"bossTagilla",
|
||||
"bossGluhar",
|
||||
"bossKilla",
|
||||
"bossKojaniy",
|
||||
"bossSanitar",
|
||||
"bossKolontay",
|
||||
"bossKnight"
|
||||
],
|
||||
"resetDay": "Monday"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"returnTimeOverrideSeconds": 0,
|
||||
"runIntervalSeconds": 30
|
||||
"returnTimeOverrideSeconds": 0,
|
||||
"runIntervalSeconds": 30
|
||||
}
|
||||
|
||||
@@ -1,198 +1,203 @@
|
||||
{
|
||||
"sptVersion": "4.0.0",
|
||||
"projectName": "SPT",
|
||||
"compatibleTarkovVersion": "0.16.0.38114",
|
||||
"serverName": "SPT Server",
|
||||
"profileSaveIntervalSeconds": 15,
|
||||
"sptFriendNickname": "SPT",
|
||||
"allowProfileWipe": true,
|
||||
"bsgLogging": {
|
||||
"verbosity": 6,
|
||||
"sendToServer": false
|
||||
},
|
||||
"release": {
|
||||
"betaDisclaimerTimeoutDelay": 30
|
||||
},
|
||||
"fixes": {
|
||||
"fixShotgunDispersion": true,
|
||||
"removeModItemsFromProfile": false,
|
||||
"removeInvalidTradersFromProfile": false,
|
||||
"fixProfileBreakingInventoryItemIssues": false
|
||||
"sptVersion": "4.0.0",
|
||||
"projectName": "SPT",
|
||||
"compatibleTarkovVersion": "0.16.0.38114",
|
||||
"serverName": "SPT Server",
|
||||
"profileSaveIntervalSeconds": 15,
|
||||
"sptFriendNickname": "SPT",
|
||||
"allowProfileWipe": true,
|
||||
"bsgLogging": {
|
||||
"verbosity": 6,
|
||||
"sendToServer": false
|
||||
},
|
||||
"release": {
|
||||
"betaDisclaimerTimeoutDelay": 30
|
||||
},
|
||||
"fixes": {
|
||||
"fixShotgunDispersion": true,
|
||||
"removeModItemsFromProfile": false,
|
||||
"removeInvalidTradersFromProfile": false,
|
||||
"fixProfileBreakingInventoryItemIssues": false
|
||||
},
|
||||
"survey": {
|
||||
"locale": {
|
||||
"en": {
|
||||
"question_1": "An update to a popular mod that makes the game more realistic has been released, which of the following actions on discord will you do?",
|
||||
"question_1_answer_1": "Ignore the changelog",
|
||||
"question_1_answer_2": "Ignore the readme",
|
||||
"question_1_answer_3": "Ask in general chat why the guns dont shoot",
|
||||
"question_1_answer_4": "Argue with general chat when they tell you to read the readme",
|
||||
"question_1_answer_5": "Install as many mods as you can at the same time and get mad when everything breaks",
|
||||
"question_1_answer_6": "Inform general chat of your displeasure and get mad when they laugh at you",
|
||||
"question_1_answer_7": "Tag staff to inform them of your displeasure of a mod you don't like being released",
|
||||
"question_1_answer_8": "DM the author informing them of your displeasure at their mods existence",
|
||||
"question_1_answer_9": "DM the author and inform them you are going to sue them",
|
||||
"question_1_answer_10": "Stalk the author and create dozens of hub accounts to message them",
|
||||
|
||||
"question_2": "You want to download an older version of SPT but you have been informed old versions cannot be downloaded, what do you do?",
|
||||
"question_2_answer_1": "Get mad",
|
||||
"question_2_answer_2": "Get REAL mad and voice your opinion in every possible chat you can",
|
||||
"question_2_answer_3": "Travel around various discords informing anyone who listens what bad people SPT are",
|
||||
"question_2_answer_4": "Create dozens of alt accounts to DM staff and inform them of your displeasure",
|
||||
"question_2_answer_5": "Ask when the old SPT verison is coming back every day for weeks",
|
||||
"title": "Feedback survey",
|
||||
"time": "About 1 minute",
|
||||
"description": "This was the second SPT survey, what a valuable use of 20 minutes that was.",
|
||||
"farewell": "You knew the first survey didnt do anything yet you still submitted the second one, you're quite an odd one."
|
||||
}
|
||||
},
|
||||
"survey": {
|
||||
"locale": {
|
||||
"en": {
|
||||
"question_1": "An update to a popular mod that makes the game more realistic has been released, which of the following actions on discord will you do?",
|
||||
"question_1_answer_1": "Ignore the changelog",
|
||||
"question_1_answer_2": "Ignore the readme",
|
||||
"question_1_answer_3": "Ask in general chat why the guns dont shoot",
|
||||
"question_1_answer_4": "Argue with general chat when they tell you to read the readme",
|
||||
"question_1_answer_5": "Install as many mods as you can at the same time and get mad when everything breaks",
|
||||
"question_1_answer_6": "Inform general chat of your displeasure and get mad when they laugh at you",
|
||||
"question_1_answer_7": "Tag staff to inform them of your displeasure of a mod you don't like being released",
|
||||
"question_1_answer_8": "DM the author informing them of your displeasure at their mods existence",
|
||||
"question_1_answer_9": "DM the author and inform them you are going to sue them",
|
||||
"question_1_answer_10": "Stalk the author and create dozens of hub accounts to message them",
|
||||
|
||||
"question_2": "You want to download an older version of SPT but you have been informed old versions cannot be downloaded, what do you do?",
|
||||
"question_2_answer_1": "Get mad",
|
||||
"question_2_answer_2": "Get REAL mad and voice your opinion in every possible chat you can",
|
||||
"question_2_answer_3": "Travel around various discords informing anyone who listens what bad people SPT are",
|
||||
"question_2_answer_4": "Create dozens of alt accounts to DM staff and inform them of your displeasure",
|
||||
"question_2_answer_5": "Ask when the old SPT verison is coming back every day for weeks",
|
||||
"title": "Feedback survey",
|
||||
"time": "About 1 minute",
|
||||
"description": "This was the second SPT survey, what a valuable use of 20 minutes that was.",
|
||||
"farewell": "You knew the first survey didnt do anything yet you still submitted the second one, you're quite an odd one."
|
||||
"id": 1,
|
||||
"welcomePageData": {
|
||||
"titleLocaleKey": "title",
|
||||
"timeLocaleKey": "time",
|
||||
"descriptionLocaleKey": "description"
|
||||
},
|
||||
"farewellPageData": {
|
||||
"textLocaleKey": "farewell"
|
||||
},
|
||||
"pages": [
|
||||
[
|
||||
0,
|
||||
1
|
||||
]
|
||||
],
|
||||
"questions": [
|
||||
{
|
||||
"id": 0,
|
||||
"sortIndex": 1,
|
||||
"titleLocaleKey": "question_1",
|
||||
"hintLocaleKey": "",
|
||||
"answerLimit": 10,
|
||||
"answerType": "MultiOption",
|
||||
"answers": [
|
||||
{
|
||||
"id": 0,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_1"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_2"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_3"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_4"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_5"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_6"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_7"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_8"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_9"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
"survey": {
|
||||
"id": 1,
|
||||
"welcomePageData": {
|
||||
"titleLocaleKey": "title",
|
||||
"timeLocaleKey": "time",
|
||||
"descriptionLocaleKey": "description"
|
||||
{
|
||||
"id": 1,
|
||||
"sortIndex": 1,
|
||||
"titleLocaleKey": "question_2",
|
||||
"hintLocaleKey": "",
|
||||
"answerLimit": 5,
|
||||
"answerType": "SingleOption",
|
||||
"answers": [
|
||||
{
|
||||
"id": 0,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_1"
|
||||
},
|
||||
"farewellPageData": {
|
||||
"textLocaleKey": "farewell"
|
||||
{
|
||||
"id": 1,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_2"
|
||||
},
|
||||
"pages": [[0, 1]],
|
||||
"questions": [
|
||||
{
|
||||
"id": 0,
|
||||
"sortIndex": 1,
|
||||
"titleLocaleKey": "question_1",
|
||||
"hintLocaleKey": "",
|
||||
"answerLimit": 10,
|
||||
"answerType": "MultiOption",
|
||||
"answers": [
|
||||
{
|
||||
"id": 0,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_1"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_2"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_3"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_4"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_5"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_6"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_7"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_8"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_9"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"questionId": 0,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_1_answer_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"sortIndex": 1,
|
||||
"titleLocaleKey": "question_2",
|
||||
"hintLocaleKey": "",
|
||||
"answerLimit": 5,
|
||||
"answerType": "SingleOption",
|
||||
"answers": [
|
||||
{
|
||||
"id": 0,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_1"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_2"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_3"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_4"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_5"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"isNew": false
|
||||
{
|
||||
"id": 2,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_3"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_4"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"questionId": 1,
|
||||
"sortIndex": 1,
|
||||
"localeKey": "question_2_answer_5"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"isNew": false
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"compressProfile": false,
|
||||
"chatbotFeatures": {
|
||||
"sptFriendGiftsEnabled": true,
|
||||
"commandoFeatures": {
|
||||
"giveCommandEnabled": true
|
||||
},
|
||||
"commandUseLimits": {
|
||||
"StashRows": 29
|
||||
},
|
||||
"ids": {
|
||||
"commando": "6723fd51c5924c57ce0ca01e",
|
||||
"spt": "6723fd51c5924c57ce0ca01f"
|
||||
},
|
||||
"enabledBots": {
|
||||
"6723fd51c5924c57ce0ca01e": true,
|
||||
"6723fd51c5924c57ce0ca01f": true
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"compressProfile": false,
|
||||
"chatbotFeatures": {
|
||||
"sptFriendGiftsEnabled": true,
|
||||
"commandoFeatures": {
|
||||
"giveCommandEnabled": true
|
||||
},
|
||||
"commandUseLimits": {
|
||||
"StashRows": 29
|
||||
},
|
||||
"ids": {
|
||||
"commando": "6723fd51c5924c57ce0ca01e",
|
||||
"spt": "6723fd51c5924c57ce0ca01f"
|
||||
},
|
||||
"enabledBots": {
|
||||
"6723fd51c5924c57ce0ca01e": true,
|
||||
"6723fd51c5924c57ce0ca01f": true
|
||||
}
|
||||
},
|
||||
"createNewProfileTypesBlacklist": [],
|
||||
"achievementProfileIdBlacklist": []
|
||||
},
|
||||
"customWatermarkLocaleKeys": []
|
||||
"createNewProfileTypesBlacklist": [],
|
||||
"achievementProfileIdBlacklist": []
|
||||
},
|
||||
"customWatermarkLocaleKeys": []
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"healthMultipliers": {
|
||||
"blacked": 0.1
|
||||
},
|
||||
"save": {
|
||||
"health": true
|
||||
}
|
||||
"healthMultipliers": {
|
||||
"blacked": 0.1
|
||||
},
|
||||
"save": {
|
||||
"health": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,169 +40,286 @@
|
||||
"craftTimeOverride": -1,
|
||||
"directRewards": [
|
||||
{
|
||||
"reward": [ "5857a8bc2459772bad15db29" ],
|
||||
"requiredItems": [ "665ee77ccf2d642e98220bca" ],
|
||||
"reward": [
|
||||
"5857a8bc2459772bad15db29"
|
||||
],
|
||||
"requiredItems": [
|
||||
"665ee77ccf2d642e98220bca"
|
||||
],
|
||||
"craftTimeSeconds": 360,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "676008db84e242067d0dc4c9" ],
|
||||
"requiredItems": [ "5c093ca986f7740a1867ab12" ],
|
||||
"reward": [
|
||||
"676008db84e242067d0dc4c9"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5c093ca986f7740a1867ab12"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "590c657e86f77412b013051d" ],
|
||||
"requiredItems": [ "655c652d60d0ac437100fed7" ],
|
||||
"reward": [
|
||||
"590c657e86f77412b013051d"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c652d60d0ac437100fed7"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "635267ab3c89e2112001f826" ],
|
||||
"requiredItems": [ "655c669103999d3c810c025b" ],
|
||||
"reward": [
|
||||
"635267ab3c89e2112001f826"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c669103999d3c810c025b"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "61b9e1aaef9a1b5d6a79899a" ],
|
||||
"requiredItems": [ "655c67ab0d37ca5135388f4b" ],
|
||||
"reward": [
|
||||
"61b9e1aaef9a1b5d6a79899a"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c67ab0d37ca5135388f4b"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5bc9b9ecd4351e3bac122519", "62a09dd4621468534a797ac7" ],
|
||||
"requiredItems": [ "66572b8d80b1cd4b6a67847f" ],
|
||||
"reward": [
|
||||
"5bc9b9ecd4351e3bac122519",
|
||||
"62a09dd4621468534a797ac7"
|
||||
],
|
||||
"requiredItems": [
|
||||
"66572b8d80b1cd4b6a67847f"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5c0e874186f7745dc7616606" ],
|
||||
"requiredItems": [ "66572c82ad599021091c6118" ],
|
||||
"reward": [
|
||||
"5c0e874186f7745dc7616606"
|
||||
],
|
||||
"requiredItems": [
|
||||
"66572c82ad599021091c6118"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5d40407c86f774318526545a", "5d40407c86f774318526545a", "5d40407c86f774318526545a" ],
|
||||
"requiredItems": [ "655c66e40b2de553b618d4b8" ],
|
||||
"reward": [
|
||||
"5d40407c86f774318526545a",
|
||||
"5d40407c86f774318526545a",
|
||||
"5d40407c86f774318526545a"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c66e40b2de553b618d4b8"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5b3b713c5acfc4330140bd8d" ],
|
||||
"requiredItems": [ "66572be36a723f7f005a066e" ],
|
||||
"reward": [
|
||||
"5b3b713c5acfc4330140bd8d"
|
||||
],
|
||||
"requiredItems": [
|
||||
"66572be36a723f7f005a066e"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5ed5166ad380ab312177c100", "59e3577886f774176a362503" ],
|
||||
"requiredItems": [ "655c67782a1356436041c9c5" ],
|
||||
"reward": [
|
||||
"5ed5166ad380ab312177c100",
|
||||
"59e3577886f774176a362503"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c67782a1356436041c9c5"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "56e335e4d2720b6c058b456d", "572b7adb24597762ae139821" ],
|
||||
"requiredItems": [ "655c673673a43e23e857aebd" ],
|
||||
"reward": [
|
||||
"56e335e4d2720b6c058b456d",
|
||||
"572b7adb24597762ae139821"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c673673a43e23e857aebd"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "60a7ad3a0c5cb24b0134664a", "60a7ad2a2198820d95707a2e" ],
|
||||
"requiredItems": [ "66572cbdad599021091c611a" ],
|
||||
"reward": [
|
||||
"60a7ad3a0c5cb24b0134664a",
|
||||
"60a7ad2a2198820d95707a2e"
|
||||
],
|
||||
"requiredItems": [
|
||||
"66572cbdad599021091c611a"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5c0e655586f774045612eeb2" ],
|
||||
"requiredItems": [ "655c663a6689c676ce57af85" ],
|
||||
"reward": [
|
||||
"5c0e655586f774045612eeb2"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c663a6689c676ce57af85"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "62a091170b9d3c46de5b6cf2" ],
|
||||
"requiredItems": [ "5aa2b986e5b5b00014028f4c" ],
|
||||
"reward": [
|
||||
"62a091170b9d3c46de5b6cf2"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5aa2b986e5b5b00014028f4c"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": true
|
||||
},
|
||||
{
|
||||
"reward": [ "5d1b376e86f774252519444e" ],
|
||||
"requiredItems": [ "6582dbf0b8d7830efc45016f" ],
|
||||
"reward": [
|
||||
"5d1b376e86f774252519444e"
|
||||
],
|
||||
"requiredItems": [
|
||||
"6582dbf0b8d7830efc45016f"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": true
|
||||
},
|
||||
{
|
||||
"reward": [ "62a0a098de7ac8199358053b" ],
|
||||
"requiredItems": [ "5c13cd2486f774072c757944" ],
|
||||
"reward": [
|
||||
"62a0a098de7ac8199358053b"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5c13cd2486f774072c757944"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": true
|
||||
},
|
||||
{
|
||||
"reward": [ "5d1b392c86f77425243e98fe", "5d1b392c86f77425243e98fe" ],
|
||||
"requiredItems": [ "5a0c27731526d80618476ac4" ],
|
||||
"reward": [
|
||||
"5d1b392c86f77425243e98fe",
|
||||
"5d1b392c86f77425243e98fe"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5a0c27731526d80618476ac4"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": true
|
||||
},
|
||||
{
|
||||
"reward": [ "5e2af47786f7746d404f3aaa" ],
|
||||
"requiredItems": [ "5448fee04bdc2dbc018b4567" ],
|
||||
"reward": [
|
||||
"5e2af47786f7746d404f3aaa"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5448fee04bdc2dbc018b4567"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "590c5bbd86f774785762df04" ],
|
||||
"requiredItems": [ "590c5c9f86f77477c91c36e7" ],
|
||||
"reward": [
|
||||
"590c5bbd86f774785762df04"
|
||||
],
|
||||
"requiredItems": [
|
||||
"590c5c9f86f77477c91c36e7"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5df8a72c86f77412640e2e83" ],
|
||||
"requiredItems": [ "5df8a6a186f77412640e2e80" ],
|
||||
"reward": [
|
||||
"5df8a72c86f77412640e2e83"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5df8a6a186f77412640e2e80"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5df8a77486f77412672a1e3f" ],
|
||||
"requiredItems": [ "5df8a72c86f77412640e2e83" ],
|
||||
"reward": [
|
||||
"5df8a77486f77412672a1e3f"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5df8a72c86f77412640e2e83"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5df8a6a186f77412640e2e80" ],
|
||||
"requiredItems": [ "5df8a77486f77412672a1e3f" ],
|
||||
"reward": [
|
||||
"5df8a6a186f77412640e2e80"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5df8a77486f77412672a1e3f"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "64d4b23dc1b37504b41ac2b6" ],
|
||||
"requiredItems": [ "679b9d6390622daf9708da76" ],
|
||||
"reward": [
|
||||
"64d4b23dc1b37504b41ac2b6"
|
||||
],
|
||||
"requiredItems": [
|
||||
"679b9d6390622daf9708da76"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "590c346786f77423e50ed342" ],
|
||||
"requiredItems": [ "679b9d55708cfcb2060b9ae3" ],
|
||||
"reward": [
|
||||
"590c346786f77423e50ed342"
|
||||
],
|
||||
"requiredItems": [
|
||||
"679b9d55708cfcb2060b9ae3"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "62a09e974f842e1bd12da3f0" ],
|
||||
"requiredItems": [ "679b9d43597ba2ed120c3d44" ],
|
||||
"reward": [
|
||||
"62a09e974f842e1bd12da3f0"
|
||||
],
|
||||
"requiredItems": [
|
||||
"679b9d43597ba2ed120c3d44"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "590c31c586f774245e3141b2" ],
|
||||
"requiredItems": [ "679b9cce4e4ed4b3b40ae5c5" ],
|
||||
"reward": [
|
||||
"590c31c586f774245e3141b2"
|
||||
],
|
||||
"requiredItems": [
|
||||
"679b9cce4e4ed4b3b40ae5c5"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5b4335ba86f7744d2837a264" ],
|
||||
"requiredItems": [ "679b9d4b3374fb14f40efe6d" ],
|
||||
"reward": [
|
||||
"5b4335ba86f7744d2837a264"
|
||||
],
|
||||
"requiredItems": [
|
||||
"679b9d4b3374fb14f40efe6d"
|
||||
],
|
||||
"craftTimeSeconds": 3960,
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "67ea616a74f765cefd009fb7" ],
|
||||
"reward": [
|
||||
"67ea616a74f765cefd009fb7"
|
||||
],
|
||||
"requiredItems": [
|
||||
"679b9d4b3374fb14f40efe6d",
|
||||
"679b9d6390622daf9708da76",
|
||||
@@ -214,7 +331,9 @@
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "5fc64ea372b0dd78d51159dc" ],
|
||||
"reward": [
|
||||
"5fc64ea372b0dd78d51159dc"
|
||||
],
|
||||
"requiredItems": [
|
||||
"655c669103999d3c810c025b",
|
||||
"655c669103999d3c810c025b",
|
||||
@@ -226,8 +345,12 @@
|
||||
"repeatable": false
|
||||
},
|
||||
{
|
||||
"reward": [ "6389c8c5dbfd5e4b95197e6b" ],
|
||||
"requiredItems": [ "5c0530ee86f774697952d952" ],
|
||||
"reward": [
|
||||
"6389c8c5dbfd5e4b95197e6b"
|
||||
],
|
||||
"requiredItems": [
|
||||
"5c0530ee86f774697952d952"
|
||||
],
|
||||
"craftTimeSeconds": 39960,
|
||||
"repeatable": false
|
||||
},
|
||||
@@ -238,7 +361,9 @@
|
||||
"5c12620d86f7743f8b198b72",
|
||||
"5c12620d86f7743f8b198b72"
|
||||
],
|
||||
"requiredItems": [ "59faff1d86f7746c51718c9c" ],
|
||||
"requiredItems": [
|
||||
"59faff1d86f7746c51718c9c"
|
||||
],
|
||||
"craftTimeSeconds": 39960,
|
||||
"repeatable": false
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"ip": "127.0.0.1",
|
||||
"port": 6969,
|
||||
"backendIp": "127.0.0.1",
|
||||
"backendPort": 6969,
|
||||
"logRequests": true,
|
||||
"serverImagePathOverride": {}
|
||||
"ip": "127.0.0.1",
|
||||
"port": 6969,
|
||||
"backendIp": "127.0.0.1",
|
||||
"backendPort": 6969,
|
||||
"logRequests": true,
|
||||
"serverImagePathOverride": {}
|
||||
}
|
||||
|
||||
@@ -1,28 +1,36 @@
|
||||
{
|
||||
"raidMenuSettings": {
|
||||
"aiAmount": "AsOnline",
|
||||
"aiDifficulty": "AsOnline",
|
||||
"bossEnabled": true,
|
||||
"scavWars": false,
|
||||
"taggedAndCursed": false,
|
||||
"enablePve": true,
|
||||
"randomWeather": false,
|
||||
"randomTime": false
|
||||
},
|
||||
"carExtracts": ["Dorms V-Ex", "PP Exfil", "V-Ex_light", "South V-Ex", "E7_car", "Sandbox_VExit", "Shorl_V-Ex"],
|
||||
"coopExtracts": [
|
||||
"Interchange Cooperation",
|
||||
"tunnel_shared",
|
||||
"EXFIL_ScavCooperation",
|
||||
"Factory Gate",
|
||||
"Exit_E10_coop",
|
||||
"Smugglers_Trail_coop",
|
||||
"Scav_coop_exit"
|
||||
],
|
||||
"carExtractBaseStandingGain": 0.2,
|
||||
"coopExtractBaseStandingGain": 0.25,
|
||||
"scavExtractStandingGain": 0.01,
|
||||
"keepFiRSecureContainerOnDeath": false,
|
||||
"alwaysKeepFoundInRaidOnRaidEnd": false,
|
||||
"playerScavHostileChancePercent": 15
|
||||
"raidMenuSettings": {
|
||||
"aiAmount": "AsOnline",
|
||||
"aiDifficulty": "AsOnline",
|
||||
"bossEnabled": true,
|
||||
"scavWars": false,
|
||||
"taggedAndCursed": false,
|
||||
"enablePve": true,
|
||||
"randomWeather": false,
|
||||
"randomTime": false
|
||||
},
|
||||
"carExtracts": [
|
||||
"Dorms V-Ex",
|
||||
"PP Exfil",
|
||||
"V-Ex_light",
|
||||
"South V-Ex",
|
||||
"E7_car",
|
||||
"Sandbox_VExit",
|
||||
"Shorl_V-Ex"
|
||||
],
|
||||
"coopExtracts": [
|
||||
"Interchange Cooperation",
|
||||
"tunnel_shared",
|
||||
"EXFIL_ScavCooperation",
|
||||
"Factory Gate",
|
||||
"Exit_E10_coop",
|
||||
"Smugglers_Trail_coop",
|
||||
"Scav_coop_exit"
|
||||
],
|
||||
"carExtractBaseStandingGain": 0.2,
|
||||
"coopExtractBaseStandingGain": 0.25,
|
||||
"scavExtractStandingGain": 0.01,
|
||||
"keepFiRSecureContainerOnDeath": false,
|
||||
"alwaysKeepFoundInRaidOnRaidEnd": false,
|
||||
"playerScavHostileChancePercent": 15
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"returnChancePercent": {
|
||||
"54cb50c76803fa8b248b4571": 85,
|
||||
"54cb57776803fa99248b456e": 95
|
||||
},
|
||||
"returnTimeOverrideSeconds": 0,
|
||||
"storageTimeOverrideSeconds": 0,
|
||||
"runIntervalSeconds": 600,
|
||||
"minAttachmentRoublePriceToBeTaken": 15000,
|
||||
"chanceNoAttachmentsTakenPercent": 10,
|
||||
"simulateItemsBeingTaken": true
|
||||
"returnChancePercent": {
|
||||
"54cb50c76803fa8b248b4571": 85,
|
||||
"54cb57776803fa99248b456e": 95
|
||||
},
|
||||
"returnTimeOverrideSeconds": 0,
|
||||
"storageTimeOverrideSeconds": 0,
|
||||
"runIntervalSeconds": 600,
|
||||
"minAttachmentRoublePriceToBeTaken": 15000,
|
||||
"chanceNoAttachmentsTakenPercent": 10,
|
||||
"simulateItemsBeingTaken": true
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,39 +1,39 @@
|
||||
{
|
||||
"gameLocale": "system",
|
||||
"serverLocale": "system",
|
||||
"serverSupportedLocales": [
|
||||
"ar",
|
||||
"en",
|
||||
"cs",
|
||||
"da",
|
||||
"de",
|
||||
"el",
|
||||
"es-es",
|
||||
"fr",
|
||||
"nl",
|
||||
"no",
|
||||
"tr",
|
||||
"hi",
|
||||
"hu",
|
||||
"id",
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"nl",
|
||||
"no",
|
||||
"pl",
|
||||
"pt-br",
|
||||
"pt-pt",
|
||||
"ru",
|
||||
"sv",
|
||||
"vi",
|
||||
"uk",
|
||||
"zh-cn"
|
||||
],
|
||||
"fallbacks": {
|
||||
"en-*": "en",
|
||||
"pt-*": "pt-pt",
|
||||
"zh-*": "zh-cn",
|
||||
"es-*": "es-es"
|
||||
}
|
||||
"gameLocale": "system",
|
||||
"serverLocale": "system",
|
||||
"serverSupportedLocales": [
|
||||
"ar",
|
||||
"en",
|
||||
"cs",
|
||||
"da",
|
||||
"de",
|
||||
"el",
|
||||
"es-es",
|
||||
"fr",
|
||||
"nl",
|
||||
"no",
|
||||
"tr",
|
||||
"hi",
|
||||
"hu",
|
||||
"id",
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"nl",
|
||||
"no",
|
||||
"pl",
|
||||
"pt-br",
|
||||
"pt-pt",
|
||||
"ru",
|
||||
"sv",
|
||||
"vi",
|
||||
"uk",
|
||||
"zh-cn"
|
||||
],
|
||||
"fallbacks": {
|
||||
"en-*": "en",
|
||||
"pt-*": "pt-pt",
|
||||
"zh-*": "zh-cn",
|
||||
"es-*": "es-es"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"looseLoot": {
|
||||
"woods": [],
|
||||
"bigmap": [],
|
||||
"laboratory": []
|
||||
},
|
||||
"looseLootSpawnPointAdjustments": {
|
||||
"bigmap": {},
|
||||
"rezervbase": {},
|
||||
"tarkovstreets": {}
|
||||
}
|
||||
"looseLoot": {
|
||||
"woods": [],
|
||||
"bigmap": [],
|
||||
"laboratory": []
|
||||
},
|
||||
"looseLootSpawnPointAdjustments": {
|
||||
"bigmap": {},
|
||||
"rezervbase": {},
|
||||
"tarkovstreets": {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"equipment": {
|
||||
"ArmBand": false,
|
||||
"Compass": false,
|
||||
"Headwear": true,
|
||||
"Earpiece": true,
|
||||
"FaceCover": true,
|
||||
"ArmorVest": true,
|
||||
"Eyewear": true,
|
||||
"TacticalVest": true,
|
||||
"PocketItems": true,
|
||||
"Backpack": true,
|
||||
"Holster": true,
|
||||
"FirstPrimaryWeapon": true,
|
||||
"SecondPrimaryWeapon": true,
|
||||
"Scabbard": false,
|
||||
"SecuredContainer": false
|
||||
},
|
||||
"questItems": true,
|
||||
"specialSlotItems": false
|
||||
"equipment": {
|
||||
"ArmBand": false,
|
||||
"Compass": false,
|
||||
"Headwear": true,
|
||||
"Earpiece": true,
|
||||
"FaceCover": true,
|
||||
"ArmorVest": true,
|
||||
"Eyewear": true,
|
||||
"TacticalVest": true,
|
||||
"PocketItems": true,
|
||||
"Backpack": true,
|
||||
"Holster": true,
|
||||
"FirstPrimaryWeapon": true,
|
||||
"SecondPrimaryWeapon": true,
|
||||
"Scabbard": false,
|
||||
"SecuredContainer": false
|
||||
},
|
||||
"questItems": true,
|
||||
"specialSlotItems": false
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"enabled": false
|
||||
"enabled": false
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"victim": {
|
||||
"responseChancePercent": 7,
|
||||
"responseTypeWeights": {
|
||||
"positive": 7,
|
||||
"negative": 2,
|
||||
"plead": 2
|
||||
},
|
||||
"stripCapitalisationChancePercent": 20,
|
||||
"allCapsChancePercent": 20,
|
||||
"appendBroToMessageEndChancePercent": 35
|
||||
"victim": {
|
||||
"responseChancePercent": 7,
|
||||
"responseTypeWeights": {
|
||||
"positive": 7,
|
||||
"negative": 2,
|
||||
"plead": 2
|
||||
},
|
||||
"killer": {
|
||||
"responseChancePercent": 16,
|
||||
"responseTypeWeights": {
|
||||
"positive": 5,
|
||||
"negative": 2,
|
||||
"plead": 2,
|
||||
"pity": 1
|
||||
},
|
||||
"stripCapitalisationChancePercent": 20,
|
||||
"allCapsChancePercent": 15,
|
||||
"appendBroToMessageEndChancePercent": 15
|
||||
}
|
||||
"stripCapitalisationChancePercent": 20,
|
||||
"allCapsChancePercent": 20,
|
||||
"appendBroToMessageEndChancePercent": 35
|
||||
},
|
||||
"killer": {
|
||||
"responseChancePercent": 16,
|
||||
"responseTypeWeights": {
|
||||
"positive": 5,
|
||||
"negative": 2,
|
||||
"plead": 2,
|
||||
"pity": 1
|
||||
},
|
||||
"stripCapitalisationChancePercent": 20,
|
||||
"allCapsChancePercent": 15,
|
||||
"appendBroToMessageEndChancePercent": 15
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -39,7 +39,7 @@
|
||||
"5737250c2459776125652acc",
|
||||
"657023a9126cc4a57d0e17a6",
|
||||
"5c1127d0d174af29be75cf68"
|
||||
],
|
||||
],
|
||||
"customItemCategoryList": [],
|
||||
"damagedAmmoPacks": true,
|
||||
"enableBsgList": true,
|
||||
@@ -266,15 +266,15 @@
|
||||
"priceThreshholdRub": 20000
|
||||
},
|
||||
"offerItemCount": {
|
||||
"default": {
|
||||
"max": 30,
|
||||
"min": 7
|
||||
},
|
||||
"543be5cb4bdc2deb348b4568": {
|
||||
"max": 3,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"max": 30,
|
||||
"min": 7
|
||||
},
|
||||
"543be5cb4bdc2deb348b4568": {
|
||||
"max": 3,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"pack": {
|
||||
"chancePercent": 0.5,
|
||||
"itemCountMax": 17,
|
||||
@@ -323,7 +323,7 @@
|
||||
"57bef4c42459772e8d35a53b",
|
||||
"55802f4a4bdc2ddb688b4569",
|
||||
"616eb7aea207f41933308f46",
|
||||
"543be5cb4bdc2deb348b4568"
|
||||
"543be5cb4bdc2deb348b4568"
|
||||
],
|
||||
"showDefaultPresetsOnly": true,
|
||||
"stackablePercent": {
|
||||
|
||||
@@ -1,185 +1,185 @@
|
||||
{
|
||||
"priceMultiplier": 1,
|
||||
"applyRandomizeDurabilityLoss": true,
|
||||
"armorKitSkillPointGainPerRepairPointMultiplier": 0.05,
|
||||
"repairKitIntellectGainMultiplier": {
|
||||
"weapon": 0.045,
|
||||
"armor": 0.03
|
||||
},
|
||||
"maxIntellectGainPerRepair": {
|
||||
"kit": 0.6,
|
||||
"trader": 0.6
|
||||
},
|
||||
"weaponTreatment": {
|
||||
"critSuccessChance": 0.1,
|
||||
"critSuccessAmount": 4,
|
||||
"critFailureChance": 0.1,
|
||||
"critFailureAmount": 4,
|
||||
"pointGainMultiplier": 0.6
|
||||
},
|
||||
"repairKit": {
|
||||
"armor": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"DamageReduction": 1
|
||||
},
|
||||
"Common": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.98
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vest": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"DamageReduction": 1
|
||||
},
|
||||
"Common": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.98
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"headwear": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"DamageReduction": 1
|
||||
},
|
||||
"Common": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.98
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"weapon": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"WeaponSpread": 1,
|
||||
"MalfunctionProtections": 1
|
||||
},
|
||||
"Common": {
|
||||
"WeaponSpread": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.99
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
},
|
||||
"MalfunctionProtections": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.94,
|
||||
"max": 0.96
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"WeaponSpread": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
},
|
||||
"MalfunctionProtections": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.75,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
},
|
||||
"WeaponDamage": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.3,
|
||||
"max": 0.6
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
"priceMultiplier": 1,
|
||||
"applyRandomizeDurabilityLoss": true,
|
||||
"armorKitSkillPointGainPerRepairPointMultiplier": 0.05,
|
||||
"repairKitIntellectGainMultiplier": {
|
||||
"weapon": 0.045,
|
||||
"armor": 0.03
|
||||
},
|
||||
"maxIntellectGainPerRepair": {
|
||||
"kit": 0.6,
|
||||
"trader": 0.6
|
||||
},
|
||||
"weaponTreatment": {
|
||||
"critSuccessChance": 0.1,
|
||||
"critSuccessAmount": 4,
|
||||
"critFailureChance": 0.1,
|
||||
"critFailureAmount": 4,
|
||||
"pointGainMultiplier": 0.6
|
||||
},
|
||||
"repairKit": {
|
||||
"armor": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"DamageReduction": 1
|
||||
},
|
||||
"Common": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.98
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vest": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"DamageReduction": 1
|
||||
},
|
||||
"Common": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.98
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"headwear": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"DamageReduction": 1
|
||||
},
|
||||
"Common": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.98
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"DamageReduction": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"weapon": {
|
||||
"rarityWeight": {
|
||||
"Common": 5,
|
||||
"Rare": 1
|
||||
},
|
||||
"bonusTypeWeight": {
|
||||
"WeaponSpread": 1,
|
||||
"MalfunctionProtections": 1
|
||||
},
|
||||
"Common": {
|
||||
"WeaponSpread": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.9,
|
||||
"max": 0.99
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
},
|
||||
"MalfunctionProtections": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.94,
|
||||
"max": 0.96
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rare": {
|
||||
"WeaponSpread": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.8,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
},
|
||||
"MalfunctionProtections": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.75,
|
||||
"max": 0.9
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
},
|
||||
"WeaponDamage": {
|
||||
"valuesMinMax": {
|
||||
"min": 0.3,
|
||||
"max": 0.6
|
||||
},
|
||||
"activeDurabilityPercentMinMax": {
|
||||
"min": 75,
|
||||
"max": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,111 +1,113 @@
|
||||
{
|
||||
"rewardItemValueRangeRub": {
|
||||
"common": {
|
||||
"min": 100,
|
||||
"max": 10000
|
||||
},
|
||||
"rare": {
|
||||
"min": 1001,
|
||||
"max": 100000
|
||||
},
|
||||
"superrare": {
|
||||
"min": 10001,
|
||||
"max": 1200000
|
||||
}
|
||||
"rewardItemValueRangeRub": {
|
||||
"common": {
|
||||
"min": 100,
|
||||
"max": 10000
|
||||
},
|
||||
"rewardItemParentBlacklist": [
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"55802f4a4bdc2ddb688b4569",
|
||||
"5448bf274bdc2dfc2f8b456a",
|
||||
"5d52cc5ba4b9367408500062",
|
||||
"62f109593b54472778797866",
|
||||
"65649eb40bf0ed77b8044453"
|
||||
],
|
||||
"rewardItemBlacklist": [],
|
||||
"moneyRewards": {
|
||||
"moneyRewardChancePercent": 5,
|
||||
"rubCount": {
|
||||
"common": {
|
||||
"min": 2000,
|
||||
"max": 20000
|
||||
},
|
||||
"rare": {
|
||||
"min": 10000,
|
||||
"max": 40000
|
||||
},
|
||||
"superrare": {
|
||||
"min": 50000,
|
||||
"max": 200000
|
||||
}
|
||||
},
|
||||
"usdCount": {
|
||||
"common": {
|
||||
"min": 100,
|
||||
"max": 400
|
||||
},
|
||||
"rare": {
|
||||
"min": 400,
|
||||
"max": 900
|
||||
},
|
||||
"superrare": {
|
||||
"min": 900,
|
||||
"max": 2000
|
||||
}
|
||||
},
|
||||
"eurCount": {
|
||||
"common": {
|
||||
"min": 100,
|
||||
"max": 400
|
||||
},
|
||||
"rare": {
|
||||
"min": 400,
|
||||
"max": 900
|
||||
},
|
||||
"superrare": {
|
||||
"min": 900,
|
||||
"max": 2000
|
||||
}
|
||||
},
|
||||
"gpCount": {
|
||||
"common": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"rare": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
},
|
||||
"superrare": {
|
||||
"min": 5,
|
||||
"max": 15
|
||||
}
|
||||
}
|
||||
"rare": {
|
||||
"min": 1001,
|
||||
"max": 100000
|
||||
},
|
||||
"ammoRewards": {
|
||||
"ammoRewardChancePercent": 10,
|
||||
"minStackSize": 10,
|
||||
"ammoRewardBlacklist": {
|
||||
"common": ["59e690b686f7746c9f75e848"],
|
||||
"rare": [],
|
||||
"superrare": []
|
||||
},
|
||||
"ammoRewardValueRangeRub": {
|
||||
"common": {
|
||||
"min": 1,
|
||||
"max": 50
|
||||
},
|
||||
"rare": {
|
||||
"min": 35,
|
||||
"max": 350
|
||||
},
|
||||
"superrare": {
|
||||
"min": 250,
|
||||
"max": 50000
|
||||
}
|
||||
}
|
||||
"superrare": {
|
||||
"min": 10001,
|
||||
"max": 1200000
|
||||
}
|
||||
},
|
||||
"rewardItemParentBlacklist": [
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"55802f4a4bdc2ddb688b4569",
|
||||
"5448bf274bdc2dfc2f8b456a",
|
||||
"5d52cc5ba4b9367408500062",
|
||||
"62f109593b54472778797866",
|
||||
"65649eb40bf0ed77b8044453"
|
||||
],
|
||||
"rewardItemBlacklist": [],
|
||||
"moneyRewards": {
|
||||
"moneyRewardChancePercent": 5,
|
||||
"rubCount": {
|
||||
"common": {
|
||||
"min": 2000,
|
||||
"max": 20000
|
||||
},
|
||||
"rare": {
|
||||
"min": 10000,
|
||||
"max": 40000
|
||||
},
|
||||
"superrare": {
|
||||
"min": 50000,
|
||||
"max": 200000
|
||||
}
|
||||
},
|
||||
"allowMultipleMoneyRewardsPerRarity": false,
|
||||
"allowMultipleAmmoRewardsPerRarity": true,
|
||||
"allowBossItemsAsRewards": false
|
||||
"usdCount": {
|
||||
"common": {
|
||||
"min": 100,
|
||||
"max": 400
|
||||
},
|
||||
"rare": {
|
||||
"min": 400,
|
||||
"max": 900
|
||||
},
|
||||
"superrare": {
|
||||
"min": 900,
|
||||
"max": 2000
|
||||
}
|
||||
},
|
||||
"eurCount": {
|
||||
"common": {
|
||||
"min": 100,
|
||||
"max": 400
|
||||
},
|
||||
"rare": {
|
||||
"min": 400,
|
||||
"max": 900
|
||||
},
|
||||
"superrare": {
|
||||
"min": 900,
|
||||
"max": 2000
|
||||
}
|
||||
},
|
||||
"gpCount": {
|
||||
"common": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"rare": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
},
|
||||
"superrare": {
|
||||
"min": 5,
|
||||
"max": 15
|
||||
}
|
||||
}
|
||||
},
|
||||
"ammoRewards": {
|
||||
"ammoRewardChancePercent": 10,
|
||||
"minStackSize": 10,
|
||||
"ammoRewardBlacklist": {
|
||||
"common": [
|
||||
"59e690b686f7746c9f75e848"
|
||||
],
|
||||
"rare": [],
|
||||
"superrare": []
|
||||
},
|
||||
"ammoRewardValueRangeRub": {
|
||||
"common": {
|
||||
"min": 1,
|
||||
"max": 50
|
||||
},
|
||||
"rare": {
|
||||
"min": 35,
|
||||
"max": 350
|
||||
},
|
||||
"superrare": {
|
||||
"min": 250,
|
||||
"max": 50000
|
||||
}
|
||||
}
|
||||
},
|
||||
"allowMultipleMoneyRewardsPerRarity": false,
|
||||
"allowMultipleAmmoRewardsPerRarity": true,
|
||||
"allowBossItemsAsRewards": false
|
||||
}
|
||||
|
||||
@@ -1,452 +1,455 @@
|
||||
{
|
||||
"updateTime": [
|
||||
{
|
||||
"_name": "prapor",
|
||||
"traderId": "54cb50c76803fa8b248b4571",
|
||||
"seconds": {
|
||||
"min": 7000,
|
||||
"max": 13500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "therapist",
|
||||
"traderId": "54cb57776803fa99248b456e",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 9500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "fence",
|
||||
"traderId": "579dc571d53a0658a154fbec",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 9000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "skier",
|
||||
"traderId": "58330581ace78e27b8b10cee",
|
||||
"seconds": {
|
||||
"min": 5000,
|
||||
"max": 9000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "peacekeeper",
|
||||
"traderId": "5935c25fb3acc3127c3d8cd9",
|
||||
"seconds": {
|
||||
"min": 2000,
|
||||
"max": 15000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "mechanic",
|
||||
"traderId": "5a7c2eca46aef81a7ca2145d",
|
||||
"seconds": {
|
||||
"min": 6500,
|
||||
"max": 13500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "ragman",
|
||||
"traderId": "5ac3b934156ae10c4430e83c",
|
||||
"seconds": {
|
||||
"min": 6500,
|
||||
"max": 15000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "jaeger",
|
||||
"traderId": "5c0647fdd443bc2504c2d371",
|
||||
"seconds": {
|
||||
"min": 2000,
|
||||
"max": 5500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "btr",
|
||||
"traderId": "656f0f98d80a697f855d34b1",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 7500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "Ref",
|
||||
"traderId": "6617beeaa9cfa777ca915b7c",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 7500
|
||||
}
|
||||
}
|
||||
],
|
||||
"updateTimeDefault": 3600,
|
||||
"tradersResetFromServerStart": true,
|
||||
"purchasesAreFoundInRaid": false,
|
||||
"traderPriceMultipler": 1,
|
||||
"fence": {
|
||||
"discountOptions": {
|
||||
"assortSize": 45,
|
||||
"itemPriceMult": 0.8,
|
||||
"presetPriceMult": 1.15,
|
||||
"weaponPresetMinMax": {
|
||||
"min": 5,
|
||||
"max": 12
|
||||
},
|
||||
"equipmentPresetMinMax": {
|
||||
"min": 5,
|
||||
"max": 12
|
||||
}
|
||||
},
|
||||
"partialRefreshTimeSeconds": 240,
|
||||
"partialRefreshChangePercent": 15,
|
||||
"assortSize": 120,
|
||||
"weaponPresetMinMax": {
|
||||
"min": 12,
|
||||
"max": 19
|
||||
},
|
||||
"equipmentPresetMinMax": {
|
||||
"min": 8,
|
||||
"max": 15
|
||||
},
|
||||
"itemPriceMult": 1.3,
|
||||
"presetPriceMult": 1.3,
|
||||
"regenerateAssortsOnRefresh": false,
|
||||
"itemTypeLimits": {
|
||||
"5448eb774bdc2d0a728b4567": 10,
|
||||
"5c518ec986f7743b68682ce2": 3,
|
||||
"5c518ed586f774119a772aee": 0,
|
||||
"5448bc234bdc2d3c308b4569": 16,
|
||||
"55802f4a4bdc2ddb688b4569": 3,
|
||||
"644120aa86ffbe10ee032b6f": 3,
|
||||
"5c99f98d86f7745c314214b3": 2,
|
||||
"5447b5cf4bdc2d65278b4567": 4,
|
||||
"55818a104bdc2db9688b4569": 1,
|
||||
"55818a304bdc2db5418b457d": 1,
|
||||
"5448fe394bdc2d0d028b456c": 0,
|
||||
"55818a594bdc2db9688b456a": 0,
|
||||
"55818a604bdc2db5418b457e": 0,
|
||||
"55818a684bdc2ddd698b456d": 1,
|
||||
"55818a6f4bdc2db9688b456b": 1,
|
||||
"55818ac54bdc2d5b648b456e": 1,
|
||||
"55818acf4bdc2dde698b456b": 0,
|
||||
"55818ad54bdc2ddc698b4569": 0,
|
||||
"55818add4bdc2d5b648b456f": 0,
|
||||
"55818ae44bdc2dde698b456c": 0,
|
||||
"55818aeb4bdc2ddc698b456a": 0,
|
||||
"55818af64bdc2d5b648b4570": 0,
|
||||
"55818afb4bdc2dde698b456d": 1,
|
||||
"55818b014bdc2ddc698b456b": 1,
|
||||
"55818b084bdc2d5b648b4571": 1,
|
||||
"55818b0e4bdc2dde698b456e": 0,
|
||||
"55818b164bdc2ddc698b456c": 0,
|
||||
"55818b1d4bdc2d5b648b4572": 1,
|
||||
"55818b224bdc2dde698b456f": 1,
|
||||
"550aa4cd4bdc2dd8348b456c": 0,
|
||||
"550aa4dd4bdc2dc9348b4569": 1,
|
||||
"5a74651486f7744e73386dd1": 0,
|
||||
"5a2c3a9486f774688b05e574": 0,
|
||||
"56ea9461d2720b67698b456f": 0,
|
||||
"5448f3a64bdc2d60728b456a": 0,
|
||||
"5a341c4686f77469e155819e": 7,
|
||||
"5485a8684bdc2da71d8b4567": 23,
|
||||
"5f4fbaaca5573a5ac31db429": 0,
|
||||
"5447e0e74bdc2d3c308b4567": 4,
|
||||
"57bef4c42459772e8d35a53b": 2,
|
||||
"5b3f15d486f77432d0509248": 3,
|
||||
"543be6564bdc2df4348b4568": 0,
|
||||
"5448ecbe4bdc2d60728b4568": 0,
|
||||
"5671435f4bdc2d96058b4569": 0,
|
||||
"543be5cb4bdc2deb348b4568": 5,
|
||||
"5448e53e4bdc2d60728b4567": 7
|
||||
},
|
||||
"preventDuplicateOffersOfCategory": [
|
||||
"543be5cb4bdc2deb348b4568",
|
||||
"57bef4c42459772e8d35a53b",
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"5448f3ac4bdc2dce718b4569",
|
||||
"5448f39d4bdc2d0a728b4568",
|
||||
"5448f3a14bdc2d27728b4569",
|
||||
"5448bc234bdc2d3c308b4569",
|
||||
"543be5e94bdc2df1348b4568",
|
||||
"5448eb774bdc2d0a728b4567",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"5448e53e4bdc2d60728b4567",
|
||||
"5448ecbe4bdc2d60728b4568",
|
||||
"543be6674bdc2df1348b4569",
|
||||
"5448fe124bdc2da5018b4567",
|
||||
"567849dd4bdc2d150f8b456e",
|
||||
"5a341c4686f77469e155819e",
|
||||
"5448e5284bdc2dcb718b4567",
|
||||
"5447e0e74bdc2d3c308b4567",
|
||||
"5b3f15d486f77432d0509248",
|
||||
"5645bcb74bdc2ded0b8b4578",
|
||||
"5795f317245977243854e041"
|
||||
],
|
||||
"weaponDurabilityPercentMinMax": {
|
||||
"current": {
|
||||
"min": 40,
|
||||
"max": 100
|
||||
},
|
||||
"max": {
|
||||
"min": 89,
|
||||
"max": 100
|
||||
}
|
||||
},
|
||||
"chancePlateExistsInArmorPercent": {
|
||||
"3": 95,
|
||||
"4": 75,
|
||||
"5": 25,
|
||||
"6": 10
|
||||
},
|
||||
"armorMaxDurabilityPercentMinMax": {
|
||||
"current": {
|
||||
"min": 50,
|
||||
"max": 100
|
||||
},
|
||||
"max": {
|
||||
"min": 80,
|
||||
"max": 100
|
||||
}
|
||||
},
|
||||
"itemStackSizeOverrideMinMax": {
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 5,
|
||||
"max": 15
|
||||
},
|
||||
"5485a8684bdc2da71d8b4567": {
|
||||
"min": 80,
|
||||
"max": 7000
|
||||
},
|
||||
"543be5cb4bdc2deb348b4568": {
|
||||
"min": 1,
|
||||
"max": 16
|
||||
},
|
||||
"5b432b965acfc47a8774094e": {
|
||||
"min": 120,
|
||||
"max": 352
|
||||
},
|
||||
"544fb25a4bdc2dfb738b4567": {
|
||||
"min": 120,
|
||||
"max": 700
|
||||
},
|
||||
"5e831507ea0a7c419c2f9bd9": {
|
||||
"min": 5,
|
||||
"max": 100
|
||||
},
|
||||
"5755356824597772cb798962": {
|
||||
"min": 1,
|
||||
"max": 400
|
||||
},
|
||||
"544fb3364bdc2d34748b456a": {
|
||||
"min": 1,
|
||||
"max": 800
|
||||
},
|
||||
"5448bc234bdc2d3c308b4569": {
|
||||
"min": 1,
|
||||
"max": 50
|
||||
},
|
||||
"5448f3a14bdc2d27728b4569": {
|
||||
"min": 1,
|
||||
"max": 25
|
||||
}
|
||||
},
|
||||
"itemCategoryRoublePriceLimit": {
|
||||
"5448eb774bdc2d0a728b4567": 14000,
|
||||
"5485a8684bdc2da71d8b4567": 230,
|
||||
"5795f317245977243854e041": 30000,
|
||||
"5448ecbe4bdc2d60728b4568": 40000,
|
||||
"57864a3d24597754843f8721": 40000,
|
||||
"5448e53e4bdc2d60728b4567": 90000,
|
||||
"5a341c4686f77469e155819e": 24000,
|
||||
"57864a66245977548f04a81f": 71000,
|
||||
"5448e54d4bdc2dcc718b4568": 100000,
|
||||
"5a2c3a9486f774688b05e574": 70000,
|
||||
"5448f3a64bdc2d60728b456a": 70000,
|
||||
"5447b6194bdc2d67278b4567": 103000,
|
||||
"550aa4cd4bdc2dd8348b456c": 70000,
|
||||
"57864ee62459775490116fc1": 95000,
|
||||
"5448bc234bdc2d3c308b4569": 29000,
|
||||
"5447b6094bdc2dc3278b4567": 35009,
|
||||
"5447bedf4bdc2d87278b4568": 27008,
|
||||
"5447bed64bdc2d97278b4568": 27007,
|
||||
"5447b5e04bdc2d62278b4567": 33006,
|
||||
"5447b5fc4bdc2d87278b4567": 60000,
|
||||
"5447b5f14bdc2d61278b4567": 60000,
|
||||
"5447b5cf4bdc2d65278b4567": 28003,
|
||||
"5447b6254bdc2dc3278b4568": 28002,
|
||||
"5447e1d04bdc2dff2f8b4567": 19001,
|
||||
"55818ae44bdc2dde698b456c": 45000,
|
||||
"55818add4bdc2d5b648b456f": 35000,
|
||||
"590c745b86f7743cc433c5f2": 64000,
|
||||
"57864bb7245977548b3b66c2": 85000,
|
||||
"5448e5284bdc2dcb718b4567": 59001,
|
||||
"5a341c4086f77401f2541505": 35000,
|
||||
"5d21f59b6dbe99052b54ef83": 45000,
|
||||
"5645bcb74bdc2ded0b8b4578": 35000,
|
||||
"644120aa86ffbe10ee032b6f": 20000,
|
||||
"57864c8c245977548867e7f1": 15000,
|
||||
"5447e0e74bdc2d3c308b4567": 20000,
|
||||
"616eb7aea207f41933308f46": 40000,
|
||||
"5b3f15d486f77432d0509248": 5000,
|
||||
"5448f3ac4bdc2dce718b4569": 42000,
|
||||
"5448f3a14bdc2d27728b4569": 20000,
|
||||
"543be5cb4bdc2deb348b4568": 15000,
|
||||
"5c99f98d86f7745c314214b3": 15000
|
||||
},
|
||||
"presetSlotsToRemoveChancePercent": {
|
||||
"mod_scope": 70,
|
||||
"mod_magazine": 50,
|
||||
"mod_sight_rear": 20,
|
||||
"mod_sight_front": 20,
|
||||
"mod_muzzle": 40,
|
||||
"mod_pistol_grip": 5,
|
||||
"mod_stock": 5,
|
||||
"mod_handguard": 10,
|
||||
"mod_barrel": 5,
|
||||
"mod_stock_000": 10,
|
||||
"mod_tactical_2": 35,
|
||||
"mod_foregrip": 20,
|
||||
"mod_mount": 40,
|
||||
"mod_reciever": 5,
|
||||
"mod_charge": 5,
|
||||
"mod_mount_000": 20,
|
||||
"mod_mount_002": 20,
|
||||
"mod_mount_003": 20,
|
||||
"mod_mount_004": 20,
|
||||
"mod_tactical": 40,
|
||||
"mod_tactical_000": 40,
|
||||
"mod_tactical_001": 40,
|
||||
"mod_tactical_002": 40,
|
||||
"mod_tactical_003": 40,
|
||||
"front_plate": 25,
|
||||
"back_plate": 75,
|
||||
"left_side_plate": 75,
|
||||
"right_side_plate": 75
|
||||
},
|
||||
"ammoMaxPenLimit": 20,
|
||||
"blacklistSeasonalItems": true,
|
||||
"blacklist": [
|
||||
"5c164d2286f774194c5e69fa",
|
||||
"543be6674bdc2df1348b4569",
|
||||
"5448bf274bdc2dfc2f8b456a",
|
||||
"5447bedf4bdc2d87278b4568",
|
||||
"6275303a9f372d6ea97f9ec7",
|
||||
"62e9103049c018f425059f38",
|
||||
"59f32c3b86f77472a31742f0",
|
||||
"6662e9f37fa79a6d83730fa0",
|
||||
"6662ea05f6259762c56f3189",
|
||||
"59f32bb586f774757e1e8442",
|
||||
"6662e9aca7e0b43baa3d5f74",
|
||||
"6662e9cda7e0b43baa3d5f76",
|
||||
"627bce33f21bc425b06ab967",
|
||||
"62f109593b54472778797866",
|
||||
"5d52cc5ba4b9367408500062",
|
||||
"5d52d479a4b936793d58c76b",
|
||||
"5e99711486f7744bfc4af328",
|
||||
"62f10b79e7ee985f386b2f47",
|
||||
"633ffb5d419dbf4bea7004c6",
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"65649eb40bf0ed77b8044453",
|
||||
"5448e54d4bdc2dcc718b4568",
|
||||
"5a341c4086f77401f2541505",
|
||||
"5422acb9af1c889c16000029",
|
||||
"64d0b40fbe2eed70e254e2d4",
|
||||
"5fc22d7c187fea44d52eda44",
|
||||
"646372518610c40fc20204e8",
|
||||
"65ddcc9cfa85b9f17d0dfb07",
|
||||
"660312cc4d6cdfa6f500c703",
|
||||
"6655e35b6bc645cb7b059912",
|
||||
"6759673c76e93d8eb20b2080",
|
||||
"676bf44c5539167c3603e869"
|
||||
],
|
||||
"coopExtractGift": {
|
||||
"sendGift": true,
|
||||
"messageLocaleIds": ["5da89b1886f77439d7741002 0", "5da89b3a86f7742f9026cb83 0"],
|
||||
"giftExpiryHours": 168,
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [
|
||||
"5e997f0b86f7741ac73993e2",
|
||||
"5b44abe986f774283e2e3512",
|
||||
"5e99711486f7744bfc4af328",
|
||||
"5e99735686f7744bfc4af32c",
|
||||
"6087e570b998180e9f76dc24",
|
||||
"5d52d479a4b936793d58c76b",
|
||||
"5e85aac65505fa48730d8af2",
|
||||
"63495c500c297e20065a08b1",
|
||||
"5cde8864d7f00c0010373be1",
|
||||
"5b3b713c5acfc4330140bd8d",
|
||||
"60c080eb991ac167ad1c3ad4",
|
||||
"6389c7f115805221fb410466"
|
||||
],
|
||||
"itemTypeWhitelist": [
|
||||
"5d650c3e815116009f6201d2",
|
||||
"57864ee62459775490116fc1",
|
||||
"57864ada245977548638de91",
|
||||
"57864bb7245977548b3b66c2",
|
||||
"57864e4c24597754843f8723",
|
||||
"57864c322459775490116fbf",
|
||||
"57864a66245977548f04a81f"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5d650c3e815116009f6201d2": 1,
|
||||
"57864ee62459775490116fc1": 1,
|
||||
"57864ada245977548638de91": 2,
|
||||
"57864bb7245977548b3b66c2": 1,
|
||||
"57864e4c24597754843f8723": 1,
|
||||
"57864a66245977548f04a81f": 1,
|
||||
"5448e8d04bdc2ddf718b4569": 1,
|
||||
"5448e8d64bdc2dce718b4568": 1,
|
||||
"5448bc234bdc2d3c308b4569": 1,
|
||||
"5448e5724bdc2ddf718b4568": 1,
|
||||
"55818add4bdc2d5b648b456f": 1,
|
||||
"543be6564bdc2df4348b4568": 1,
|
||||
"550aa4cd4bdc2dd8348b456c": 1,
|
||||
"5448f39d4bdc2d0a728b4568": 1,
|
||||
"5448f3a14bdc2d27728b4569": 1,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 1,
|
||||
"59c1383d86f774290a37e0ca": 1
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 20000
|
||||
},
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 75,
|
||||
"max": 150
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 75,
|
||||
"max": 150
|
||||
}
|
||||
},
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
},
|
||||
"btrDeliveryExpireHours": 240,
|
||||
"playerRepMin": -7,
|
||||
"playerRepMax": 15
|
||||
"updateTime": [
|
||||
{
|
||||
"_name": "prapor",
|
||||
"traderId": "54cb50c76803fa8b248b4571",
|
||||
"seconds": {
|
||||
"min": 7000,
|
||||
"max": 13500
|
||||
}
|
||||
},
|
||||
"moddedTraders": {
|
||||
"clothingService": []
|
||||
{
|
||||
"_name": "therapist",
|
||||
"traderId": "54cb57776803fa99248b456e",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 9500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "fence",
|
||||
"traderId": "579dc571d53a0658a154fbec",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 9000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "skier",
|
||||
"traderId": "58330581ace78e27b8b10cee",
|
||||
"seconds": {
|
||||
"min": 5000,
|
||||
"max": 9000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "peacekeeper",
|
||||
"traderId": "5935c25fb3acc3127c3d8cd9",
|
||||
"seconds": {
|
||||
"min": 2000,
|
||||
"max": 15000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "mechanic",
|
||||
"traderId": "5a7c2eca46aef81a7ca2145d",
|
||||
"seconds": {
|
||||
"min": 6500,
|
||||
"max": 13500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "ragman",
|
||||
"traderId": "5ac3b934156ae10c4430e83c",
|
||||
"seconds": {
|
||||
"min": 6500,
|
||||
"max": 15000
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "jaeger",
|
||||
"traderId": "5c0647fdd443bc2504c2d371",
|
||||
"seconds": {
|
||||
"min": 2000,
|
||||
"max": 5500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "btr",
|
||||
"traderId": "656f0f98d80a697f855d34b1",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 7500
|
||||
}
|
||||
},
|
||||
{
|
||||
"_name": "Ref",
|
||||
"traderId": "6617beeaa9cfa777ca915b7c",
|
||||
"seconds": {
|
||||
"min": 3000,
|
||||
"max": 7500
|
||||
}
|
||||
}
|
||||
],
|
||||
"updateTimeDefault": 3600,
|
||||
"tradersResetFromServerStart": true,
|
||||
"purchasesAreFoundInRaid": false,
|
||||
"traderPriceMultipler": 1,
|
||||
"fence": {
|
||||
"discountOptions": {
|
||||
"assortSize": 45,
|
||||
"itemPriceMult": 0.8,
|
||||
"presetPriceMult": 1.15,
|
||||
"weaponPresetMinMax": {
|
||||
"min": 5,
|
||||
"max": 12
|
||||
},
|
||||
"equipmentPresetMinMax": {
|
||||
"min": 5,
|
||||
"max": 12
|
||||
}
|
||||
},
|
||||
"partialRefreshTimeSeconds": 240,
|
||||
"partialRefreshChangePercent": 15,
|
||||
"assortSize": 120,
|
||||
"weaponPresetMinMax": {
|
||||
"min": 12,
|
||||
"max": 19
|
||||
},
|
||||
"equipmentPresetMinMax": {
|
||||
"min": 8,
|
||||
"max": 15
|
||||
},
|
||||
"itemPriceMult": 1.3,
|
||||
"presetPriceMult": 1.3,
|
||||
"regenerateAssortsOnRefresh": false,
|
||||
"itemTypeLimits": {
|
||||
"5448eb774bdc2d0a728b4567": 10,
|
||||
"5c518ec986f7743b68682ce2": 3,
|
||||
"5c518ed586f774119a772aee": 0,
|
||||
"5448bc234bdc2d3c308b4569": 16,
|
||||
"55802f4a4bdc2ddb688b4569": 3,
|
||||
"644120aa86ffbe10ee032b6f": 3,
|
||||
"5c99f98d86f7745c314214b3": 2,
|
||||
"5447b5cf4bdc2d65278b4567": 4,
|
||||
"55818a104bdc2db9688b4569": 1,
|
||||
"55818a304bdc2db5418b457d": 1,
|
||||
"5448fe394bdc2d0d028b456c": 0,
|
||||
"55818a594bdc2db9688b456a": 0,
|
||||
"55818a604bdc2db5418b457e": 0,
|
||||
"55818a684bdc2ddd698b456d": 1,
|
||||
"55818a6f4bdc2db9688b456b": 1,
|
||||
"55818ac54bdc2d5b648b456e": 1,
|
||||
"55818acf4bdc2dde698b456b": 0,
|
||||
"55818ad54bdc2ddc698b4569": 0,
|
||||
"55818add4bdc2d5b648b456f": 0,
|
||||
"55818ae44bdc2dde698b456c": 0,
|
||||
"55818aeb4bdc2ddc698b456a": 0,
|
||||
"55818af64bdc2d5b648b4570": 0,
|
||||
"55818afb4bdc2dde698b456d": 1,
|
||||
"55818b014bdc2ddc698b456b": 1,
|
||||
"55818b084bdc2d5b648b4571": 1,
|
||||
"55818b0e4bdc2dde698b456e": 0,
|
||||
"55818b164bdc2ddc698b456c": 0,
|
||||
"55818b1d4bdc2d5b648b4572": 1,
|
||||
"55818b224bdc2dde698b456f": 1,
|
||||
"550aa4cd4bdc2dd8348b456c": 0,
|
||||
"550aa4dd4bdc2dc9348b4569": 1,
|
||||
"5a74651486f7744e73386dd1": 0,
|
||||
"5a2c3a9486f774688b05e574": 0,
|
||||
"56ea9461d2720b67698b456f": 0,
|
||||
"5448f3a64bdc2d60728b456a": 0,
|
||||
"5a341c4686f77469e155819e": 7,
|
||||
"5485a8684bdc2da71d8b4567": 23,
|
||||
"5f4fbaaca5573a5ac31db429": 0,
|
||||
"5447e0e74bdc2d3c308b4567": 4,
|
||||
"57bef4c42459772e8d35a53b": 2,
|
||||
"5b3f15d486f77432d0509248": 3,
|
||||
"543be6564bdc2df4348b4568": 0,
|
||||
"5448ecbe4bdc2d60728b4568": 0,
|
||||
"5671435f4bdc2d96058b4569": 0,
|
||||
"543be5cb4bdc2deb348b4568": 5,
|
||||
"5448e53e4bdc2d60728b4567": 7
|
||||
},
|
||||
"preventDuplicateOffersOfCategory": [
|
||||
"543be5cb4bdc2deb348b4568",
|
||||
"57bef4c42459772e8d35a53b",
|
||||
"5485a8684bdc2da71d8b4567",
|
||||
"5448f3ac4bdc2dce718b4569",
|
||||
"5448f39d4bdc2d0a728b4568",
|
||||
"5448f3a14bdc2d27728b4569",
|
||||
"5448bc234bdc2d3c308b4569",
|
||||
"543be5e94bdc2df1348b4568",
|
||||
"5448eb774bdc2d0a728b4567",
|
||||
"5447e1d04bdc2dff2f8b4567",
|
||||
"5448e53e4bdc2d60728b4567",
|
||||
"5448ecbe4bdc2d60728b4568",
|
||||
"543be6674bdc2df1348b4569",
|
||||
"5448fe124bdc2da5018b4567",
|
||||
"567849dd4bdc2d150f8b456e",
|
||||
"5a341c4686f77469e155819e",
|
||||
"5448e5284bdc2dcb718b4567",
|
||||
"5447e0e74bdc2d3c308b4567",
|
||||
"5b3f15d486f77432d0509248",
|
||||
"5645bcb74bdc2ded0b8b4578",
|
||||
"5795f317245977243854e041"
|
||||
],
|
||||
"weaponDurabilityPercentMinMax": {
|
||||
"current": {
|
||||
"min": 40,
|
||||
"max": 100
|
||||
},
|
||||
"max": {
|
||||
"min": 89,
|
||||
"max": 100
|
||||
}
|
||||
},
|
||||
"chancePlateExistsInArmorPercent": {
|
||||
"3": 95,
|
||||
"4": 75,
|
||||
"5": 25,
|
||||
"6": 10
|
||||
},
|
||||
"armorMaxDurabilityPercentMinMax": {
|
||||
"current": {
|
||||
"min": 50,
|
||||
"max": 100
|
||||
},
|
||||
"max": {
|
||||
"min": 80,
|
||||
"max": 100
|
||||
}
|
||||
},
|
||||
"itemStackSizeOverrideMinMax": {
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 5,
|
||||
"max": 15
|
||||
},
|
||||
"5485a8684bdc2da71d8b4567": {
|
||||
"min": 80,
|
||||
"max": 7000
|
||||
},
|
||||
"543be5cb4bdc2deb348b4568": {
|
||||
"min": 1,
|
||||
"max": 16
|
||||
},
|
||||
"5b432b965acfc47a8774094e": {
|
||||
"min": 120,
|
||||
"max": 352
|
||||
},
|
||||
"544fb25a4bdc2dfb738b4567": {
|
||||
"min": 120,
|
||||
"max": 700
|
||||
},
|
||||
"5e831507ea0a7c419c2f9bd9": {
|
||||
"min": 5,
|
||||
"max": 100
|
||||
},
|
||||
"5755356824597772cb798962": {
|
||||
"min": 1,
|
||||
"max": 400
|
||||
},
|
||||
"544fb3364bdc2d34748b456a": {
|
||||
"min": 1,
|
||||
"max": 800
|
||||
},
|
||||
"5448bc234bdc2d3c308b4569": {
|
||||
"min": 1,
|
||||
"max": 50
|
||||
},
|
||||
"5448f3a14bdc2d27728b4569": {
|
||||
"min": 1,
|
||||
"max": 25
|
||||
}
|
||||
},
|
||||
"itemCategoryRoublePriceLimit": {
|
||||
"5448eb774bdc2d0a728b4567": 14000,
|
||||
"5485a8684bdc2da71d8b4567": 230,
|
||||
"5795f317245977243854e041": 30000,
|
||||
"5448ecbe4bdc2d60728b4568": 40000,
|
||||
"57864a3d24597754843f8721": 40000,
|
||||
"5448e53e4bdc2d60728b4567": 90000,
|
||||
"5a341c4686f77469e155819e": 24000,
|
||||
"57864a66245977548f04a81f": 71000,
|
||||
"5448e54d4bdc2dcc718b4568": 100000,
|
||||
"5a2c3a9486f774688b05e574": 70000,
|
||||
"5448f3a64bdc2d60728b456a": 70000,
|
||||
"5447b6194bdc2d67278b4567": 103000,
|
||||
"550aa4cd4bdc2dd8348b456c": 70000,
|
||||
"57864ee62459775490116fc1": 95000,
|
||||
"5448bc234bdc2d3c308b4569": 29000,
|
||||
"5447b6094bdc2dc3278b4567": 35009,
|
||||
"5447bedf4bdc2d87278b4568": 27008,
|
||||
"5447bed64bdc2d97278b4568": 27007,
|
||||
"5447b5e04bdc2d62278b4567": 33006,
|
||||
"5447b5fc4bdc2d87278b4567": 60000,
|
||||
"5447b5f14bdc2d61278b4567": 60000,
|
||||
"5447b5cf4bdc2d65278b4567": 28003,
|
||||
"5447b6254bdc2dc3278b4568": 28002,
|
||||
"5447e1d04bdc2dff2f8b4567": 19001,
|
||||
"55818ae44bdc2dde698b456c": 45000,
|
||||
"55818add4bdc2d5b648b456f": 35000,
|
||||
"590c745b86f7743cc433c5f2": 64000,
|
||||
"57864bb7245977548b3b66c2": 85000,
|
||||
"5448e5284bdc2dcb718b4567": 59001,
|
||||
"5a341c4086f77401f2541505": 35000,
|
||||
"5d21f59b6dbe99052b54ef83": 45000,
|
||||
"5645bcb74bdc2ded0b8b4578": 35000,
|
||||
"644120aa86ffbe10ee032b6f": 20000,
|
||||
"57864c8c245977548867e7f1": 15000,
|
||||
"5447e0e74bdc2d3c308b4567": 20000,
|
||||
"616eb7aea207f41933308f46": 40000,
|
||||
"5b3f15d486f77432d0509248": 5000,
|
||||
"5448f3ac4bdc2dce718b4569": 42000,
|
||||
"5448f3a14bdc2d27728b4569": 20000,
|
||||
"543be5cb4bdc2deb348b4568": 15000,
|
||||
"5c99f98d86f7745c314214b3": 15000
|
||||
},
|
||||
"presetSlotsToRemoveChancePercent": {
|
||||
"mod_scope": 70,
|
||||
"mod_magazine": 50,
|
||||
"mod_sight_rear": 20,
|
||||
"mod_sight_front": 20,
|
||||
"mod_muzzle": 40,
|
||||
"mod_pistol_grip": 5,
|
||||
"mod_stock": 5,
|
||||
"mod_handguard": 10,
|
||||
"mod_barrel": 5,
|
||||
"mod_stock_000": 10,
|
||||
"mod_tactical_2": 35,
|
||||
"mod_foregrip": 20,
|
||||
"mod_mount": 40,
|
||||
"mod_reciever": 5,
|
||||
"mod_charge": 5,
|
||||
"mod_mount_000": 20,
|
||||
"mod_mount_002": 20,
|
||||
"mod_mount_003": 20,
|
||||
"mod_mount_004": 20,
|
||||
"mod_tactical": 40,
|
||||
"mod_tactical_000": 40,
|
||||
"mod_tactical_001": 40,
|
||||
"mod_tactical_002": 40,
|
||||
"mod_tactical_003": 40,
|
||||
"front_plate": 25,
|
||||
"back_plate": 75,
|
||||
"left_side_plate": 75,
|
||||
"right_side_plate": 75
|
||||
},
|
||||
"ammoMaxPenLimit": 20,
|
||||
"blacklistSeasonalItems": true,
|
||||
"blacklist": [
|
||||
"5c164d2286f774194c5e69fa",
|
||||
"543be6674bdc2df1348b4569",
|
||||
"5448bf274bdc2dfc2f8b456a",
|
||||
"5447bedf4bdc2d87278b4568",
|
||||
"6275303a9f372d6ea97f9ec7",
|
||||
"62e9103049c018f425059f38",
|
||||
"59f32c3b86f77472a31742f0",
|
||||
"6662e9f37fa79a6d83730fa0",
|
||||
"6662ea05f6259762c56f3189",
|
||||
"59f32bb586f774757e1e8442",
|
||||
"6662e9aca7e0b43baa3d5f74",
|
||||
"6662e9cda7e0b43baa3d5f76",
|
||||
"627bce33f21bc425b06ab967",
|
||||
"62f109593b54472778797866",
|
||||
"5d52cc5ba4b9367408500062",
|
||||
"5d52d479a4b936793d58c76b",
|
||||
"5e99711486f7744bfc4af328",
|
||||
"62f10b79e7ee985f386b2f47",
|
||||
"633ffb5d419dbf4bea7004c6",
|
||||
"543be5dd4bdc2deb348b4569",
|
||||
"65649eb40bf0ed77b8044453",
|
||||
"5448e54d4bdc2dcc718b4568",
|
||||
"5a341c4086f77401f2541505",
|
||||
"5422acb9af1c889c16000029",
|
||||
"64d0b40fbe2eed70e254e2d4",
|
||||
"5fc22d7c187fea44d52eda44",
|
||||
"646372518610c40fc20204e8",
|
||||
"65ddcc9cfa85b9f17d0dfb07",
|
||||
"660312cc4d6cdfa6f500c703",
|
||||
"6655e35b6bc645cb7b059912",
|
||||
"6759673c76e93d8eb20b2080",
|
||||
"676bf44c5539167c3603e869"
|
||||
],
|
||||
"coopExtractGift": {
|
||||
"sendGift": true,
|
||||
"messageLocaleIds": [
|
||||
"5da89b1886f77439d7741002 0",
|
||||
"5da89b3a86f7742f9026cb83 0"
|
||||
],
|
||||
"giftExpiryHours": 168,
|
||||
"weaponPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"armorPresetCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemCount": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
},
|
||||
"weaponCrateCount": {
|
||||
"min": 0,
|
||||
"max": 0
|
||||
},
|
||||
"itemBlacklist": [
|
||||
"5e997f0b86f7741ac73993e2",
|
||||
"5b44abe986f774283e2e3512",
|
||||
"5e99711486f7744bfc4af328",
|
||||
"5e99735686f7744bfc4af32c",
|
||||
"6087e570b998180e9f76dc24",
|
||||
"5d52d479a4b936793d58c76b",
|
||||
"5e85aac65505fa48730d8af2",
|
||||
"63495c500c297e20065a08b1",
|
||||
"5cde8864d7f00c0010373be1",
|
||||
"5b3b713c5acfc4330140bd8d",
|
||||
"60c080eb991ac167ad1c3ad4",
|
||||
"6389c7f115805221fb410466"
|
||||
],
|
||||
"itemTypeWhitelist": [
|
||||
"5d650c3e815116009f6201d2",
|
||||
"57864ee62459775490116fc1",
|
||||
"57864ada245977548638de91",
|
||||
"57864bb7245977548b3b66c2",
|
||||
"57864e4c24597754843f8723",
|
||||
"57864c322459775490116fbf",
|
||||
"57864a66245977548f04a81f"
|
||||
],
|
||||
"itemLimits": {
|
||||
"5d650c3e815116009f6201d2": 1,
|
||||
"57864ee62459775490116fc1": 1,
|
||||
"57864ada245977548638de91": 2,
|
||||
"57864bb7245977548b3b66c2": 1,
|
||||
"57864e4c24597754843f8723": 1,
|
||||
"57864a66245977548f04a81f": 1,
|
||||
"5448e8d04bdc2ddf718b4569": 1,
|
||||
"5448e8d64bdc2dce718b4568": 1,
|
||||
"5448bc234bdc2d3c308b4569": 1,
|
||||
"5448e5724bdc2ddf718b4568": 1,
|
||||
"55818add4bdc2d5b648b456f": 1,
|
||||
"543be6564bdc2df4348b4568": 1,
|
||||
"550aa4cd4bdc2dd8348b456c": 1,
|
||||
"5448f39d4bdc2d0a728b4568": 1,
|
||||
"5448f3a14bdc2d27728b4569": 1,
|
||||
"5447e1d04bdc2dff2f8b4567": 1,
|
||||
"55818ad54bdc2ddc698b4569": 1,
|
||||
"59c1383d86f774290a37e0ca": 1
|
||||
},
|
||||
"itemStackLimits": {
|
||||
"5449016a4bdc2d6f028b456f": {
|
||||
"min": 5000,
|
||||
"max": 20000
|
||||
},
|
||||
"569668774bdc2da2298b4568": {
|
||||
"min": 75,
|
||||
"max": 150
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 75,
|
||||
"max": 150
|
||||
}
|
||||
},
|
||||
"allowBossItems": false,
|
||||
"useRewardItemBlacklist": true,
|
||||
"blockSeasonalItemsOutOfSeason": true
|
||||
},
|
||||
"btrDeliveryExpireHours": 240,
|
||||
"playerRepMin": -7,
|
||||
"playerRepMax": 15
|
||||
},
|
||||
"moddedTraders": {
|
||||
"clothingService": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,167 +1,307 @@
|
||||
{
|
||||
"acceleration": 7,
|
||||
"weather": {
|
||||
"generateWeatherAmountHours": 24,
|
||||
"seasonValues": {
|
||||
"default": {
|
||||
"clouds": {
|
||||
"values": [-1, -0.8, -0.5, 0.1, 0, 0.15, 0.4, 1],
|
||||
"weights": [70, 22, 22, 15, 15, 15, 5, 4]
|
||||
},
|
||||
"windSpeed": {
|
||||
"values": [0, 1, 2, 3, 4],
|
||||
"weights": [6, 3, 2, 1, 1]
|
||||
},
|
||||
"windDirection": {
|
||||
"values": [1, 2, 3, 4, 5, 6, 7, 8],
|
||||
"weights": [1, 1, 1, 1, 1, 1, 1, 1]
|
||||
},
|
||||
"windGustiness": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"rain": {
|
||||
"values": [1, 2, 3, 4, 5],
|
||||
"weights": [20, 1, 1, 1, 1]
|
||||
},
|
||||
"rainIntensity": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"fog": {
|
||||
"values": [0.0013, 0.0018, 0.002, 0.004, 0.006],
|
||||
"weights": [35, 6, 4, 3, 1]
|
||||
},
|
||||
"temp": {
|
||||
"day": {
|
||||
"min": 9,
|
||||
"max": 32
|
||||
},
|
||||
"night": {
|
||||
"min": 2,
|
||||
"max": 16
|
||||
}
|
||||
},
|
||||
"pressure": {
|
||||
"min": 760,
|
||||
"max": 780
|
||||
}
|
||||
},
|
||||
"WINTER": {
|
||||
"clouds": {
|
||||
"values": [-1, 0.65, 1],
|
||||
"weights": [2, 1, 1]
|
||||
},
|
||||
"windSpeed": {
|
||||
"values": [0, 1, 2, 3, 4],
|
||||
"weights": [6, 3, 2, 1, 1]
|
||||
},
|
||||
"windDirection": {
|
||||
"values": [1, 2, 3, 4, 5, 6, 7, 8],
|
||||
"weights": [1, 1, 1, 1, 1, 1, 1, 1]
|
||||
},
|
||||
"windGustiness": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"rain": {
|
||||
"values": [1, 2, 3, 4, 5],
|
||||
"weights": [0, 1, 1, 1, 1]
|
||||
},
|
||||
"rainIntensity": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"fog": {
|
||||
"values": [0.0013, 0.0018, 0.002, 0.004, 0.012],
|
||||
"weights": [5, 4, 1, 3, 2]
|
||||
},
|
||||
"temp": {
|
||||
"day": {
|
||||
"min": -5,
|
||||
"max": 3
|
||||
},
|
||||
"night": {
|
||||
"min": -22,
|
||||
"max": -5
|
||||
}
|
||||
},
|
||||
"pressure": {
|
||||
"min": 760,
|
||||
"max": 780
|
||||
}
|
||||
}
|
||||
"acceleration": 7,
|
||||
"weather": {
|
||||
"generateWeatherAmountHours": 24,
|
||||
"seasonValues": {
|
||||
"default": {
|
||||
"clouds": {
|
||||
"values": [
|
||||
-1,
|
||||
-0.8,
|
||||
-0.5,
|
||||
0.1,
|
||||
0,
|
||||
0.15,
|
||||
0.4,
|
||||
1
|
||||
],
|
||||
"weights": [
|
||||
70,
|
||||
22,
|
||||
22,
|
||||
15,
|
||||
15,
|
||||
15,
|
||||
5,
|
||||
4
|
||||
]
|
||||
},
|
||||
"timePeriod": {
|
||||
"values": [15, 30],
|
||||
"weights": [1, 2]
|
||||
"windSpeed": {
|
||||
"values": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"weights": [
|
||||
6,
|
||||
3,
|
||||
2,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"windDirection": {
|
||||
"values": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8
|
||||
],
|
||||
"weights": [
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"windGustiness": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"rain": {
|
||||
"values": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
],
|
||||
"weights": [
|
||||
20,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"rainIntensity": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"fog": {
|
||||
"values": [
|
||||
0.0013,
|
||||
0.0018,
|
||||
0.002,
|
||||
0.004,
|
||||
0.006
|
||||
],
|
||||
"weights": [
|
||||
35,
|
||||
6,
|
||||
4,
|
||||
3,
|
||||
1
|
||||
]
|
||||
},
|
||||
"temp": {
|
||||
"day": {
|
||||
"min": 9,
|
||||
"max": 32
|
||||
},
|
||||
"night": {
|
||||
"min": 2,
|
||||
"max": 16
|
||||
}
|
||||
},
|
||||
"pressure": {
|
||||
"min": 760,
|
||||
"max": 780
|
||||
}
|
||||
},
|
||||
"WINTER": {
|
||||
"clouds": {
|
||||
"values": [
|
||||
-1,
|
||||
0.65,
|
||||
1
|
||||
],
|
||||
"weights": [
|
||||
2,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"windSpeed": {
|
||||
"values": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"weights": [
|
||||
6,
|
||||
3,
|
||||
2,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"windDirection": {
|
||||
"values": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8
|
||||
],
|
||||
"weights": [
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"windGustiness": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"rain": {
|
||||
"values": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
],
|
||||
"weights": [
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"rainIntensity": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"fog": {
|
||||
"values": [
|
||||
0.0013,
|
||||
0.0018,
|
||||
0.002,
|
||||
0.004,
|
||||
0.012
|
||||
],
|
||||
"weights": [
|
||||
5,
|
||||
4,
|
||||
1,
|
||||
3,
|
||||
2
|
||||
]
|
||||
},
|
||||
"temp": {
|
||||
"day": {
|
||||
"min": -5,
|
||||
"max": 3
|
||||
},
|
||||
"night": {
|
||||
"min": -22,
|
||||
"max": -5
|
||||
}
|
||||
},
|
||||
"pressure": {
|
||||
"min": 760,
|
||||
"max": 780
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonDates": [
|
||||
{
|
||||
"seasonType": 0,
|
||||
"name": "SUMMER",
|
||||
"startDay": "23",
|
||||
"startMonth": "6",
|
||||
"endDay": "15",
|
||||
"endMonth": "10"
|
||||
},
|
||||
{
|
||||
"seasonType": 1,
|
||||
"name": "AUTUMN",
|
||||
"startDay": "15",
|
||||
"startMonth": "10",
|
||||
"endDay": "1",
|
||||
"endMonth": "11"
|
||||
},
|
||||
{
|
||||
"seasonType": 4,
|
||||
"name": "AUTUMN_LATE",
|
||||
"startDay": "1",
|
||||
"startMonth": "11",
|
||||
"endDay": "21",
|
||||
"endMonth": "12"
|
||||
},
|
||||
{
|
||||
"seasonType": 2,
|
||||
"name": "WINTER_START",
|
||||
"startDay": "21",
|
||||
"startMonth": "12",
|
||||
"endDay": "31",
|
||||
"endMonth": "12"
|
||||
},
|
||||
{
|
||||
"seasonType": 2,
|
||||
"name": "WINTER_END",
|
||||
"startDay": "1",
|
||||
"startMonth": "1",
|
||||
"endDay": "9",
|
||||
"endMonth": "1"
|
||||
},
|
||||
{
|
||||
"seasonType": 5,
|
||||
"name": "SPRING_EARLY",
|
||||
"startDay": "9",
|
||||
"startMonth": "1",
|
||||
"endDay": "20",
|
||||
"endMonth": "3"
|
||||
},
|
||||
{
|
||||
"seasonType": 3,
|
||||
"name": "SPRING",
|
||||
"startDay": "20",
|
||||
"startMonth": "3",
|
||||
"endDay": "23",
|
||||
"endMonth": "6"
|
||||
},
|
||||
{
|
||||
"seasonType": 4,
|
||||
"name": "STORM",
|
||||
"startDay": "24",
|
||||
"startMonth": "10",
|
||||
"endDay": "4",
|
||||
"endMonth": "11"
|
||||
}
|
||||
],
|
||||
"overrideSeason": null
|
||||
"timePeriod": {
|
||||
"values": [
|
||||
15,
|
||||
30
|
||||
],
|
||||
"weights": [
|
||||
1,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"seasonDates": [
|
||||
{
|
||||
"seasonType": 0,
|
||||
"name": "SUMMER",
|
||||
"startDay": "23",
|
||||
"startMonth": "6",
|
||||
"endDay": "15",
|
||||
"endMonth": "10"
|
||||
},
|
||||
{
|
||||
"seasonType": 1,
|
||||
"name": "AUTUMN",
|
||||
"startDay": "15",
|
||||
"startMonth": "10",
|
||||
"endDay": "1",
|
||||
"endMonth": "11"
|
||||
},
|
||||
{
|
||||
"seasonType": 4,
|
||||
"name": "AUTUMN_LATE",
|
||||
"startDay": "1",
|
||||
"startMonth": "11",
|
||||
"endDay": "21",
|
||||
"endMonth": "12"
|
||||
},
|
||||
{
|
||||
"seasonType": 2,
|
||||
"name": "WINTER_START",
|
||||
"startDay": "21",
|
||||
"startMonth": "12",
|
||||
"endDay": "31",
|
||||
"endMonth": "12"
|
||||
},
|
||||
{
|
||||
"seasonType": 2,
|
||||
"name": "WINTER_END",
|
||||
"startDay": "1",
|
||||
"startMonth": "1",
|
||||
"endDay": "9",
|
||||
"endMonth": "1"
|
||||
},
|
||||
{
|
||||
"seasonType": 5,
|
||||
"name": "SPRING_EARLY",
|
||||
"startDay": "9",
|
||||
"startMonth": "1",
|
||||
"endDay": "20",
|
||||
"endMonth": "3"
|
||||
},
|
||||
{
|
||||
"seasonType": 3,
|
||||
"name": "SPRING",
|
||||
"startDay": "20",
|
||||
"startMonth": "3",
|
||||
"endDay": "23",
|
||||
"endMonth": "6"
|
||||
},
|
||||
{
|
||||
"seasonType": 4,
|
||||
"name": "STORM",
|
||||
"startDay": "24",
|
||||
"startMonth": "10",
|
||||
"endDay": "4",
|
||||
"endMonth": "11"
|
||||
}
|
||||
],
|
||||
"overrideSeason": null
|
||||
}
|
||||
|
||||
@@ -1,92 +1,92 @@
|
||||
{
|
||||
"_id": "60dc8576337fdf54e60e1800",
|
||||
"aid": 0,
|
||||
"savage": null,
|
||||
"Info": {
|
||||
"Nickname": "BOTNAME",
|
||||
"LowerNickname": "",
|
||||
"Side": "Savage",
|
||||
"Voice": "Scav_1",
|
||||
"Level": 1,
|
||||
"Experience": 0,
|
||||
"RegistrationDate": 0,
|
||||
"GameVersion": "",
|
||||
"AccountType": 0,
|
||||
"MemberCategory": 0,
|
||||
"SelectedMemberCategory": 0,
|
||||
"lockedMoveCommands": false,
|
||||
"SavageLockTime": 0,
|
||||
"LastTimePlayedAsSavage": 0,
|
||||
"Settings": {
|
||||
"Role": "assault",
|
||||
"BotDifficulty": "normal",
|
||||
"Experience": -1,
|
||||
"StandingForKill": -0.04,
|
||||
"AggressorBonus": 0.02
|
||||
},
|
||||
"NicknameChangeDate": 0,
|
||||
"NeedWipeOptions": [],
|
||||
"lastCompletedWipe": null,
|
||||
"lastCompletedEvent": null,
|
||||
"BannedState": false,
|
||||
"BannedUntil": 0,
|
||||
"IsStreamerModeAvailable": false,
|
||||
"SquadInviteRestriction": false,
|
||||
"HasCoopExtension": false,
|
||||
"isMigratedSkills": false,
|
||||
"HasPveGame": false
|
||||
"_id": "60dc8576337fdf54e60e1800",
|
||||
"aid": 0,
|
||||
"savage": null,
|
||||
"Info": {
|
||||
"Nickname": "BOTNAME",
|
||||
"LowerNickname": "",
|
||||
"Side": "Savage",
|
||||
"Voice": "Scav_1",
|
||||
"Level": 1,
|
||||
"Experience": 0,
|
||||
"RegistrationDate": 0,
|
||||
"GameVersion": "",
|
||||
"AccountType": 0,
|
||||
"MemberCategory": 0,
|
||||
"SelectedMemberCategory": 0,
|
||||
"lockedMoveCommands": false,
|
||||
"SavageLockTime": 0,
|
||||
"LastTimePlayedAsSavage": 0,
|
||||
"Settings": {
|
||||
"Role": "assault",
|
||||
"BotDifficulty": "normal",
|
||||
"Experience": -1,
|
||||
"StandingForKill": -0.04,
|
||||
"AggressorBonus": 0.02
|
||||
},
|
||||
"Customization": {
|
||||
"Head": "5cc2e4d014c02e000d0115f8",
|
||||
"Body": "5cc2e59214c02e000f16684e",
|
||||
"Feet": "5cde9fb87d6c8b0474535da9",
|
||||
"Hands": "5cc2e68f14c02e28b47de290"
|
||||
},
|
||||
"Health": {
|
||||
"UpdateTime": 0,
|
||||
"Immortal": false
|
||||
},
|
||||
"Inventory": {
|
||||
"fastPanel": {},
|
||||
"hideoutAreaStashes": {},
|
||||
"favoriteItems": []
|
||||
},
|
||||
"Skills": {
|
||||
"Common": [],
|
||||
"Mastering": [],
|
||||
"Points": 0
|
||||
},
|
||||
"Stats": {
|
||||
"Eft": {
|
||||
"SessionCounters": {
|
||||
"Items": []
|
||||
},
|
||||
"OverallCounters": {
|
||||
"Items": []
|
||||
},
|
||||
"SessionExperienceMult": 0,
|
||||
"ExperienceBonusMult": 0,
|
||||
"TotalSessionExperience": 0,
|
||||
"LastSessionDate": 0,
|
||||
"Aggressor": null,
|
||||
"DroppedItems": [],
|
||||
"FoundInRaidItems": [],
|
||||
"Victims": [],
|
||||
"CarriedQuestItems": [],
|
||||
"DamageHistory": {
|
||||
"LethalDamagePart": "Head",
|
||||
"LethalDamage": null,
|
||||
"BodyParts": []
|
||||
},
|
||||
"LastPlayerState": null,
|
||||
"TotalInGameTime": 0,
|
||||
"SurvivorClass": "Unknown"
|
||||
}
|
||||
},
|
||||
"Encyclopedia": null,
|
||||
"TaskConditionCounters": {},
|
||||
"InsuredItems": [],
|
||||
"Hideout": null,
|
||||
"Bonuses": [],
|
||||
"WishList": []
|
||||
"NicknameChangeDate": 0,
|
||||
"NeedWipeOptions": [],
|
||||
"lastCompletedWipe": null,
|
||||
"lastCompletedEvent": null,
|
||||
"BannedState": false,
|
||||
"BannedUntil": 0,
|
||||
"IsStreamerModeAvailable": false,
|
||||
"SquadInviteRestriction": false,
|
||||
"HasCoopExtension": false,
|
||||
"isMigratedSkills": false,
|
||||
"HasPveGame": false
|
||||
},
|
||||
"Customization": {
|
||||
"Head": "5cc2e4d014c02e000d0115f8",
|
||||
"Body": "5cc2e59214c02e000f16684e",
|
||||
"Feet": "5cde9fb87d6c8b0474535da9",
|
||||
"Hands": "5cc2e68f14c02e28b47de290"
|
||||
},
|
||||
"Health": {
|
||||
"UpdateTime": 0,
|
||||
"Immortal": false
|
||||
},
|
||||
"Inventory": {
|
||||
"fastPanel": {},
|
||||
"hideoutAreaStashes": {},
|
||||
"favoriteItems": []
|
||||
},
|
||||
"Skills": {
|
||||
"Common": [],
|
||||
"Mastering": [],
|
||||
"Points": 0
|
||||
},
|
||||
"Stats": {
|
||||
"Eft": {
|
||||
"SessionCounters": {
|
||||
"Items": []
|
||||
},
|
||||
"OverallCounters": {
|
||||
"Items": []
|
||||
},
|
||||
"SessionExperienceMult": 0,
|
||||
"ExperienceBonusMult": 0,
|
||||
"TotalSessionExperience": 0,
|
||||
"LastSessionDate": 0,
|
||||
"Aggressor": null,
|
||||
"DroppedItems": [],
|
||||
"FoundInRaidItems": [],
|
||||
"Victims": [],
|
||||
"CarriedQuestItems": [],
|
||||
"DamageHistory": {
|
||||
"LethalDamagePart": "Head",
|
||||
"LethalDamage": null,
|
||||
"BodyParts": []
|
||||
},
|
||||
"LastPlayerState": null,
|
||||
"TotalInGameTime": 0,
|
||||
"SurvivorClass": "Unknown"
|
||||
}
|
||||
},
|
||||
"Encyclopedia": null,
|
||||
"TaskConditionCounters": {},
|
||||
"InsuredItems": [],
|
||||
"Hideout": null,
|
||||
"Bonuses": [],
|
||||
"WishList": []
|
||||
}
|
||||
|
||||
+2
-2
@@ -2047,8 +2047,8 @@
|
||||
},
|
||||
"reward": {
|
||||
"easy": {
|
||||
"max": 350,
|
||||
"min": 350
|
||||
"max": 350,
|
||||
"min": 350
|
||||
},
|
||||
"hard": {
|
||||
"max": 350,
|
||||
|
||||
+2
-2
@@ -2092,8 +2092,8 @@
|
||||
},
|
||||
"reward": {
|
||||
"normal": {
|
||||
"max": 800,
|
||||
"min": 800
|
||||
"max": 800,
|
||||
"min": 800
|
||||
}
|
||||
},
|
||||
"standingForKill": {
|
||||
|
||||
@@ -2037,8 +2037,8 @@
|
||||
},
|
||||
"reward": {
|
||||
"normal": {
|
||||
"max": 275,
|
||||
"min": 275
|
||||
"max": 275,
|
||||
"min": 275
|
||||
}
|
||||
},
|
||||
"standingForKill": {
|
||||
|
||||
@@ -60,8 +60,8 @@
|
||||
"Usec_3": 1,
|
||||
"Usec_4": 1,
|
||||
"Usec_5": 1,
|
||||
"Usec_6": 1,
|
||||
"Usec_7": 1
|
||||
"Usec_6": 1,
|
||||
"Usec_7": 1
|
||||
}
|
||||
},
|
||||
"chances": {
|
||||
@@ -448,7 +448,7 @@
|
||||
},
|
||||
"Mind": {
|
||||
"ACTIVE_FOLLOW_PLAYER_EVENTS": false,
|
||||
"CAN_LOOT_BOSS_CLUSTER": false,
|
||||
"CAN_LOOT_BOSS_CLUSTER": false,
|
||||
"AGGRESSOR_LOYALTY_BONUS": 0,
|
||||
"AI_POWER_COEF": 120,
|
||||
"AMBUSH_WHEN_UNDER_FIRE": true,
|
||||
@@ -523,7 +523,7 @@
|
||||
"gifter"
|
||||
],
|
||||
"REVENGE_FOR_SAVAGE_PLAYERS": false,
|
||||
"SDIST_TO_DELIVER_INFO_WHEN_ENEMY" : 5000.0,
|
||||
"SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 5000.0,
|
||||
"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" : 5000.0,
|
||||
"SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 5000.0,
|
||||
"SEARCH_TARGET": true,
|
||||
"SEC_TO_MORE_DIST_TO_RUN": 10,
|
||||
"SHOOT_INSTEAD_DOG_FIGHT": 9,
|
||||
@@ -1570,7 +1570,7 @@
|
||||
"gifter"
|
||||
],
|
||||
"REVENGE_FOR_SAVAGE_PLAYERS": false,
|
||||
"SDIST_TO_DELIVER_INFO_WHEN_ENEMY" : 5000.0,
|
||||
"SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 5000.0,
|
||||
"SEARCH_TARGET": true,
|
||||
"SEC_TO_MORE_DIST_TO_RUN": 10,
|
||||
"SHOOT_INSTEAD_DOG_FIGHT": 0.5,
|
||||
@@ -2017,7 +2017,7 @@
|
||||
},
|
||||
"Mind": {
|
||||
"ACTIVE_FOLLOW_PLAYER_EVENTS": false,
|
||||
"CAN_LOOT_BOSS_CLUSTER": false,
|
||||
"CAN_LOOT_BOSS_CLUSTER": false,
|
||||
"AGGRESSOR_LOYALTY_BONUS": 0,
|
||||
"AI_POWER_COEF": 120,
|
||||
"AMBUSH_WHEN_UNDER_FIRE": true,
|
||||
@@ -2092,7 +2092,7 @@
|
||||
"gifter"
|
||||
],
|
||||
"REVENGE_FOR_SAVAGE_PLAYERS": false,
|
||||
"SDIST_TO_DELIVER_INFO_WHEN_ENEMY" : 5000.0,
|
||||
"SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 5000.0,
|
||||
"SEARCH_TARGET": true,
|
||||
"SEC_TO_MORE_DIST_TO_RUN": 10,
|
||||
"SHOOT_INSTEAD_DOG_FIGHT": 5,
|
||||
@@ -3053,12 +3053,12 @@
|
||||
},
|
||||
"inventory": {
|
||||
"Ammo": {
|
||||
"Caliber127x99": {
|
||||
"67d41936f378a36c4706eeb9": 20,
|
||||
"67dc212493ce32834b0fa446": 10,
|
||||
"67dc255ee3028a8b120efc48": 5,
|
||||
"67dc2648ba5b79876906a166": 1
|
||||
},
|
||||
"Caliber127x99": {
|
||||
"67d41936f378a36c4706eeb9": 20,
|
||||
"67dc212493ce32834b0fa446": 10,
|
||||
"67dc255ee3028a8b120efc48": 5,
|
||||
"67dc2648ba5b79876906a166": 1
|
||||
},
|
||||
"Caliber1143x23ACP": {
|
||||
"5e81f423763d9f754677bf2e": 10,
|
||||
"5ea2a8e200685063ec28c05a": 7,
|
||||
@@ -3566,7 +3566,7 @@
|
||||
"674d6121c09f69dfb201a888": 3,
|
||||
"674fe9a75e51f1c47c04ec23": 2,
|
||||
"676176d362e0497044079f4c": 2,
|
||||
"67d0576f29f580ebc10efd08": 0
|
||||
"67d0576f29f580ebc10efd08": 0
|
||||
},
|
||||
"Headwear": {
|
||||
"5645bc214bdc2d363b8b4571": 43,
|
||||
@@ -21034,13 +21034,46 @@
|
||||
"676149d8e889e1972605d6be"
|
||||
]
|
||||
},
|
||||
"67d0576f29f580ebc10efd08": {
|
||||
"mod_charge": ["6130ca3fd92c473c77020dbd"],
|
||||
"mod_reciever": ["67d416e19bd76ef20f0e743b"],
|
||||
"mod_pistol_grip": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "648ae3e356c6310a830fc291", "623c3be0484b5003161840dc", "5649ad3f4bdc2df8348b4585", "5beec8ea0db834001a6f9dbf", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "63f4da90f31d4a33b87bd054", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "651580dc71a4f10aec4b6056", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "628a664bccaab13006640e47", "628c9ab845c59e5b80768a81", "5947f92f86f77427344a76b1", "5c6bf4aa2e2216001219b0ae", "5947fa2486f77425b47c1a9b", "5649ae4a4bdc2d1b2b8b4588"],
|
||||
"mod_magazine": ["67d418d0ffb910d21f04720e"],
|
||||
"mod_barrel": ["67d4178bffb910d21f04720a"]
|
||||
},
|
||||
"67d0576f29f580ebc10efd08": {
|
||||
"mod_charge": [
|
||||
"6130ca3fd92c473c77020dbd"
|
||||
],
|
||||
"mod_reciever": [
|
||||
"67d416e19bd76ef20f0e743b"
|
||||
],
|
||||
"mod_pistol_grip": [
|
||||
"5f6341043ada5942720e2dc5",
|
||||
"6087e663132d4d12c81fd96b",
|
||||
"648ae3e356c6310a830fc291",
|
||||
"623c3be0484b5003161840dc",
|
||||
"5649ad3f4bdc2df8348b4585",
|
||||
"5beec8ea0db834001a6f9dbf",
|
||||
"5649ade84bdc2d1b2b8b4587",
|
||||
"59e62cc886f77440d40b52a1",
|
||||
"5a0071d486f77404e23a12b2",
|
||||
"57e3dba62459770f0c32322b",
|
||||
"5cf54404d7f00c108840b2ef",
|
||||
"5e2192a498a36665e8337386",
|
||||
"63f4da90f31d4a33b87bd054",
|
||||
"5b30ac585acfc433000eb79c",
|
||||
"59e6318286f77444dd62c4cc",
|
||||
"651580dc71a4f10aec4b6056",
|
||||
"5cf50850d7f00c056e24104c",
|
||||
"5cf508bfd7f00c056e24104e",
|
||||
"628a664bccaab13006640e47",
|
||||
"628c9ab845c59e5b80768a81",
|
||||
"5947f92f86f77427344a76b1",
|
||||
"5c6bf4aa2e2216001219b0ae",
|
||||
"5947fa2486f77425b47c1a9b",
|
||||
"5649ae4a4bdc2d1b2b8b4588"
|
||||
],
|
||||
"mod_magazine": [
|
||||
"67d418d0ffb910d21f04720e"
|
||||
],
|
||||
"mod_barrel": [
|
||||
"67d4178bffb910d21f04720a"
|
||||
]
|
||||
},
|
||||
"676176d362e0497044079f4c": {
|
||||
"mod_charge": [
|
||||
"6181688c6c780c1e710c9b04"
|
||||
|
||||
@@ -1,66 +1,72 @@
|
||||
[{
|
||||
"_id": "5df8a81f8f77747fcf5f5702",
|
||||
"type": 21,
|
||||
"enabled": true,
|
||||
"needsFuel": true,
|
||||
"takeFromSlotLocked": false,
|
||||
"craftGivesExp": true,
|
||||
"displayLevel": true,
|
||||
[
|
||||
{
|
||||
"_id": "5df8a81f8f77747fcf5f5702",
|
||||
"type": 21,
|
||||
"enabled": true,
|
||||
"needsFuel": true,
|
||||
"takeFromSlotLocked": false,
|
||||
"craftGivesExp": true,
|
||||
"displayLevel": true,
|
||||
"requirements": [],
|
||||
"stages": {
|
||||
"0": {
|
||||
"requirements": [],
|
||||
"stages": {
|
||||
"0": {
|
||||
"requirements": [],
|
||||
"bonuses": [],
|
||||
"slots": 0,
|
||||
"constructionTime": 0.0,
|
||||
"description": "",
|
||||
"container": "",
|
||||
"autoUpgrade": false,
|
||||
"displayInterface": true,
|
||||
"improvements": []
|
||||
},
|
||||
"1": {
|
||||
"requirements": [{
|
||||
"areaType": 4,
|
||||
"requiredLevel": 1,
|
||||
"type": "Area"
|
||||
}, {
|
||||
"templateId": "5449016a4bdc2d6f028b456f",
|
||||
"count": 10000,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
}, {
|
||||
"templateId": "5df8a77486f77412672a1e3f",
|
||||
"count": 1,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
}, {
|
||||
"templateId": "5df8a72c86f77412640e2e83",
|
||||
"count": 1,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
}, {
|
||||
"templateId": "5df8a6a186f77412640e2e80",
|
||||
"count": 1,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
}
|
||||
],
|
||||
"bonuses": [],
|
||||
"slots": 0,
|
||||
"constructionTime": 0.0,
|
||||
"description": "",
|
||||
"container": "",
|
||||
"autoUpgrade": false,
|
||||
"displayInterface": true,
|
||||
"improvements": []
|
||||
}
|
||||
},
|
||||
"enableAreaRequirements": false,
|
||||
"parentArea": null
|
||||
}
|
||||
"bonuses": [],
|
||||
"slots": 0,
|
||||
"constructionTime": 0.0,
|
||||
"description": "",
|
||||
"container": "",
|
||||
"autoUpgrade": false,
|
||||
"displayInterface": true,
|
||||
"improvements": []
|
||||
},
|
||||
"1": {
|
||||
"requirements": [
|
||||
{
|
||||
"areaType": 4,
|
||||
"requiredLevel": 1,
|
||||
"type": "Area"
|
||||
},
|
||||
{
|
||||
"templateId": "5449016a4bdc2d6f028b456f",
|
||||
"count": 10000,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
"templateId": "5df8a77486f77412672a1e3f",
|
||||
"count": 1,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
"templateId": "5df8a72c86f77412640e2e83",
|
||||
"count": 1,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
"templateId": "5df8a6a186f77412640e2e80",
|
||||
"count": 1,
|
||||
"isFunctional": false,
|
||||
"isEncoded": false,
|
||||
"type": "Item"
|
||||
}
|
||||
],
|
||||
"bonuses": [],
|
||||
"slots": 0,
|
||||
"constructionTime": 0.0,
|
||||
"description": "",
|
||||
"container": "",
|
||||
"autoUpgrade": false,
|
||||
"displayInterface": true,
|
||||
"improvements": []
|
||||
}
|
||||
},
|
||||
"enableAreaRequirements": false,
|
||||
"parentArea": null
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"ch": "Chinese",
|
||||
"cz": "Czech",
|
||||
"en": "English",
|
||||
"fr": "French",
|
||||
"ge": "German",
|
||||
"hu": "Hungarian",
|
||||
"it": "Italian",
|
||||
"jp": "Japanese",
|
||||
"kr": "Korean",
|
||||
"pl": "Polish",
|
||||
"po": "Portugal",
|
||||
"sk": "Slovak",
|
||||
"es": "Spanish",
|
||||
"es-mx": "Spanish Mexico",
|
||||
"tu": "Turkish",
|
||||
"ru": "Русский",
|
||||
"ro": "Romanian"
|
||||
"ch": "Chinese",
|
||||
"cz": "Czech",
|
||||
"en": "English",
|
||||
"fr": "French",
|
||||
"ge": "German",
|
||||
"hu": "Hungarian",
|
||||
"it": "Italian",
|
||||
"jp": "Japanese",
|
||||
"kr": "Korean",
|
||||
"pl": "Polish",
|
||||
"po": "Portugal",
|
||||
"sk": "Slovak",
|
||||
"es": "Spanish",
|
||||
"es-mx": "Spanish Mexico",
|
||||
"tu": "Turkish",
|
||||
"ru": "Русский",
|
||||
"ro": "Romanian"
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "邮箱或密码错误",
|
||||
"213 - Error connecting to auth server": "授权当前不可用,请稍后再试。",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "服务器维护中",
|
||||
"ASSEMBLE": "组装",
|
||||
"AUTHORIZATION": "授权",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "服务版本错误",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "反作弊连接失败",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "游戏的完整性验证失败。请重新安装反作弊系统",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "文件损坏。完整性验证失败。请重新安装反作弊系统",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "非法程序正在运行",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "反作弊载入失败。",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "游戏需要重新启动",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "该玩家已被BattleEye封禁",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "反作弊连接失败。请重新启动游戏",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "关键Windows API调用失败",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "反作弊版本过时。游戏需要重新启动",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "反作弊运行不正确。游戏需要重新启动",
|
||||
"BATTLEYE_UnknownRestartReason": "反作弊运行错误。 游戏需要重新启动",
|
||||
"EXIT": "退出游戏",
|
||||
"NEXT": "下一步",
|
||||
"Place in queue:": "在队列中的位置:",
|
||||
"Profile data loading...": "配置数据加载中...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "反作弊连接失败",
|
||||
"Servers are currently at full capacity": "服务器当前已满载"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "邮箱或密码错误",
|
||||
"213 - Error connecting to auth server": "授权当前不可用,请稍后再试。",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "服务器维护中",
|
||||
"ASSEMBLE": "组装",
|
||||
"AUTHORIZATION": "授权",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "服务版本错误",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "反作弊连接失败",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "游戏的完整性验证失败。请重新安装反作弊系统",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "文件损坏。完整性验证失败。请重新安装反作弊系统",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "非法程序正在运行",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "反作弊载入失败。",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "游戏需要重新启动",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "该玩家已被BattleEye封禁",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "反作弊连接失败。请重新启动游戏",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "关键Windows API调用失败",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "反作弊版本过时。游戏需要重新启动",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "反作弊运行不正确。游戏需要重新启动",
|
||||
"BATTLEYE_UnknownRestartReason": "反作弊运行错误。 游戏需要重新启动",
|
||||
"EXIT": "退出游戏",
|
||||
"NEXT": "下一步",
|
||||
"Place in queue:": "在队列中的位置:",
|
||||
"Profile data loading...": "配置数据加载中...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "反作弊连接失败",
|
||||
"Servers are currently at full capacity": "服务器当前已满载"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Špatný email nebo heslo",
|
||||
"213 - Error connecting to auth server": "Autorizace není nyní k dispozici, zkuste to prosím později.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Údržba serverů",
|
||||
"ASSEMBLE": "SESTAVIT",
|
||||
"AUTHORIZATION": "AUTORIZACE",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Špatná verze služby",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Připojení k anticheatu selhalo",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Nepodařilo se ověřit integritu hry. Přeinstalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Poškozená paměť. Nepodařilo se ověřit integritu ochrany. Přeinstalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Je spuštěn zakázaný program",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Načtení anticheatu se nezdařilo.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Je vyžadován restart hry",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Hráč byl zabanován pomocí BE",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Připojení k anticheatu selhalo. Prosím restartujte hru",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Volání funkce Windows API kriticky selhalo",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat je zastaralý. Je vyžadován restart hry",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anticheat neběží správně. Je vyžadován restart hry",
|
||||
"BATTLEYE_UnknownRestartReason": "Anticheat neběží správně. Je vyžadován restart hry",
|
||||
"EXIT": "UKONČIT",
|
||||
"NEXT": "DALŠÍ",
|
||||
"Place in queue:": "Místo ve frontě:",
|
||||
"Profile data loading...": "Načítání osobního profilu...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Připojení k anticheatu selhalo",
|
||||
"Servers are currently at full capacity": "Servery jsou momentálně plné"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Špatný email nebo heslo",
|
||||
"213 - Error connecting to auth server": "Autorizace není nyní k dispozici, zkuste to prosím později.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Údržba serverů",
|
||||
"ASSEMBLE": "SESTAVIT",
|
||||
"AUTHORIZATION": "AUTORIZACE",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Špatná verze služby",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Připojení k anticheatu selhalo",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Nepodařilo se ověřit integritu hry. Přeinstalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Poškozená paměť. Nepodařilo se ověřit integritu ochrany. Přeinstalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Je spuštěn zakázaný program",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Načtení anticheatu se nezdařilo.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Je vyžadován restart hry",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Hráč byl zabanován pomocí BE",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Připojení k anticheatu selhalo. Prosím restartujte hru",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Volání funkce Windows API kriticky selhalo",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat je zastaralý. Je vyžadován restart hry",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anticheat neběží správně. Je vyžadován restart hry",
|
||||
"BATTLEYE_UnknownRestartReason": "Anticheat neběží správně. Je vyžadován restart hry",
|
||||
"EXIT": "UKONČIT",
|
||||
"NEXT": "DALŠÍ",
|
||||
"Place in queue:": "Místo ve frontě:",
|
||||
"Profile data loading...": "Načítání osobního profilu...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Připojení k anticheatu selhalo",
|
||||
"Servers are currently at full capacity": "Servery jsou momentálně plné"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Correo electrónico o contraseña incorrectos",
|
||||
"213 - Error connecting to auth server": "La autorización no está disponible en estos momentos, por favor, inténtalo de nuevo más tarde.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Los servidores están en mantenimiento.",
|
||||
"ASSEMBLE": "ENSAMBLAR",
|
||||
"AUTHORIZATION": "AUTORIZACIÓN",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versión de servicio incorrecta.",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Falló la conexión del Anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "La integridad del juego falló la validación. Reinstala el Anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memoria corrupta. No se pudo validar la integridad de la protección. Reinstala el Anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programa no permitido en ejecución.",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "El Anticheat falló al cargar.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "El jugador ha sido baneado por BattlEye.",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Falló la conexión del Anticheat. Por favor, reinicia el juego.",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Falló la petición a una API crítica de Windows.",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "El Anticheat está desactualizado. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "El Anticheat está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_UnknownRestartReason": "El Anticheat está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"EXIT": "SALIR",
|
||||
"NEXT": "SIGUIENTE",
|
||||
"Place in queue:": "Posición en la cola:",
|
||||
"Profile data loading...": "Cargando datos del perfil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Falló la conexión del Anticheat.",
|
||||
"Servers are currently at full capacity": "Los servidores están llenos ahora mismo."
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Correo electrónico o contraseña incorrectos",
|
||||
"213 - Error connecting to auth server": "La autorización no está disponible en estos momentos, por favor, inténtalo de nuevo más tarde.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Los servidores están en mantenimiento.",
|
||||
"ASSEMBLE": "ENSAMBLAR",
|
||||
"AUTHORIZATION": "AUTORIZACIÓN",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versión de servicio incorrecta.",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Falló la conexión del Anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "La integridad del juego falló la validación. Reinstala el Anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memoria corrupta. No se pudo validar la integridad de la protección. Reinstala el Anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programa no permitido en ejecución.",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "El Anticheat falló al cargar.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "El jugador ha sido baneado por BattlEye.",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Falló la conexión del Anticheat. Por favor, reinicia el juego.",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Falló la petición a una API crítica de Windows.",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "El Anticheat está desactualizado. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "El Anticheat está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_UnknownRestartReason": "El Anticheat está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"EXIT": "SALIR",
|
||||
"NEXT": "SIGUIENTE",
|
||||
"Place in queue:": "Posición en la cola:",
|
||||
"Profile data loading...": "Cargando datos del perfil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Falló la conexión del Anticheat.",
|
||||
"Servers are currently at full capacity": "Los servidores están llenos ahora mismo."
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Correo electrónico o contraseña incorrectos",
|
||||
"213 - Error connecting to auth server": "La autorización no está disponible en estos momentos, por favor, inténtalo de nuevo más tarde.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Los servidores están en mantenimiento.",
|
||||
"ASSEMBLE": "MONTAR",
|
||||
"AUTHORIZATION": "AUTORIZACIÓN",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versión incorrecta del servicio.",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Ha fallado la conexión con el antitrampas.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "La integridad del juego ha fallado la validación. Reinstala el antitrampas.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memoria corrupta. No se pudo validar la integridad de la protección. Reinstala el antitrampas.",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programa no permitido en ejecución.",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "El antitrampas falló al cargar.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "El jugador ha sido baneado por BattlEye.",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Ha fallado la conexión con el antitrampas. Por favor, reinicia el juego.",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Ha fallado la petición a una API crítica de Windows.",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "El antitrampas está desactualizado. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "El antitrampas está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_UnknownRestartReason": "El antitrampas está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"EXIT": "SALIR",
|
||||
"NEXT": "SIGUIENTE",
|
||||
"Place in queue:": "Puesto en la cola:",
|
||||
"Profile data loading...": "Cargando datos del perfil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Ha fallado la conexión con el antitrampas.",
|
||||
"Servers are currently at full capacity": "Los servidores están llenos ahora mismo."
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Correo electrónico o contraseña incorrectos",
|
||||
"213 - Error connecting to auth server": "La autorización no está disponible en estos momentos, por favor, inténtalo de nuevo más tarde.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Los servidores están en mantenimiento.",
|
||||
"ASSEMBLE": "MONTAR",
|
||||
"AUTHORIZATION": "AUTORIZACIÓN",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versión incorrecta del servicio.",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Ha fallado la conexión con el antitrampas.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "La integridad del juego ha fallado la validación. Reinstala el antitrampas.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memoria corrupta. No se pudo validar la integridad de la protección. Reinstala el antitrampas.",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programa no permitido en ejecución.",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "El antitrampas falló al cargar.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "El jugador ha sido baneado por BattlEye.",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Ha fallado la conexión con el antitrampas. Por favor, reinicia el juego.",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Ha fallado la petición a una API crítica de Windows.",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "El antitrampas está desactualizado. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "El antitrampas está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"BATTLEYE_UnknownRestartReason": "El antitrampas está funcionando de forma incorrecta. Requiere reiniciar el juego.",
|
||||
"EXIT": "SALIR",
|
||||
"NEXT": "SIGUIENTE",
|
||||
"Place in queue:": "Puesto en la cola:",
|
||||
"Profile data loading...": "Cargando datos del perfil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Ha fallado la conexión con el antitrampas.",
|
||||
"Servers are currently at full capacity": "Los servidores están llenos ahora mismo."
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Mot de passe ou email erronés",
|
||||
"213 - Error connecting to auth server": "Autorisation non disponible actuellement, veuillez réessayer plus tard.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Maintenance des serveurs",
|
||||
"ASSEMBLE": "ASSEMBLER",
|
||||
"AUTHORIZATION": "AUTORISATION",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Mauvaise version du service",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Connexion à l'anti-triche échouée",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "L'intégrité du jeu n'a pas pu être validée. Réinstallez l'anti-triche",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Mémoire corrompue. L'intégrité de la protection n'a pas pu être validée. Réinstaller l'anti-triche",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programme non autorisé en cours d'exécution",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Le chargement de l'anti-triche a échoué.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Redémarrage du jeu requis",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Le joueur a été banni par BattleEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Connexion à l'anti-triche échouée. Veuillez redémarrer le jeu",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Un appel critique de l'API Windows a échoué",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "L'anti-triche est obsolète. Redémarrage du jeu requis",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "L'anti-triche ne fonctionne pas correctement. Redémarrage du jeu requis",
|
||||
"BATTLEYE_UnknownRestartReason": "L'anti-triche ne fonctionne pas correctement. Redémarrage du jeu requis",
|
||||
"EXIT": "SORTIE",
|
||||
"NEXT": "SUIVANT",
|
||||
"Place in queue:": "Position dans la file : ",
|
||||
"Profile data loading...": "Chargement des données du profil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Connexion à l'anti-triche échouée",
|
||||
"Servers are currently at full capacity": "Les serveurs sont actuellement complets"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Mot de passe ou email erronés",
|
||||
"213 - Error connecting to auth server": "Autorisation non disponible actuellement, veuillez réessayer plus tard.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Maintenance des serveurs",
|
||||
"ASSEMBLE": "ASSEMBLER",
|
||||
"AUTHORIZATION": "AUTORISATION",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Mauvaise version du service",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Connexion à l'anti-triche échouée",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "L'intégrité du jeu n'a pas pu être validée. Réinstallez l'anti-triche",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Mémoire corrompue. L'intégrité de la protection n'a pas pu être validée. Réinstaller l'anti-triche",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programme non autorisé en cours d'exécution",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Le chargement de l'anti-triche a échoué.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Redémarrage du jeu requis",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Le joueur a été banni par BattleEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Connexion à l'anti-triche échouée. Veuillez redémarrer le jeu",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Un appel critique de l'API Windows a échoué",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "L'anti-triche est obsolète. Redémarrage du jeu requis",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "L'anti-triche ne fonctionne pas correctement. Redémarrage du jeu requis",
|
||||
"BATTLEYE_UnknownRestartReason": "L'anti-triche ne fonctionne pas correctement. Redémarrage du jeu requis",
|
||||
"EXIT": "SORTIE",
|
||||
"NEXT": "SUIVANT",
|
||||
"Place in queue:": "Position dans la file : ",
|
||||
"Profile data loading...": "Chargement des données du profil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Connexion à l'anti-triche échouée",
|
||||
"Servers are currently at full capacity": "Les serveurs sont actuellement complets"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Falsche E-Mail oder Passwort",
|
||||
"213 - Error connecting to auth server": "Die Autorisierung ist zurzeit nicht verfügbar, bitte versuche es später nochmal.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Serverwartung",
|
||||
"ASSEMBLE": "MONTIEREN",
|
||||
"AUTHORIZATION": "AUTORISIERUNG",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Falsche Service-Version",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Anticheat-Verbindung fehlgeschlagen",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Die Integrität des Spiels konnte nicht validiert werden. Neuinstallation des Anticheat erforderlich",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Fehlerhafter Speicher. Die Integrität des Schutzes konnte nicht validiert werden. Neustart des Anticheats erforderlich",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Unzulässiges Programm wird verwendet",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Laden des Anticheat fehlgeschlagen.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Neustart des Spiels erforderlich",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Der Spieler wurde durch BattleEye gebannt",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Anticheat-Verbindung fehlgeschlagen. Bitte starte das Spiel neu",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Ein kritischer Windows-API-Call ist fehlgeschlagen",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat-Programm ist nicht mehr aktuell. Neustart des Spiels erforderlich",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Das Anticheat-Programm läuft nicht richtig. Neustart des Spiels erforderlich",
|
||||
"BATTLEYE_UnknownRestartReason": "Das Anticheat-Programm läuft nicht richtig. Neustart des Spiels erforderlich",
|
||||
"EXIT": "BEENDEN",
|
||||
"NEXT": "WEITER",
|
||||
"Place in queue:": "Platz in der Warteschlange:",
|
||||
"Profile data loading...": "Profildaten werden geladen...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Anticheat-Verbindung fehlgeschlagen",
|
||||
"Servers are currently at full capacity": "Server sind derzeit voll ausgelastet"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Falsche E-Mail oder Passwort",
|
||||
"213 - Error connecting to auth server": "Die Autorisierung ist zurzeit nicht verfügbar, bitte versuche es später nochmal.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Serverwartung",
|
||||
"ASSEMBLE": "MONTIEREN",
|
||||
"AUTHORIZATION": "AUTORISIERUNG",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Falsche Service-Version",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Anticheat-Verbindung fehlgeschlagen",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Die Integrität des Spiels konnte nicht validiert werden. Neuinstallation des Anticheat erforderlich",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Fehlerhafter Speicher. Die Integrität des Schutzes konnte nicht validiert werden. Neustart des Anticheats erforderlich",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Unzulässiges Programm wird verwendet",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Laden des Anticheat fehlgeschlagen.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Neustart des Spiels erforderlich",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Der Spieler wurde durch BattleEye gebannt",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Anticheat-Verbindung fehlgeschlagen. Bitte starte das Spiel neu",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Ein kritischer Windows-API-Call ist fehlgeschlagen",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat-Programm ist nicht mehr aktuell. Neustart des Spiels erforderlich",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Das Anticheat-Programm läuft nicht richtig. Neustart des Spiels erforderlich",
|
||||
"BATTLEYE_UnknownRestartReason": "Das Anticheat-Programm läuft nicht richtig. Neustart des Spiels erforderlich",
|
||||
"EXIT": "BEENDEN",
|
||||
"NEXT": "WEITER",
|
||||
"Place in queue:": "Platz in der Warteschlange:",
|
||||
"Profile data loading...": "Profildaten werden geladen...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Anticheat-Verbindung fehlgeschlagen",
|
||||
"Servers are currently at full capacity": "Server sind derzeit voll ausgelastet"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Rossz email vagy jelszó",
|
||||
"213 - Error connecting to auth server": "Az azonosítás jelenleg nem elérhető, kérlek próbáld meg később.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Szerver karbantartás",
|
||||
"ASSEMBLE": "ÖSSZESZEREL",
|
||||
"AUTHORIZATION": "FELHATALMAZÁS",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Rossz szolgáltatás verzió",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Nem sikerült csatlakozni az anticheathez",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "A játék integritását nem sikerült ellenőrizni. Telepítsd újra az anticheatet",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Sérült memória. A védelem épségét nem sikerült megállapítani. Telepítse újra az anticheatet",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Nem engedélyezett program fut",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Az anticheat betöltése sikertelen.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Indítsd újra a játékot",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "A játékos bannolva lett a BattlEye által",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Nem sikerült csatlakozni az anticheathez. Indítsd újra a játékot",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Egy kritikus Windows API meghívása sikertelen",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Az anticheat verziód elavult. Indítsd újra a játékot",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Az anticheat működése nem megfelelő. A játék újraindítása szükséges",
|
||||
"BATTLEYE_UnknownRestartReason": "Az anticheat működése nem megfelelő. A játék újraindítása szükséges",
|
||||
"EXIT": "KILÉPÉS",
|
||||
"NEXT": "KÖVETKEZŐ",
|
||||
"Place in queue:": "Hely a sorban:",
|
||||
"Profile data loading...": "Profil adatok betöltése...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Nem sikerült csatlakozni az anticheathez",
|
||||
"Servers are currently at full capacity": "A szerverek jelenleg teljesen telítettek"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Rossz email vagy jelszó",
|
||||
"213 - Error connecting to auth server": "Az azonosítás jelenleg nem elérhető, kérlek próbáld meg később.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Szerver karbantartás",
|
||||
"ASSEMBLE": "ÖSSZESZEREL",
|
||||
"AUTHORIZATION": "FELHATALMAZÁS",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Rossz szolgáltatás verzió",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Nem sikerült csatlakozni az anticheathez",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "A játék integritását nem sikerült ellenőrizni. Telepítsd újra az anticheatet",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Sérült memória. A védelem épségét nem sikerült megállapítani. Telepítse újra az anticheatet",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Nem engedélyezett program fut",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Az anticheat betöltése sikertelen.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Indítsd újra a játékot",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "A játékos bannolva lett a BattlEye által",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Nem sikerült csatlakozni az anticheathez. Indítsd újra a játékot",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Egy kritikus Windows API meghívása sikertelen",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Az anticheat verziód elavult. Indítsd újra a játékot",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Az anticheat működése nem megfelelő. A játék újraindítása szükséges",
|
||||
"BATTLEYE_UnknownRestartReason": "Az anticheat működése nem megfelelő. A játék újraindítása szükséges",
|
||||
"EXIT": "KILÉPÉS",
|
||||
"NEXT": "KÖVETKEZŐ",
|
||||
"Place in queue:": "Hely a sorban:",
|
||||
"Profile data loading...": "Profil adatok betöltése...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Nem sikerült csatlakozni az anticheathez",
|
||||
"Servers are currently at full capacity": "A szerverek jelenleg teljesen telítettek"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Email o password errata",
|
||||
"213 - Error connecting to auth server": "L'autorizzazione non è disponibile, riprovare più tardi.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Manutenzione server di gioco",
|
||||
"ASSEMBLE": "ASSEMBLA",
|
||||
"AUTHORIZATION": "AUTORIZZAZIONE",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versione del servizio non valida",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Connessione con l'anticheat fallita",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Impossibile convalidare l'integrità del gioco. Reinstalla l'anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memoria corrotta. Impossibile convalidare l'integrità della protezione. Reinstalla l'anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programma non consentito in esecuzione",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Caricamento dell'anticheat fallito.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "È necessario riavviare il gioco",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Il giocatore è stato bannato da BE",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Connessione con l'anticheat fallita. Si prega di riavviare il gioco",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Una chiamata critica all'API di Windows è fallita",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "La versione dell'anticheat è obsoleta. È necessario riavviare il gioco",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "L'anticheat non funziona correttamente. È necessario riavviare il gioco",
|
||||
"BATTLEYE_UnknownRestartReason": "L'anticheat non funziona correttamente. È necessario riavviare il gioco",
|
||||
"EXIT": "ESCI",
|
||||
"NEXT": "AVANTI",
|
||||
"Place in queue:": "Posizione in coda:",
|
||||
"Profile data loading...": "Caricando i dati del profilo...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Connessione con l'anticheat fallita",
|
||||
"Servers are currently at full capacity": "I server sono momentaneamente saturi"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Email o password errata",
|
||||
"213 - Error connecting to auth server": "L'autorizzazione non è disponibile, riprovare più tardi.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Manutenzione server di gioco",
|
||||
"ASSEMBLE": "ASSEMBLA",
|
||||
"AUTHORIZATION": "AUTORIZZAZIONE",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versione del servizio non valida",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Connessione con l'anticheat fallita",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Impossibile convalidare l'integrità del gioco. Reinstalla l'anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memoria corrotta. Impossibile convalidare l'integrità della protezione. Reinstalla l'anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Programma non consentito in esecuzione",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Caricamento dell'anticheat fallito.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "È necessario riavviare il gioco",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Il giocatore è stato bannato da BE",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Connessione con l'anticheat fallita. Si prega di riavviare il gioco",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Una chiamata critica all'API di Windows è fallita",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "La versione dell'anticheat è obsoleta. È necessario riavviare il gioco",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "L'anticheat non funziona correttamente. È necessario riavviare il gioco",
|
||||
"BATTLEYE_UnknownRestartReason": "L'anticheat non funziona correttamente. È necessario riavviare il gioco",
|
||||
"EXIT": "ESCI",
|
||||
"NEXT": "AVANTI",
|
||||
"Place in queue:": "Posizione in coda:",
|
||||
"Profile data loading...": "Caricando i dati del profilo...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Connessione con l'anticheat fallita",
|
||||
"Servers are currently at full capacity": "I server sono momentaneamente saturi"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "メールアドレスまたはパスワードが間違っています",
|
||||
"213 - Error connecting to auth server": "認証に失敗しました。時間を置いてからもう一度お試しください。",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "サーバーメンテナンス中",
|
||||
"ASSEMBLE": "組み立て",
|
||||
"AUTHORIZATION": "承認",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "サービスのバージョンが不正です",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "アンチチートの接続が失われました",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "ゲームファイルの整合性の検証に失敗しました。アンチチートプログラムを再インストールしてください",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "メモリの破損によりプロテクションの整合性の検証に失敗しました。アンチチートプログラムを再インストールしてください",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "許可されていないプログラムが実行されています",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "アンチチートプログラムの読込に失敗しました",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "ゲームを再起動してください",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "BattlEyeによりプレイヤーはBANされました",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "アンチチートの接続が失われました。ゲームを再起動してください",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Windows APIの呼び出しに失敗しました。",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "アンチチートプログラムの更新のためゲームの再起動が必要です",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "アンチチートプログラムが正常に実行されていません。ゲームの再起動が必要です",
|
||||
"BATTLEYE_UnknownRestartReason": "アンチチートプログラムが正常に実行されていません。ゲームの再起動が必要です",
|
||||
"EXIT": "ゲームを終了",
|
||||
"NEXT": "次へ",
|
||||
"Place in queue:": "待機人数:",
|
||||
"Profile data loading...": "プロファイルデータを読み込み中…",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "アンチチートの接続が失われました",
|
||||
"Servers are currently at full capacity": "サーバーが満員です"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "メールアドレスまたはパスワードが間違っています",
|
||||
"213 - Error connecting to auth server": "認証に失敗しました。時間を置いてからもう一度お試しください。",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "サーバーメンテナンス中",
|
||||
"ASSEMBLE": "組み立て",
|
||||
"AUTHORIZATION": "承認",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "サービスのバージョンが不正です",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "アンチチートの接続が失われました",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "ゲームファイルの整合性の検証に失敗しました。アンチチートプログラムを再インストールしてください",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "メモリの破損によりプロテクションの整合性の検証に失敗しました。アンチチートプログラムを再インストールしてください",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "許可されていないプログラムが実行されています",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "アンチチートプログラムの読込に失敗しました",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "ゲームを再起動してください",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "BattlEyeによりプレイヤーはBANされました",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "アンチチートの接続が失われました。ゲームを再起動してください",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Windows APIの呼び出しに失敗しました。",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "アンチチートプログラムの更新のためゲームの再起動が必要です",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "アンチチートプログラムが正常に実行されていません。ゲームの再起動が必要です",
|
||||
"BATTLEYE_UnknownRestartReason": "アンチチートプログラムが正常に実行されていません。ゲームの再起動が必要です",
|
||||
"EXIT": "ゲームを終了",
|
||||
"NEXT": "次へ",
|
||||
"Place in queue:": "待機人数:",
|
||||
"Profile data loading...": "プロファイルデータを読み込み中…",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "アンチチートの接続が失われました",
|
||||
"Servers are currently at full capacity": "サーバーが満員です"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "이메일 또는 비밀번호가 잘못되었습니다.",
|
||||
"213 - Error connecting to auth server": "인증서버에 연결할 수 없습니다. 잠시 후 다시 시도해 주세요.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "서버 점검중",
|
||||
"ASSEMBLE": "조립",
|
||||
"AUTHORIZATION": "인증",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "올바르지 않은 버전",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "안티치트 연결에 실패하였습니다.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "게임의 무결성 검사에 실패하였습니다. 안티치트를 다시 설치해 주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "메모리 손상 발견. 보호 기능의 무결성을 검증하지 못했습니다. 안티치트를 재설치 해주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "비인가 프로그램이 실행 중입니다.",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "안티치트 로딩 실패",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "해당 플레이어는 배틀아이에 의해 차단되었습니다.",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "안티치트 연결에 실패하였습니다. 게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "중요한 윈도우 API 호출 실패",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "구버전의 안티치트를 사용 중 입니다. 게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "안티치트가 올바르게 작동하지 않습니다. 게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_UnknownRestartReason": "안티치트가 올바르게 작동하지 않습니다. 게임을 재시작 해주십시오.",
|
||||
"EXIT": "게임 종료",
|
||||
"NEXT": "다음",
|
||||
"Place in queue:": "현재 대기열:",
|
||||
"Profile data loading...": "프로필 데이터를 불러오는 중입니다...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "안티치트 연결에 실패하였습니다.",
|
||||
"Servers are currently at full capacity": "현재 서버가 가득 찬 상태입니다."
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "이메일 또는 비밀번호가 잘못되었습니다.",
|
||||
"213 - Error connecting to auth server": "인증서버에 연결할 수 없습니다. 잠시 후 다시 시도해 주세요.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "서버 점검중",
|
||||
"ASSEMBLE": "조립",
|
||||
"AUTHORIZATION": "인증",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "올바르지 않은 버전",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "안티치트 연결에 실패하였습니다.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "게임의 무결성 검사에 실패하였습니다. 안티치트를 다시 설치해 주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "메모리 손상 발견. 보호 기능의 무결성을 검증하지 못했습니다. 안티치트를 재설치 해주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "비인가 프로그램이 실행 중입니다.",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "안티치트 로딩 실패",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "해당 플레이어는 배틀아이에 의해 차단되었습니다.",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "안티치트 연결에 실패하였습니다. 게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "중요한 윈도우 API 호출 실패",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "구버전의 안티치트를 사용 중 입니다. 게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "안티치트가 올바르게 작동하지 않습니다. 게임을 재시작 해주십시오.",
|
||||
"BATTLEYE_UnknownRestartReason": "안티치트가 올바르게 작동하지 않습니다. 게임을 재시작 해주십시오.",
|
||||
"EXIT": "게임 종료",
|
||||
"NEXT": "다음",
|
||||
"Place in queue:": "현재 대기열:",
|
||||
"Profile data loading...": "프로필 데이터를 불러오는 중입니다...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "안티치트 연결에 실패하였습니다.",
|
||||
"Servers are currently at full capacity": "현재 서버가 가득 찬 상태입니다."
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Błędy e-mail lub hasło",
|
||||
"213 - Error connecting to auth server": "Autoryzacja jest teraz niedostępna, spróbuj ponownie później.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Prace techniczne na serwerach",
|
||||
"ASSEMBLE": "ZŁÓŻ",
|
||||
"AUTHORIZATION": "AUTORYZACJA",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Zła wersja serwisu",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Błąd połączenia z anticheatem",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Nie można sprawdzić poprawności gry. Przeinstaluj anticheata",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Uszkodzenie pamięci. Nie udało się sprawdzić integralności systemu bezpieczeństwa. Przeinstaluj anticheata",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Wykryto niedozwolony program",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Błąd wczytywania anticheata.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Wymagany restart gry",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Gracz został zbanowany przez BattleEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Połączenie z anticheatem nie powiodło się. Uruchom grę ponownie",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Krytyczne wywołanie interfejsu API systemu Windows nie powiodło się",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat jest nieaktualny. Wymagany restart gry",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anticheat nie działa prawidłowo. Wymagany restart gry",
|
||||
"BATTLEYE_UnknownRestartReason": "Anticheat nie działa prawidłowo. Wymagany restart gry",
|
||||
"EXIT": "WYJŚCIE",
|
||||
"NEXT": "DALEJ",
|
||||
"Place in queue:": "Pozycja w kolejce:",
|
||||
"Profile data loading...": "Wczytywanie danych profilu…",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Błąd połączenia z anticheatem",
|
||||
"Servers are currently at full capacity": "Wszystkie serwery są obecnie pełne"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Błędy e-mail lub hasło",
|
||||
"213 - Error connecting to auth server": "Autoryzacja jest teraz niedostępna, spróbuj ponownie później.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Prace techniczne na serwerach",
|
||||
"ASSEMBLE": "ZŁÓŻ",
|
||||
"AUTHORIZATION": "AUTORYZACJA",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Zła wersja serwisu",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Błąd połączenia z anticheatem",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Nie można sprawdzić poprawności gry. Przeinstaluj anticheata",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Uszkodzenie pamięci. Nie udało się sprawdzić integralności systemu bezpieczeństwa. Przeinstaluj anticheata",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Wykryto niedozwolony program",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Błąd wczytywania anticheata.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Wymagany restart gry",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Gracz został zbanowany przez BattleEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Połączenie z anticheatem nie powiodło się. Uruchom grę ponownie",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Krytyczne wywołanie interfejsu API systemu Windows nie powiodło się",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat jest nieaktualny. Wymagany restart gry",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anticheat nie działa prawidłowo. Wymagany restart gry",
|
||||
"BATTLEYE_UnknownRestartReason": "Anticheat nie działa prawidłowo. Wymagany restart gry",
|
||||
"EXIT": "WYJŚCIE",
|
||||
"NEXT": "DALEJ",
|
||||
"Place in queue:": "Pozycja w kolejce:",
|
||||
"Profile data loading...": "Wczytywanie danych profilu…",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Błąd połączenia z anticheatem",
|
||||
"Servers are currently at full capacity": "Wszystkie serwery są obecnie pełne"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Email ou senha incorretos",
|
||||
"213 - Error connecting to auth server": "Autorização está indisponível agora, por favor tente mais tarde.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Manutenção do servidor",
|
||||
"ASSEMBLE": "MONTAR",
|
||||
"AUTHORIZATION": "AUTORIZAÇÃO",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versão do serviço incorreta",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Conexão com o anticheat falhou",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "A validação da integridade do jogo falhou. Reinstale o anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memória corrompida. A validação da integridade da proteção falhou. Reinstale o anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Execução de programa não permitido",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Falha no carregamento do anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Reinicialização do jogo necessária",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "O jogador foi banido pelo BE",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Conexão com o anticheat falhou. Por favor reinicie o jogo",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Uma chamada de API crítica do windows falhou",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "O anticheat está desatualizado. Reinicialização do jogo necessária",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "O anticheat está rodando incorretamente. Reinicialização do jogo necessária",
|
||||
"BATTLEYE_UnknownRestartReason": "O anticheat está rodando incorretamente. Reinicialização do jogo necessária",
|
||||
"EXIT": "SAIR",
|
||||
"NEXT": "PRÓXIMO",
|
||||
"Place in queue:": "Lugar na fila:",
|
||||
"Profile data loading...": "Carregando dados do perfil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Conexão com o anticheat falhou",
|
||||
"Servers are currently at full capacity": "Servidores atualmente em capacidade máxima"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Email ou senha incorretos",
|
||||
"213 - Error connecting to auth server": "Autorização está indisponível agora, por favor tente mais tarde.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Manutenção do servidor",
|
||||
"ASSEMBLE": "MONTAR",
|
||||
"AUTHORIZATION": "AUTORIZAÇÃO",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Versão do serviço incorreta",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Conexão com o anticheat falhou",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "A validação da integridade do jogo falhou. Reinstale o anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Memória corrompida. A validação da integridade da proteção falhou. Reinstale o anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Execução de programa não permitido",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Falha no carregamento do anticheat.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Reinicialização do jogo necessária",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "O jogador foi banido pelo BE",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Conexão com o anticheat falhou. Por favor reinicie o jogo",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Uma chamada de API crítica do windows falhou",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "O anticheat está desatualizado. Reinicialização do jogo necessária",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "O anticheat está rodando incorretamente. Reinicialização do jogo necessária",
|
||||
"BATTLEYE_UnknownRestartReason": "O anticheat está rodando incorretamente. Reinicialização do jogo necessária",
|
||||
"EXIT": "SAIR",
|
||||
"NEXT": "PRÓXIMO",
|
||||
"Place in queue:": "Lugar na fila:",
|
||||
"Profile data loading...": "Carregando dados do perfil...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Conexão com o anticheat falhou",
|
||||
"Servers are currently at full capacity": "Servidores atualmente em capacidade máxima"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Неверный email или пароль",
|
||||
"213 - Error connecting to auth server": "Авторизация временно невозможна, попробуйте позже.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Cервера на техобслуживании",
|
||||
"ASSEMBLE": "СОБРАТЬ",
|
||||
"AUTHORIZATION": "АВТОРИЗАЦИЯ",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Необходим рестарт игры - запущена устаревшая версия античита",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Потеряно соединение с античитом",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Запущена некорректная версия игры. Пожалуйста, проверьте целостность файлов игры",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Запущена некорректная версия античита. Пожалуйста, перустановите античит",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "На клиенте запущено запрещенное ПО",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Загрузка античита не удалась.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Требуется перезапуск игры",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Игрок был забанен BattlEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Потеряно соединение с античитом. Пожалуйста, перезапустите игру",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Ошибка запроса приложения от WIndows",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Запущена устаревшая версия античита. Необходим перезапуск игры",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Античит запущен некорректно. Необходим перезапуск игры",
|
||||
"BATTLEYE_UnknownRestartReason": "Античит запущен некорректно. Необходим перезапуск игры",
|
||||
"EXIT": "ВЫХОД",
|
||||
"NEXT": "ДАЛЕЕ",
|
||||
"Place in queue:": "Место в очереди:",
|
||||
"Profile data loading...": "Загрузка данных профиля...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Потеряно соединение с античитом",
|
||||
"Servers are currently at full capacity": "В данный момент сервера переполнены"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Неверный email или пароль",
|
||||
"213 - Error connecting to auth server": "Авторизация временно невозможна, попробуйте позже.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Cервера на техобслуживании",
|
||||
"ASSEMBLE": "СОБРАТЬ",
|
||||
"AUTHORIZATION": "АВТОРИЗАЦИЯ",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Необходим рестарт игры - запущена устаревшая версия античита",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Потеряно соединение с античитом",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Запущена некорректная версия игры. Пожалуйста, проверьте целостность файлов игры",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Запущена некорректная версия античита. Пожалуйста, перустановите античит",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "На клиенте запущено запрещенное ПО",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Загрузка античита не удалась.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Требуется перезапуск игры",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Игрок был забанен BattlEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Потеряно соединение с античитом. Пожалуйста, перезапустите игру",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Ошибка запроса приложения от WIndows",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Запущена устаревшая версия античита. Необходим перезапуск игры",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Античит запущен некорректно. Необходим перезапуск игры",
|
||||
"BATTLEYE_UnknownRestartReason": "Античит запущен некорректно. Необходим перезапуск игры",
|
||||
"EXIT": "ВЫХОД",
|
||||
"NEXT": "ДАЛЕЕ",
|
||||
"Place in queue:": "Место в очереди:",
|
||||
"Profile data loading...": "Загрузка данных профиля...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Потеряно соединение с античитом",
|
||||
"Servers are currently at full capacity": "В данный момент сервера переполнены"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Nesprávny e-mail alebo heslo",
|
||||
"213 - Error connecting to auth server": "Autorizácia nie je teraz k dispozícii, prosím skúste to znova neskôr.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Údržba serverov",
|
||||
"ASSEMBLE": "ZMONTOVAŤ",
|
||||
"AUTHORIZATION": "OPRÁVNENIE",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Zlá verzia služby",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Anticheat pripojenie zlyhalo",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Integrita hry sa nepodarila overiť. Preinštalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Poškodená pamäť. Integritu ochrany sa nepodarilo overiť. Preinštalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Je spustený nepovolený program",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Načítanie anticheatu zlyhalo.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Vyžaduje sa reštart hry",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Hráč bol zabanovaný službou BattlEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Pripojenie k anticheatu zlyhalo. Prosím reštartujte hru",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Kritické volanie Windows API zlyhalo",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat je zastaraný. Hra vyžaduje reštart",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anticheat je spustený nesprávne. Hra vyžaduje reštart",
|
||||
"BATTLEYE_UnknownRestartReason": "Anticheat je spustený nesprávne. Hra vyžaduje reštart",
|
||||
"EXIT": "UKONČIŤ",
|
||||
"NEXT": "ĎALŠÍ",
|
||||
"Place in queue:": "Miesto v poradí:",
|
||||
"Profile data loading...": "Načítanie osobného profilu...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Anticheat pripojenie zlyhalo",
|
||||
"Servers are currently at full capacity": "Servery sú momentálne plné"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Nesprávny e-mail alebo heslo",
|
||||
"213 - Error connecting to auth server": "Autorizácia nie je teraz k dispozícii, prosím skúste to znova neskôr.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Údržba serverov",
|
||||
"ASSEMBLE": "ZMONTOVAŤ",
|
||||
"AUTHORIZATION": "OPRÁVNENIE",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Zlá verzia služby",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Anticheat pripojenie zlyhalo",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Integrita hry sa nepodarila overiť. Preinštalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Poškodená pamäť. Integritu ochrany sa nepodarilo overiť. Preinštalujte anticheat",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "Je spustený nepovolený program",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Načítanie anticheatu zlyhalo.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Vyžaduje sa reštart hry",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Hráč bol zabanovaný službou BattlEye",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Pripojenie k anticheatu zlyhalo. Prosím reštartujte hru",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Kritické volanie Windows API zlyhalo",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anticheat je zastaraný. Hra vyžaduje reštart",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anticheat je spustený nesprávne. Hra vyžaduje reštart",
|
||||
"BATTLEYE_UnknownRestartReason": "Anticheat je spustený nesprávne. Hra vyžaduje reštart",
|
||||
"EXIT": "UKONČIŤ",
|
||||
"NEXT": "ĎALŠÍ",
|
||||
"Place in queue:": "Miesto v poradí:",
|
||||
"Profile data loading...": "Načítanie osobného profilu...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Anticheat pripojenie zlyhalo",
|
||||
"Servers are currently at full capacity": "Servery sú momentálne plné"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Yanlış e-posta veya parola",
|
||||
"213 - Error connecting to auth server": "Yetkilendirme şu anda kullanılamıyor, lütfen daha sonra tekrar deneyin.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Sunucu bakımı",
|
||||
"ASSEMBLE": "BİRLEŞTİR",
|
||||
"AUTHORIZATION": "YETKİ",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Hizmet sürümü hatalı",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Anti Hile Sistemine bağlantı başarısız oldu",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Oyunun bütünlüğü doğrulanamadı. Anti hile sistemini yeniden yükleyin",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Bozuk bellek. Korumanın bütünlüğü doğrulanamadı. Anti hile sistemini yeniden yükleyin",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "İzin verilmeyen program çalışıyor",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Anti hile sistemi yüklemesi başarısız oldu.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Oyunu yeniden başlatmanız gerekiyor",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Oyuncu BattleEye tarafından yasaklandı",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Anti Hile Sistemine bağlanılamadı. Lütfen oyunu yeniden başlatın",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Windows API çağrısı başarısız oldu",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anti Hile Sistemi sürümü güncel değil. Oyunu yeniden başlatmanız gerekiyor",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anti Hile Sistemi hatalı çalışıyor. Oyunu yeniden başlatmanız gerekiyor",
|
||||
"BATTLEYE_UnknownRestartReason": "Anti Hile Sistemi hatalı çalışıyor. Oyunu yeniden başlatmanız gerekiyor",
|
||||
"EXIT": "ÇIKIŞ",
|
||||
"NEXT": "SONRAKİ",
|
||||
"Place in queue:": "Sıradaki yeriniz:",
|
||||
"Profile data loading...": "Profil verileri yükleniyor...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Anti Hile Sistemine bağlantı başarısız oldu",
|
||||
"Servers are currently at full capacity": "Sunucular şu anda tamamen dolu"
|
||||
}
|
||||
"menu": {
|
||||
"206 - Wrong email or password": "Yanlış e-posta veya parola",
|
||||
"213 - Error connecting to auth server": "Yetkilendirme şu anda kullanılamıyor, lütfen daha sonra tekrar deneyin.",
|
||||
"240 - Servers temporarily unavailable. Please, try later.": "Sunucu bakımı",
|
||||
"ASSEMBLE": "BİRLEŞTİR",
|
||||
"AUTHORIZATION": "YETKİ",
|
||||
"BATTLEYE_ANTICHEAT_BadServiceVersion": "Hizmet sürümü hatalı",
|
||||
"BATTLEYE_ANTICHEAT_ClientNotResponding": "Anti Hile Sistemine bağlantı başarısız oldu",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedData": "Oyunun bütünlüğü doğrulanamadı. Anti hile sistemini yeniden yükleyin",
|
||||
"BATTLEYE_ANTICHEAT_CorruptedMemory": "Bozuk bellek. Korumanın bütünlüğü doğrulanamadı. Anti hile sistemini yeniden yükleyin",
|
||||
"BATTLEYE_ANTICHEAT_DisallowedProgram": "İzin verilmeyen program çalışıyor",
|
||||
"BATTLEYE_ANTICHEAT_FailedToLoadAnticheat": "Anti hile sistemi yüklemesi başarısız oldu.",
|
||||
"BATTLEYE_ANTICHEAT_GameRestartRequired": "Oyunu yeniden başlatmanız gerekiyor",
|
||||
"BATTLEYE_ANTICHEAT_GlobalBan": "Oyuncu BattleEye tarafından yasaklandı",
|
||||
"BATTLEYE_ANTICHEAT_QueryTimeout": "Anti Hile Sistemine bağlanılamadı. Lütfen oyunu yeniden başlatın",
|
||||
"BATTLEYE_ANTICHEAT_WinAPIFailure": "Windows API çağrısı başarısız oldu",
|
||||
"BATTLEYE_ServiceNeedsToBeUpdated": "Anti Hile Sistemi sürümü güncel değil. Oyunu yeniden başlatmanız gerekiyor",
|
||||
"BATTLEYE_ServiceNotRunningProperly": "Anti Hile Sistemi hatalı çalışıyor. Oyunu yeniden başlatmanız gerekiyor",
|
||||
"BATTLEYE_UnknownRestartReason": "Anti Hile Sistemi hatalı çalışıyor. Oyunu yeniden başlatmanız gerekiyor",
|
||||
"EXIT": "ÇIKIŞ",
|
||||
"NEXT": "SONRAKİ",
|
||||
"Place in queue:": "Sıradaki yeriniz:",
|
||||
"Profile data loading...": "Profil verileri yükleniyor...",
|
||||
"SABER_ANTICHEAT_AnticheatConnectionFailed": "Anti Hile Sistemine bağlantı başarısız oldu",
|
||||
"Servers are currently at full capacity": "Sunucular şu anda tamamen dolu"
|
||||
}
|
||||
}
|
||||
@@ -670,7 +670,7 @@
|
||||
"repeatable-unable_to_find_location_id_for_location_name": "Unable to find a locationId for: %s",
|
||||
"repeatable-unable_to_find_exits_for_location": "Unable to get location exits for location: %s",
|
||||
"repeatable-unable_choose_exit_pool_empty": "Unable to choose specific exit for map: %s as exit pool is empty",
|
||||
"repeatable-eliminationQuestGenerationData-is-null" : "Elimination generation data is null",
|
||||
"repeatable-eliminationQuestGenerationData-is-null": "Elimination generation data is null",
|
||||
"repeatable-no-bot-types-remain": "No remaining bot types remain in pool, skipping Elimination quest generation",
|
||||
"repeatable-unable-targets-are-null": "Unable to generate Elimination quest generation, targets are null",
|
||||
"repeatable-unable-get-target-pool": "Unable to get targetLocationPool for bot type: %s",
|
||||
|
||||
@@ -1,73 +1,90 @@
|
||||
{
|
||||
"locations": {},
|
||||
"paths": [{
|
||||
"Destination": "5714dc692459777137212e12",
|
||||
"Event": false,
|
||||
"Source": "653e6760052c01c1c805532f"
|
||||
}, {
|
||||
"Destination": "5714dc692459777137212e12",
|
||||
"Event": false,
|
||||
"Source": "5b0fc42d86f7744a585f9105"
|
||||
}, {
|
||||
"Destination": "5714dbc024597771384a510d",
|
||||
"Event": false,
|
||||
"Source": "5714dc692459777137212e12"
|
||||
}, {
|
||||
"Destination": "56f40101d2720b2a4d8b45d6",
|
||||
"Event": false,
|
||||
"Source": "5714dbc024597771384a510d"
|
||||
}, {
|
||||
"Destination": "55f2d3fd4bdc2d5f408b4567",
|
||||
"Event": false,
|
||||
"Source": "56f40101d2720b2a4d8b45d6"
|
||||
}, {
|
||||
"Destination": "5704e3c2d2720bac5b8b4567",
|
||||
"Event": false,
|
||||
"Source": "55f2d3fd4bdc2d5f408b4567"
|
||||
}, {
|
||||
"Destination": "5704e5fad2720bc05b8b4567",
|
||||
"Event": false,
|
||||
"Source": "5704e3c2d2720bac5b8b4567"
|
||||
}, {
|
||||
"Destination": "5704e4dad2720bb55b8b4567",
|
||||
"Event": false,
|
||||
"Source": "5704e5fad2720bc05b8b4567"
|
||||
}, {
|
||||
"Destination": "5704e554d2720bac5b8b456e",
|
||||
"Event": false,
|
||||
"Source": "5704e4dad2720bb55b8b4567"
|
||||
}, {
|
||||
"Destination": "5704e3c2d2720bac5b8b4567",
|
||||
"Event": false,
|
||||
"Source": "5704e4dad2720bb55b8b4567"
|
||||
}, {
|
||||
"Destination": "56f40101d2720b2a4d8b45d6",
|
||||
"Event": false,
|
||||
"Source": "5704e5fad2720bc05b8b4567"
|
||||
}, {
|
||||
"Destination": "5b0fc42d86f7744a585f9105",
|
||||
"Event": false,
|
||||
"Source": "55f2d3fd4bdc2d5f408b4567"
|
||||
}, {
|
||||
"Destination": "56f40101d2720b2a4d8b45d6",
|
||||
"Event": true,
|
||||
"Source": "5704e3c2d2720bac5b8b4567"
|
||||
}, {
|
||||
"Destination": "5714dbc024597771384a510d",
|
||||
"Event": true,
|
||||
"Source": "56f40101d2720b2a4d8b45d6"
|
||||
}, {
|
||||
"Destination": "5704e4dad2720bb55b8b4567",
|
||||
"Event": true,
|
||||
"Source": "5704e554d2720bac5b8b456e"
|
||||
}, {
|
||||
"Destination": "5704e5fad2720bc05b8b4567",
|
||||
"Event": true,
|
||||
"Source": "5704e4dad2720bb55b8b4567"
|
||||
}, {
|
||||
"Destination": "5704e3c2d2720bac5b8b4567",
|
||||
"Event": true,
|
||||
"Source": "5704e5fad2720bc05b8b4567"
|
||||
}
|
||||
]
|
||||
"locations": {},
|
||||
"paths": [
|
||||
{
|
||||
"Destination": "5714dc692459777137212e12",
|
||||
"Event": false,
|
||||
"Source": "653e6760052c01c1c805532f"
|
||||
},
|
||||
{
|
||||
"Destination": "5714dc692459777137212e12",
|
||||
"Event": false,
|
||||
"Source": "5b0fc42d86f7744a585f9105"
|
||||
},
|
||||
{
|
||||
"Destination": "5714dbc024597771384a510d",
|
||||
"Event": false,
|
||||
"Source": "5714dc692459777137212e12"
|
||||
},
|
||||
{
|
||||
"Destination": "56f40101d2720b2a4d8b45d6",
|
||||
"Event": false,
|
||||
"Source": "5714dbc024597771384a510d"
|
||||
},
|
||||
{
|
||||
"Destination": "55f2d3fd4bdc2d5f408b4567",
|
||||
"Event": false,
|
||||
"Source": "56f40101d2720b2a4d8b45d6"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e3c2d2720bac5b8b4567",
|
||||
"Event": false,
|
||||
"Source": "55f2d3fd4bdc2d5f408b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e5fad2720bc05b8b4567",
|
||||
"Event": false,
|
||||
"Source": "5704e3c2d2720bac5b8b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e4dad2720bb55b8b4567",
|
||||
"Event": false,
|
||||
"Source": "5704e5fad2720bc05b8b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e554d2720bac5b8b456e",
|
||||
"Event": false,
|
||||
"Source": "5704e4dad2720bb55b8b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e3c2d2720bac5b8b4567",
|
||||
"Event": false,
|
||||
"Source": "5704e4dad2720bb55b8b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "56f40101d2720b2a4d8b45d6",
|
||||
"Event": false,
|
||||
"Source": "5704e5fad2720bc05b8b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "5b0fc42d86f7744a585f9105",
|
||||
"Event": false,
|
||||
"Source": "55f2d3fd4bdc2d5f408b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "56f40101d2720b2a4d8b45d6",
|
||||
"Event": true,
|
||||
"Source": "5704e3c2d2720bac5b8b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "5714dbc024597771384a510d",
|
||||
"Event": true,
|
||||
"Source": "56f40101d2720b2a4d8b45d6"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e4dad2720bb55b8b4567",
|
||||
"Event": true,
|
||||
"Source": "5704e554d2720bac5b8b456e"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e5fad2720bc05b8b4567",
|
||||
"Event": true,
|
||||
"Source": "5704e4dad2720bb55b8b4567"
|
||||
},
|
||||
{
|
||||
"Destination": "5704e3c2d2720bac5b8b4567",
|
||||
"Event": true,
|
||||
"Source": "5704e5fad2720bc05b8b4567"
|
||||
}
|
||||
]
|
||||
}
|
||||
+780
-1
File diff suppressed because one or more lines are too long
+19794
-1
File diff suppressed because one or more lines are too long
+50836
-1
File diff suppressed because one or more lines are too long
+746
-1
File diff suppressed because one or more lines are too long
+5318
-1
File diff suppressed because one or more lines are too long
+27294
-1
File diff suppressed because one or more lines are too long
+746
-1
File diff suppressed because one or more lines are too long
+5318
-1
File diff suppressed because one or more lines are too long
+27294
-1
File diff suppressed because one or more lines are too long
@@ -1,173 +1,193 @@
|
||||
{
|
||||
"Enabled": false,
|
||||
"EnableCoop": true,
|
||||
"Locked": true,
|
||||
"Name": "Hideout",
|
||||
"Scene": {
|
||||
"path": "maps/bunker_preset.bundle",
|
||||
"rcid": "bunker.ScenesPreset.asset"
|
||||
},
|
||||
"Area": 0,
|
||||
"RequiredPlayerLevelMin": 1,
|
||||
"RequiredPlayerLevelMax": 100,
|
||||
"PmcMaxPlayersInGroup": 5,
|
||||
"ScavMaxPlayersInGroup": 4,
|
||||
"MinPlayers": 1,
|
||||
"MaxPlayers": 10,
|
||||
"MaxCoopGroup": 10,
|
||||
"IconX": 0,
|
||||
"IconY": 0,
|
||||
"waves": [],
|
||||
"limits": [],
|
||||
"AveragePlayTime": 1000000,
|
||||
"AveragePlayerLevel": 10,
|
||||
"EscapeTimeLimit": 99999,
|
||||
"EscapeTimeLimitCoop": 99999,
|
||||
"Rules": "Normal",
|
||||
"IsSecret": false,
|
||||
"doors": [],
|
||||
"MaxDistToFreePoint": 900,
|
||||
"MinDistToFreePoint": 10,
|
||||
"MaxBotPerZone": 0,
|
||||
"OpenZones": "",
|
||||
"OcculsionCullingEnabled": false,
|
||||
"OldSpawn": true,
|
||||
"OfflineOldSpawn": true,
|
||||
"NewSpawn": false,
|
||||
"OfflineNewSpawn": true,
|
||||
"BotMax": 0,
|
||||
"BotStart": 0,
|
||||
"BotStartPlayer": 0,
|
||||
"BotStop": 0,
|
||||
"BotSpawnTimeOnMin": 0,
|
||||
"BotSpawnTimeOnMax": 0,
|
||||
"BotSpawnTimeOffMin": 0,
|
||||
"BotSpawnTimeOffMax": 0,
|
||||
"BotEasy": 0,
|
||||
"BotNormal": 0,
|
||||
"BotHard": 0,
|
||||
"BotImpossible": 0,
|
||||
"BotAssault": 0,
|
||||
"BotMarksman": 0,
|
||||
"DisabledScavExits": "",
|
||||
"MinPlayerLvlAccessKeys": 0,
|
||||
"AccessKeys": [],
|
||||
"UnixDateTime": 1689772567,
|
||||
"PlayersRequestCount": -1,
|
||||
"NonWaveGroupScenario": {
|
||||
"MinToBeGroup": 2,
|
||||
"MaxToBeGroup": 3,
|
||||
"Chance": 50,
|
||||
"Enabled": false
|
||||
},
|
||||
"BotSpawnCountStep": 3,
|
||||
"BotSpawnPeriodCheck": 15,
|
||||
"GlobalContainerChanceModifier": 1,
|
||||
"MinMaxBots": [],
|
||||
"BotLocationModifier": {
|
||||
"AccuracySpeed": 1,
|
||||
"Scattering": 1,
|
||||
"GainSight": 1,
|
||||
"MarksmanAccuratyCoef": 1,
|
||||
"VisibleDistance": 0
|
||||
},
|
||||
"exits": [],
|
||||
"DisabledForScav": false,
|
||||
"SpawnPointParams": [{
|
||||
"Id": "f656a561-6524-49e2-90c0-1cbbece183ce",
|
||||
"Position": {
|
||||
"x": -5.8,
|
||||
"y": 0.1,
|
||||
"z": -5.4
|
||||
},
|
||||
"Rotation": 45.0000038,
|
||||
"Sides": ["Usec"],
|
||||
"Categories": ["Player", "Bot"],
|
||||
"Infiltration": "",
|
||||
"DelayToCanSpawnSec": 0.5,
|
||||
"ColliderParams": {
|
||||
"_parent": "SpawnSphereParams",
|
||||
"_props": {
|
||||
"Center": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"Radius": 10
|
||||
}
|
||||
},
|
||||
"BotZoneName": ""
|
||||
}, {
|
||||
"Id": "f92541a9-08ab-4c9e-957a-d802e143b705",
|
||||
"Position": {
|
||||
"x": -5.8,
|
||||
"y": 0.1,
|
||||
"z": -5.4
|
||||
},
|
||||
"Rotation": 45.0000038,
|
||||
"Sides": ["All"],
|
||||
"Categories": ["Player"],
|
||||
"Infiltration": "Hideout",
|
||||
"DelayToCanSpawnSec": 4,
|
||||
"ColliderParams": {
|
||||
"_parent": "SpawnSphereParams",
|
||||
"_props": {
|
||||
"Center": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"Radius": 10
|
||||
}
|
||||
},
|
||||
"BotZoneName": ""
|
||||
}, {
|
||||
"Id": "faf351a1-e5f5-4642-8ece-267508fdfea6",
|
||||
"Position": {
|
||||
"x": -5.8,
|
||||
"y": 0.1,
|
||||
"z": -5.4
|
||||
},
|
||||
"Rotation": 45.0000038,
|
||||
"Sides": ["Bear"],
|
||||
"Categories": ["Player", "Bot"],
|
||||
"Infiltration": "",
|
||||
"DelayToCanSpawnSec": 0.5,
|
||||
"ColliderParams": {
|
||||
"_parent": "SpawnSphereParams",
|
||||
"_props": {
|
||||
"Center": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"Radius": 10
|
||||
}
|
||||
},
|
||||
"BotZoneName": ""
|
||||
"Enabled": false,
|
||||
"EnableCoop": true,
|
||||
"Locked": true,
|
||||
"Name": "Hideout",
|
||||
"Scene": {
|
||||
"path": "maps/bunker_preset.bundle",
|
||||
"rcid": "bunker.ScenesPreset.asset"
|
||||
},
|
||||
"Area": 0,
|
||||
"RequiredPlayerLevelMin": 1,
|
||||
"RequiredPlayerLevelMax": 100,
|
||||
"PmcMaxPlayersInGroup": 5,
|
||||
"ScavMaxPlayersInGroup": 4,
|
||||
"MinPlayers": 1,
|
||||
"MaxPlayers": 10,
|
||||
"MaxCoopGroup": 10,
|
||||
"IconX": 0,
|
||||
"IconY": 0,
|
||||
"waves": [],
|
||||
"limits": [],
|
||||
"AveragePlayTime": 1000000,
|
||||
"AveragePlayerLevel": 10,
|
||||
"EscapeTimeLimit": 99999,
|
||||
"EscapeTimeLimitCoop": 99999,
|
||||
"Rules": "Normal",
|
||||
"IsSecret": false,
|
||||
"doors": [],
|
||||
"MaxDistToFreePoint": 900,
|
||||
"MinDistToFreePoint": 10,
|
||||
"MaxBotPerZone": 0,
|
||||
"OpenZones": "",
|
||||
"OcculsionCullingEnabled": false,
|
||||
"OldSpawn": true,
|
||||
"OfflineOldSpawn": true,
|
||||
"NewSpawn": false,
|
||||
"OfflineNewSpawn": true,
|
||||
"BotMax": 0,
|
||||
"BotStart": 0,
|
||||
"BotStartPlayer": 0,
|
||||
"BotStop": 0,
|
||||
"BotSpawnTimeOnMin": 0,
|
||||
"BotSpawnTimeOnMax": 0,
|
||||
"BotSpawnTimeOffMin": 0,
|
||||
"BotSpawnTimeOffMax": 0,
|
||||
"BotEasy": 0,
|
||||
"BotNormal": 0,
|
||||
"BotHard": 0,
|
||||
"BotImpossible": 0,
|
||||
"BotAssault": 0,
|
||||
"BotMarksman": 0,
|
||||
"DisabledScavExits": "",
|
||||
"MinPlayerLvlAccessKeys": 0,
|
||||
"AccessKeys": [],
|
||||
"UnixDateTime": 1689772567,
|
||||
"PlayersRequestCount": -1,
|
||||
"NonWaveGroupScenario": {
|
||||
"MinToBeGroup": 2,
|
||||
"MaxToBeGroup": 3,
|
||||
"Chance": 50,
|
||||
"Enabled": false
|
||||
},
|
||||
"BotSpawnCountStep": 3,
|
||||
"BotSpawnPeriodCheck": 15,
|
||||
"GlobalContainerChanceModifier": 1,
|
||||
"MinMaxBots": [],
|
||||
"BotLocationModifier": {
|
||||
"AccuracySpeed": 1,
|
||||
"Scattering": 1,
|
||||
"GainSight": 1,
|
||||
"MarksmanAccuratyCoef": 1,
|
||||
"VisibleDistance": 0
|
||||
},
|
||||
"exits": [],
|
||||
"DisabledForScav": false,
|
||||
"SpawnPointParams": [
|
||||
{
|
||||
"Id": "f656a561-6524-49e2-90c0-1cbbece183ce",
|
||||
"Position": {
|
||||
"x": -5.8,
|
||||
"y": 0.1,
|
||||
"z": -5.4
|
||||
},
|
||||
"Rotation": 45.0000038,
|
||||
"Sides": [
|
||||
"Usec"
|
||||
],
|
||||
"Categories": [
|
||||
"Player",
|
||||
"Bot"
|
||||
],
|
||||
"Infiltration": "",
|
||||
"DelayToCanSpawnSec": 0.5,
|
||||
"ColliderParams": {
|
||||
"_parent": "SpawnSphereParams",
|
||||
"_props": {
|
||||
"Center": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"Radius": 10
|
||||
}
|
||||
],
|
||||
"maxItemCountInLocation": [{
|
||||
"TemplateId": "604b47caa16c2359315ad047",
|
||||
"Value": 0
|
||||
},
|
||||
"BotZoneName": ""
|
||||
},
|
||||
{
|
||||
"Id": "f92541a9-08ab-4c9e-957a-d802e143b705",
|
||||
"Position": {
|
||||
"x": -5.8,
|
||||
"y": 0.1,
|
||||
"z": -5.4
|
||||
},
|
||||
"Rotation": 45.0000038,
|
||||
"Sides": [
|
||||
"All"
|
||||
],
|
||||
"Categories": [
|
||||
"Player"
|
||||
],
|
||||
"Infiltration": "Hideout",
|
||||
"DelayToCanSpawnSec": 4,
|
||||
"ColliderParams": {
|
||||
"_parent": "SpawnSphereParams",
|
||||
"_props": {
|
||||
"Center": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"Radius": 10
|
||||
}
|
||||
],
|
||||
"Id": "hideout",
|
||||
"_Id": "599319c986f7740dca3070a6",
|
||||
"Loot": [],
|
||||
"Banners": [{
|
||||
"id": "5805f617245977100b2c1f41",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/tglabs.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
}, {
|
||||
"id": "5807be8924597742c603fa19",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/banner_tarkov.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
},
|
||||
"BotZoneName": ""
|
||||
},
|
||||
{
|
||||
"Id": "faf351a1-e5f5-4642-8ece-267508fdfea6",
|
||||
"Position": {
|
||||
"x": -5.8,
|
||||
"y": 0.1,
|
||||
"z": -5.4
|
||||
},
|
||||
"Rotation": 45.0000038,
|
||||
"Sides": [
|
||||
"Bear"
|
||||
],
|
||||
"Categories": [
|
||||
"Player",
|
||||
"Bot"
|
||||
],
|
||||
"Infiltration": "",
|
||||
"DelayToCanSpawnSec": 0.5,
|
||||
"ColliderParams": {
|
||||
"_parent": "SpawnSphereParams",
|
||||
"_props": {
|
||||
"Center": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"Radius": 10
|
||||
}
|
||||
],
|
||||
"BossLocationSpawn": []
|
||||
},
|
||||
"BotZoneName": ""
|
||||
}
|
||||
],
|
||||
"maxItemCountInLocation": [
|
||||
{
|
||||
"TemplateId": "604b47caa16c2359315ad047",
|
||||
"Value": 0
|
||||
}
|
||||
],
|
||||
"Id": "hideout",
|
||||
"_Id": "599319c986f7740dca3070a6",
|
||||
"Loot": [],
|
||||
"Banners": [
|
||||
{
|
||||
"id": "5805f617245977100b2c1f41",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/tglabs.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5807be8924597742c603fa19",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/banner_tarkov.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"BossLocationSpawn": []
|
||||
}
|
||||
|
||||
+786
-1
File diff suppressed because one or more lines are too long
+26374
-1
File diff suppressed because one or more lines are too long
+44152
-1
File diff suppressed because one or more lines are too long
+722
-1
File diff suppressed because one or more lines are too long
+10214
-1
File diff suppressed because one or more lines are too long
+36428
-1
File diff suppressed because one or more lines are too long
+752
-1
File diff suppressed because one or more lines are too long
+1126
-1
File diff suppressed because one or more lines are too long
+8236
-1
File diff suppressed because one or more lines are too long
+780
-1
File diff suppressed because one or more lines are too long
+21331
-1
File diff suppressed because one or more lines are too long
+46292
-1
File diff suppressed because one or more lines are too long
+123
-123
@@ -1,125 +1,125 @@
|
||||
{
|
||||
"Enabled": false,
|
||||
"Locked": true,
|
||||
"Insurance": true,
|
||||
"SafeLocation": false,
|
||||
"Name": "Private Sector",
|
||||
"Description": "Private residential sector, built up with cottages of the upper-class citizens of Tarkov. In the first weeks of emerging chaos it served as a refugee staging camp, but has become a known scavenger haunt afterwards.",
|
||||
"Scene": {
|
||||
"path": "",
|
||||
"rcid": ""
|
||||
},
|
||||
"Area": 0,
|
||||
"RequiredPlayerLevel": 0,
|
||||
"MinPlayers": 6,
|
||||
"MaxPlayers": 9,
|
||||
"exit_count": 1,
|
||||
"exit_access_time": 10,
|
||||
"exit_time": 2,
|
||||
"Preview": {
|
||||
"path": "",
|
||||
"rcid": ""
|
||||
},
|
||||
"IconX": 224,
|
||||
"IconY": 646,
|
||||
"filter_ex": [],
|
||||
"waves": [
|
||||
{
|
||||
"number": 0,
|
||||
"time_min": 1,
|
||||
"time_max": 2,
|
||||
"slots_min": 3,
|
||||
"slots_max": 6,
|
||||
"SpawnPoints": "",
|
||||
"BotSide": "Savage",
|
||||
"BotPreset": "normal",
|
||||
"isPlayers": false,
|
||||
"WildSpawnType": "assault"
|
||||
},
|
||||
{
|
||||
"number": 1,
|
||||
"time_min": 10,
|
||||
"time_max": 12,
|
||||
"slots_min": 3,
|
||||
"slots_max": 5,
|
||||
"SpawnPoints": "",
|
||||
"BotSide": "Usec",
|
||||
"BotPreset": "hard",
|
||||
"isPlayers": false,
|
||||
"WildSpawnType": "assault"
|
||||
}
|
||||
],
|
||||
"limits": [],
|
||||
"AveragePlayTime": 100,
|
||||
"AveragePlayerLevel": 10,
|
||||
"escape_time_limit": 0,
|
||||
"Rules": "Normal",
|
||||
"IsSecret": true,
|
||||
"doors": [],
|
||||
"tmp_location_field_remove_me": 0,
|
||||
"MinDistToExitPoint": 30,
|
||||
"MaxDistToFreePoint": 900,
|
||||
"MinDistToFreePoint": 10,
|
||||
"MaxBotPerZone": 0,
|
||||
"OpenZones": "",
|
||||
"OcculsionCullingEnabled": false,
|
||||
"GlobalLootChanceModifier": 1,
|
||||
"OldSpawn": true,
|
||||
"NewSpawn": false,
|
||||
"BotMax": 0,
|
||||
"BotStart": 0,
|
||||
"BotStop": 0,
|
||||
"BotMaxTimePlayer": 0,
|
||||
"BotSpawnTimeOnMin": 0,
|
||||
"BotSpawnTimeOnMax": 0,
|
||||
"BotSpawnTimeOffMin": 0,
|
||||
"BotSpawnTimeOffMax": 0,
|
||||
"BotMaxPlayer": 0,
|
||||
"BotEasy": 0,
|
||||
"BotNormal": 0,
|
||||
"BotHard": 0,
|
||||
"BotImpossible": 0,
|
||||
"BotAssault": 0,
|
||||
"BotMarksman": 0,
|
||||
"DisabledScavExits": "",
|
||||
"AccessKeys": [],
|
||||
"UnixDateTime": 0,
|
||||
"users_gather_seconds": 120,
|
||||
"users_spawn_seconds_n": 60,
|
||||
"users_spawn_seconds_n2": 90,
|
||||
"users_summon_seconds": 0,
|
||||
"sav_summon_seconds": 60,
|
||||
"matching_min_seconds": 120,
|
||||
"MinMaxBots": [],
|
||||
"BotLocationModifier": {
|
||||
"AccuracySpeed": 0,
|
||||
"Scattering": 0,
|
||||
"GainSight": 0,
|
||||
"MarksmanAccuratyCoef": 0,
|
||||
"VisibleDistance": 0
|
||||
},
|
||||
"exits": [],
|
||||
"DisabledForScav": false,
|
||||
"SpawnPointParams": [],
|
||||
"maxItemCountInLocation": [],
|
||||
"Id": "Private Area",
|
||||
"_Id": "5704e64ad2720bb55b8b456e",
|
||||
"Loot": [],
|
||||
"Banners": [
|
||||
{
|
||||
"id": "5803a58524597710ca36fcb2",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/banner_terragroup.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5c1b857086f77465f465faa4",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/banner_scavraider.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"BossLocationSpawn": []
|
||||
"Enabled": false,
|
||||
"Locked": true,
|
||||
"Insurance": true,
|
||||
"SafeLocation": false,
|
||||
"Name": "Private Sector",
|
||||
"Description": "Private residential sector, built up with cottages of the upper-class citizens of Tarkov. In the first weeks of emerging chaos it served as a refugee staging camp, but has become a known scavenger haunt afterwards.",
|
||||
"Scene": {
|
||||
"path": "",
|
||||
"rcid": ""
|
||||
},
|
||||
"Area": 0,
|
||||
"RequiredPlayerLevel": 0,
|
||||
"MinPlayers": 6,
|
||||
"MaxPlayers": 9,
|
||||
"exit_count": 1,
|
||||
"exit_access_time": 10,
|
||||
"exit_time": 2,
|
||||
"Preview": {
|
||||
"path": "",
|
||||
"rcid": ""
|
||||
},
|
||||
"IconX": 224,
|
||||
"IconY": 646,
|
||||
"filter_ex": [],
|
||||
"waves": [
|
||||
{
|
||||
"number": 0,
|
||||
"time_min": 1,
|
||||
"time_max": 2,
|
||||
"slots_min": 3,
|
||||
"slots_max": 6,
|
||||
"SpawnPoints": "",
|
||||
"BotSide": "Savage",
|
||||
"BotPreset": "normal",
|
||||
"isPlayers": false,
|
||||
"WildSpawnType": "assault"
|
||||
},
|
||||
{
|
||||
"number": 1,
|
||||
"time_min": 10,
|
||||
"time_max": 12,
|
||||
"slots_min": 3,
|
||||
"slots_max": 5,
|
||||
"SpawnPoints": "",
|
||||
"BotSide": "Usec",
|
||||
"BotPreset": "hard",
|
||||
"isPlayers": false,
|
||||
"WildSpawnType": "assault"
|
||||
}
|
||||
],
|
||||
"limits": [],
|
||||
"AveragePlayTime": 100,
|
||||
"AveragePlayerLevel": 10,
|
||||
"escape_time_limit": 0,
|
||||
"Rules": "Normal",
|
||||
"IsSecret": true,
|
||||
"doors": [],
|
||||
"tmp_location_field_remove_me": 0,
|
||||
"MinDistToExitPoint": 30,
|
||||
"MaxDistToFreePoint": 900,
|
||||
"MinDistToFreePoint": 10,
|
||||
"MaxBotPerZone": 0,
|
||||
"OpenZones": "",
|
||||
"OcculsionCullingEnabled": false,
|
||||
"GlobalLootChanceModifier": 1,
|
||||
"OldSpawn": true,
|
||||
"NewSpawn": false,
|
||||
"BotMax": 0,
|
||||
"BotStart": 0,
|
||||
"BotStop": 0,
|
||||
"BotMaxTimePlayer": 0,
|
||||
"BotSpawnTimeOnMin": 0,
|
||||
"BotSpawnTimeOnMax": 0,
|
||||
"BotSpawnTimeOffMin": 0,
|
||||
"BotSpawnTimeOffMax": 0,
|
||||
"BotMaxPlayer": 0,
|
||||
"BotEasy": 0,
|
||||
"BotNormal": 0,
|
||||
"BotHard": 0,
|
||||
"BotImpossible": 0,
|
||||
"BotAssault": 0,
|
||||
"BotMarksman": 0,
|
||||
"DisabledScavExits": "",
|
||||
"AccessKeys": [],
|
||||
"UnixDateTime": 0,
|
||||
"users_gather_seconds": 120,
|
||||
"users_spawn_seconds_n": 60,
|
||||
"users_spawn_seconds_n2": 90,
|
||||
"users_summon_seconds": 0,
|
||||
"sav_summon_seconds": 60,
|
||||
"matching_min_seconds": 120,
|
||||
"MinMaxBots": [],
|
||||
"BotLocationModifier": {
|
||||
"AccuracySpeed": 0,
|
||||
"Scattering": 0,
|
||||
"GainSight": 0,
|
||||
"MarksmanAccuratyCoef": 0,
|
||||
"VisibleDistance": 0
|
||||
},
|
||||
"exits": [],
|
||||
"DisabledForScav": false,
|
||||
"SpawnPointParams": [],
|
||||
"maxItemCountInLocation": [],
|
||||
"Id": "Private Area",
|
||||
"_Id": "5704e64ad2720bb55b8b456e",
|
||||
"Loot": [],
|
||||
"Banners": [
|
||||
{
|
||||
"id": "5803a58524597710ca36fcb2",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/banner_terragroup.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5c1b857086f77465f465faa4",
|
||||
"pic": {
|
||||
"path": "CONTENT/banners/banner_scavraider.jpg",
|
||||
"rcid": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"BossLocationSpawn": []
|
||||
}
|
||||
+780
-1
File diff suppressed because one or more lines are too long
+36261
-1
File diff suppressed because one or more lines are too long
+39486
-1
File diff suppressed because one or more lines are too long
+780
-1
File diff suppressed because one or more lines are too long
+17916
-1
File diff suppressed because one or more lines are too long
+43336
-1
File diff suppressed because one or more lines are too long
+780
-1
File diff suppressed because one or more lines are too long
+17916
-1
File diff suppressed because one or more lines are too long
+43312
-1
File diff suppressed because one or more lines are too long
+780
-1
File diff suppressed because one or more lines are too long
+24934
-1
File diff suppressed because one or more lines are too long
+44776
-1
File diff suppressed because one or more lines are too long
+786
-1
File diff suppressed because one or more lines are too long
+45048
-1
File diff suppressed because one or more lines are too long
+39592
-1
File diff suppressed because one or more lines are too long
+780
-1
File diff suppressed because one or more lines are too long
+14657
-1
File diff suppressed because one or more lines are too long
+51678
-1
File diff suppressed because one or more lines are too long
@@ -1,85 +1,90 @@
|
||||
{
|
||||
"Keys": [
|
||||
0,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"NetProcessingBins": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"RenderBins": [
|
||||
0,
|
||||
4,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"GameUpdateBins": [
|
||||
0,
|
||||
4,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"MemoryMeasureInterval": 180,
|
||||
"PauseReasons": [1, 2, 4, 7]
|
||||
"Keys": [
|
||||
0,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"NetProcessingBins": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"RenderBins": [
|
||||
0,
|
||||
4,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"GameUpdateBins": [
|
||||
0,
|
||||
4,
|
||||
8,
|
||||
10,
|
||||
13,
|
||||
16,
|
||||
20,
|
||||
26,
|
||||
30,
|
||||
33,
|
||||
45,
|
||||
53,
|
||||
66,
|
||||
100,
|
||||
500,
|
||||
750,
|
||||
1000
|
||||
],
|
||||
"MemoryMeasureInterval": 180,
|
||||
"PauseReasons": [
|
||||
1,
|
||||
2,
|
||||
4,
|
||||
7
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"ip": "127.0.0.1",
|
||||
"port": 6969
|
||||
"ip": "127.0.0.1",
|
||||
"port": 6969
|
||||
}
|
||||
+144
-119
@@ -1,126 +1,151 @@
|
||||
{
|
||||
"5d25dae186f77443e55d2f78": {
|
||||
"QuestName": "The survivalist path. Zatoichi",
|
||||
"_id": "5d25dae186f77443e55d2f78",
|
||||
"canShowNotificationsInGame": true,
|
||||
"conditions": {
|
||||
"AvailableForFinish": [{
|
||||
"_parent": "CounterCreator",
|
||||
"_props": {
|
||||
"counter": {
|
||||
"conditions": [{
|
||||
"_parent": "Kills",
|
||||
"_props": {
|
||||
"compareMethod": ">=",
|
||||
"id": "5d25dc3486f77408251c4bf8",
|
||||
"target": "AnyPmc",
|
||||
"value": "1"
|
||||
}
|
||||
}, {
|
||||
"_parent": "HealthEffect",
|
||||
"_props": {
|
||||
"bodyPartsWithEffects": [{
|
||||
"bodyParts": ["Head", "Chest", "Stomach", "LeftArm", "RightArm", "LeftLeg", "RightLeg"],
|
||||
"effects": ["Stun"]
|
||||
}
|
||||
],
|
||||
"id": "5d25dfb686f77444001e2e47"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "5d25dc2286f77443e7549027"
|
||||
},
|
||||
"id": "5d25dc2286f77443e7549028",
|
||||
"index": 0,
|
||||
"parentId": "",
|
||||
"type": "Elimination",
|
||||
"value": "2"
|
||||
}
|
||||
"5d25dae186f77443e55d2f78": {
|
||||
"QuestName": "The survivalist path. Zatoichi",
|
||||
"_id": "5d25dae186f77443e55d2f78",
|
||||
"canShowNotificationsInGame": true,
|
||||
"conditions": {
|
||||
"AvailableForFinish": [
|
||||
{
|
||||
"_parent": "CounterCreator",
|
||||
"_props": {
|
||||
"counter": {
|
||||
"conditions": [
|
||||
{
|
||||
"_parent": "Kills",
|
||||
"_props": {
|
||||
"compareMethod": ">=",
|
||||
"id": "5d25dc3486f77408251c4bf8",
|
||||
"target": "AnyPmc",
|
||||
"value": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"_parent": "HealthEffect",
|
||||
"_props": {
|
||||
"bodyPartsWithEffects": [
|
||||
{
|
||||
"bodyParts": [
|
||||
"Head",
|
||||
"Chest",
|
||||
"Stomach",
|
||||
"LeftArm",
|
||||
"RightArm",
|
||||
"LeftLeg",
|
||||
"RightLeg"
|
||||
],
|
||||
"effects": [
|
||||
"Stun"
|
||||
]
|
||||
}
|
||||
],
|
||||
"id": "5d25dfb686f77444001e2e47"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "5d25dc2286f77443e7549027"
|
||||
},
|
||||
"id": "5d25dc2286f77443e7549028",
|
||||
"index": 0,
|
||||
"parentId": "",
|
||||
"type": "Elimination",
|
||||
"value": "2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"AvailableForStart": [
|
||||
{
|
||||
"_parent": "Quest",
|
||||
"_props": {
|
||||
"id": "",
|
||||
"index": 0,
|
||||
"parentId": "",
|
||||
"status": [
|
||||
4
|
||||
],
|
||||
"AvailableForStart": [{
|
||||
"_parent": "Quest",
|
||||
"_props": {
|
||||
"id": "",
|
||||
"index": 0,
|
||||
"parentId": "",
|
||||
"status": [4],
|
||||
"target": "5d25d2c186f77443e35162e5"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Fail": []
|
||||
},
|
||||
"image": "/files/quest/icon/5d67b66186f774266f0867b5.jpg",
|
||||
"instantComplete": false,
|
||||
"isKey": false,
|
||||
"location": "any",
|
||||
"min_level": 0,
|
||||
"restartable": false,
|
||||
"rewards": {
|
||||
"Fail": [],
|
||||
"Started": [],
|
||||
"Success": [{
|
||||
"id": "5d66724a86f774368e1b7862",
|
||||
"index": 0,
|
||||
"type": "Experience",
|
||||
"value": "12000"
|
||||
}, {
|
||||
"id": "5d66727886f774131e206b37",
|
||||
"index": 1,
|
||||
"items": [{
|
||||
"_id": "5e02be602a251a095227110b",
|
||||
"_tpl": "5449016a4bdc2d6f028b456f",
|
||||
"upd": {
|
||||
"StackObjectsCount": 30000
|
||||
}
|
||||
}
|
||||
],
|
||||
"target": "5e02be602a251a095227110b",
|
||||
"type": "Item",
|
||||
"value": "30000"
|
||||
}, {
|
||||
"id": "5d77cf9186f7745041358b52",
|
||||
"index": 2,
|
||||
"target": "5c0647fdd443bc2504c2d371",
|
||||
"type": "TraderStanding",
|
||||
"value": "0.03"
|
||||
}, {
|
||||
"id": "5db2e34086f7742c9714d6f7",
|
||||
"index": 3,
|
||||
"items": [{
|
||||
"_id": "5e02be602a251a095227110c",
|
||||
"_tpl": "5c0d591486f7744c505b416f",
|
||||
"upd": {
|
||||
"StackObjectsCount": 30
|
||||
}
|
||||
}
|
||||
],
|
||||
"target": "5e02be602a251a095227110c",
|
||||
"type": "Item",
|
||||
"value": "30"
|
||||
}, {
|
||||
"id": "5db2fd7c86f7743a177e96c3",
|
||||
"index": 4,
|
||||
"items": [{
|
||||
"_id": "5e02be602a251a095227110d",
|
||||
"_tpl": "5c0d5ae286f7741e46554302",
|
||||
"upd": {
|
||||
"StackObjectsCount": 80
|
||||
}
|
||||
}
|
||||
],
|
||||
"target": "5e02be602a251a095227110d",
|
||||
"type": "Item",
|
||||
"value": "80"
|
||||
}
|
||||
]
|
||||
},
|
||||
"secretQuest": false,
|
||||
"traderId": "5c0647fdd443bc2504c2d371",
|
||||
"type": "Completion"
|
||||
"target": "5d25d2c186f77443e35162e5"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Fail": []
|
||||
},
|
||||
"636a2f5759cb834f8a5825d6": {
|
||||
"image": "/files/quest/icon/5d67b66186f774266f0867b5.jpg",
|
||||
"instantComplete": false,
|
||||
"isKey": false,
|
||||
"location": "any",
|
||||
"min_level": 0,
|
||||
"restartable": false,
|
||||
"rewards": {
|
||||
"Fail": [],
|
||||
"Started": [],
|
||||
"Success": [
|
||||
{
|
||||
"id": "5d66724a86f774368e1b7862",
|
||||
"index": 0,
|
||||
"type": "Experience",
|
||||
"value": "12000"
|
||||
},
|
||||
{
|
||||
"id": "5d66727886f774131e206b37",
|
||||
"index": 1,
|
||||
"items": [
|
||||
{
|
||||
"_id": "5e02be602a251a095227110b",
|
||||
"_tpl": "5449016a4bdc2d6f028b456f",
|
||||
"upd": {
|
||||
"StackObjectsCount": 30000
|
||||
}
|
||||
}
|
||||
],
|
||||
"target": "5e02be602a251a095227110b",
|
||||
"type": "Item",
|
||||
"value": "30000"
|
||||
},
|
||||
{
|
||||
"id": "5d77cf9186f7745041358b52",
|
||||
"index": 2,
|
||||
"target": "5c0647fdd443bc2504c2d371",
|
||||
"type": "TraderStanding",
|
||||
"value": "0.03"
|
||||
},
|
||||
{
|
||||
"id": "5db2e34086f7742c9714d6f7",
|
||||
"index": 3,
|
||||
"items": [
|
||||
{
|
||||
"_id": "5e02be602a251a095227110c",
|
||||
"_tpl": "5c0d591486f7744c505b416f",
|
||||
"upd": {
|
||||
"StackObjectsCount": 30
|
||||
}
|
||||
}
|
||||
],
|
||||
"target": "5e02be602a251a095227110c",
|
||||
"type": "Item",
|
||||
"value": "30"
|
||||
},
|
||||
{
|
||||
"id": "5db2fd7c86f7743a177e96c3",
|
||||
"index": 4,
|
||||
"items": [
|
||||
{
|
||||
"_id": "5e02be602a251a095227110d",
|
||||
"_tpl": "5c0d5ae286f7741e46554302",
|
||||
"upd": {
|
||||
"StackObjectsCount": 80
|
||||
}
|
||||
}
|
||||
],
|
||||
"target": "5e02be602a251a095227110d",
|
||||
"type": "Item",
|
||||
"value": "80"
|
||||
}
|
||||
]
|
||||
},
|
||||
"secretQuest": false,
|
||||
"traderId": "5c0647fdd443bc2504c2d371",
|
||||
"type": "Completion"
|
||||
},
|
||||
"636a2f5759cb834f8a5825d6": {
|
||||
"QuestName": "Letters",
|
||||
"_id": "636a2f5759cb834f8a5825d6",
|
||||
"canShowNotificationsInGame": true,
|
||||
|
||||
+109
-99
@@ -1,5 +1,5 @@
|
||||
[
|
||||
{
|
||||
{
|
||||
"assetPath": "",
|
||||
"conditions": {
|
||||
"availableForFinish": [
|
||||
@@ -200,55 +200,63 @@
|
||||
{
|
||||
"assetPath": "",
|
||||
"conditions": {
|
||||
"availableForFinish": [{
|
||||
"id": "6634c9f2da44501b7a7f7107",
|
||||
"index": 0,
|
||||
"dynamicLocale": false,
|
||||
"visibilityConditions": [],
|
||||
"globalQuestCounterId": "",
|
||||
"parentId": "",
|
||||
"value": 5,
|
||||
"type": "Completion",
|
||||
"oneSessionOnly": false,
|
||||
"completeInSeconds": 0,
|
||||
"doNotResetIfCounterCompleted": false,
|
||||
"isResetOnConditionFailed": false,
|
||||
"isNecessary": false,
|
||||
"counter": {
|
||||
"id": "6634c9f2859751c06fd4f320",
|
||||
"conditions": [{
|
||||
"id": "6634ca60b2206f345bdd4dac",
|
||||
"dynamicLocale": false,
|
||||
"target": "Savage",
|
||||
"compareMethod": ">=",
|
||||
"value": 1,
|
||||
"weapon": ["54491bb74bdc2d09088b4567"],
|
||||
"distance": {
|
||||
"value": 10000,
|
||||
"compareMethod": ">="
|
||||
},
|
||||
"weaponModsInclusive": [],
|
||||
"weaponModsExclusive": [],
|
||||
"enemyEquipmentInclusive": [],
|
||||
"enemyEquipmentExclusive": [],
|
||||
"weaponCaliber": [],
|
||||
"savageRole": ["shooterBTR"],
|
||||
"bodyPart": ["Head"],
|
||||
"daytime": {
|
||||
"from": 0,
|
||||
"to": 0
|
||||
},
|
||||
"enemyHealthEffects": [],
|
||||
"resetOnSessionEnd": false,
|
||||
"conditionType": "Kills"
|
||||
}
|
||||
]
|
||||
},
|
||||
"conditionType": "CounterCreator"
|
||||
}
|
||||
],
|
||||
"fail": []
|
||||
},
|
||||
"availableForFinish": [
|
||||
{
|
||||
"id": "6634c9f2da44501b7a7f7107",
|
||||
"index": 0,
|
||||
"dynamicLocale": false,
|
||||
"visibilityConditions": [],
|
||||
"globalQuestCounterId": "",
|
||||
"parentId": "",
|
||||
"value": 5,
|
||||
"type": "Completion",
|
||||
"oneSessionOnly": false,
|
||||
"completeInSeconds": 0,
|
||||
"doNotResetIfCounterCompleted": false,
|
||||
"isResetOnConditionFailed": false,
|
||||
"isNecessary": false,
|
||||
"counter": {
|
||||
"id": "6634c9f2859751c06fd4f320",
|
||||
"conditions": [
|
||||
{
|
||||
"id": "6634ca60b2206f345bdd4dac",
|
||||
"dynamicLocale": false,
|
||||
"target": "Savage",
|
||||
"compareMethod": ">=",
|
||||
"value": 1,
|
||||
"weapon": [
|
||||
"54491bb74bdc2d09088b4567"
|
||||
],
|
||||
"distance": {
|
||||
"value": 10000,
|
||||
"compareMethod": ">="
|
||||
},
|
||||
"weaponModsInclusive": [],
|
||||
"weaponModsExclusive": [],
|
||||
"enemyEquipmentInclusive": [],
|
||||
"enemyEquipmentExclusive": [],
|
||||
"weaponCaliber": [],
|
||||
"savageRole": [
|
||||
"shooterBTR"
|
||||
],
|
||||
"bodyPart": [
|
||||
"Head"
|
||||
],
|
||||
"daytime": {
|
||||
"from": 0,
|
||||
"to": 0
|
||||
},
|
||||
"enemyHealthEffects": [],
|
||||
"resetOnSessionEnd": false,
|
||||
"conditionType": "Kills"
|
||||
}
|
||||
]
|
||||
},
|
||||
"conditionType": "CounterCreator"
|
||||
}
|
||||
],
|
||||
"fail": []
|
||||
},
|
||||
"hidden": true,
|
||||
"id": "6634ca69ee506a5c3e61be56",
|
||||
"imageUrl": "/files/achievement/S24Q2_ARRS2.png",
|
||||
@@ -672,55 +680,57 @@
|
||||
{
|
||||
"assetPath": "",
|
||||
"conditions": {
|
||||
"availableForFinish": [{
|
||||
"id": "6527f2f2c4d6004e4edbba06",
|
||||
"index": 0,
|
||||
"dynamicLocale": false,
|
||||
"visibilityConditions": [],
|
||||
"globalQuestCounterId": "",
|
||||
"parentId": "",
|
||||
"value": 1,
|
||||
"type": "Completion",
|
||||
"oneSessionOnly": false,
|
||||
"completeInSeconds": 0,
|
||||
"doNotResetIfCounterCompleted": false,
|
||||
"isResetOnConditionFailed": false,
|
||||
"isNecessary": false,
|
||||
"counter": {
|
||||
"id": "6527f2f297f3f0094887163e",
|
||||
"conditions": [{
|
||||
"id": "6527f3011dd276a0de4cbec2",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"conditionType": "CounterCreator"
|
||||
}
|
||||
],
|
||||
"fail": []
|
||||
},
|
||||
"availableForFinish": [
|
||||
{
|
||||
"id": "6527f2f2c4d6004e4edbba06",
|
||||
"index": 0,
|
||||
"dynamicLocale": false,
|
||||
"visibilityConditions": [],
|
||||
"globalQuestCounterId": "",
|
||||
"parentId": "",
|
||||
"value": 1,
|
||||
"type": "Completion",
|
||||
"oneSessionOnly": false,
|
||||
"completeInSeconds": 0,
|
||||
"doNotResetIfCounterCompleted": false,
|
||||
"isResetOnConditionFailed": false,
|
||||
"isNecessary": false,
|
||||
"counter": {
|
||||
"id": "6527f2f297f3f0094887163e",
|
||||
"conditions": [
|
||||
{
|
||||
"id": "6527f3011dd276a0de4cbec2",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"conditionType": "CounterCreator"
|
||||
}
|
||||
],
|
||||
"fail": []
|
||||
},
|
||||
"hidden": true,
|
||||
"id": "6527ee4a647c29201011defe",
|
||||
"imageUrl": "/files/achievement/Standard_43.png",
|
||||
|
||||
+241
-193
@@ -1,194 +1,242 @@
|
||||
[{
|
||||
"id": "674731d1170146228c0d222a",
|
||||
"source": "default",
|
||||
"type": "dogTag"
|
||||
}, {
|
||||
"id": "674731c8bafff850080488bb",
|
||||
"source": "default",
|
||||
"type": "dogTag"
|
||||
}, {
|
||||
"id": "67584eda8b8204ec00019362",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
}, {
|
||||
"id": "675850678b8204ec0001936c",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
}, {
|
||||
"id": "6758501933627edb710b058c",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
}, {
|
||||
"id": "67585083ff58ff0e7909e440",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
}, {
|
||||
"id": "67519b66490b32072c06f1c9",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
}, {
|
||||
"id": "67519b77a34a61ba7f053e67",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
}, {
|
||||
"id": "67519b48ba5968fd800a01fa",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
}, {
|
||||
"id": "67519b21ba5968fd800a01f5",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
}, {
|
||||
"id": "67519afca34a61ba7f053e5c",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
}, {
|
||||
"id": "67519adaba5968fd800a01f0",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
}, {
|
||||
"id": "67519b33490b32072c06f1c4",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
}, {
|
||||
"id": "6764194e4dec6d46f106f9f6",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "5fdb50bb2b730a787b3f78cf",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "619f94f5b90286142b59d45f",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "5fdb4139e4ed5b5ea251e4ed",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "62aca6a1310e67685a2fc2e7",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "5cc084dd14c02e000b0550a3",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "5fdb7571e4ed5b5ea251e529",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "62a9e7d15ea3b87d6f642a28",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "60a6aa8fd559ae040d0d951f",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "619f9e338858a474c8685cc9",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "60a6aaad42fd2735e4589978",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "5cde96047d6c8b20b577f016",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "675ac3957908e416a20861e6",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "5fdb5950f5264a66150d1c6e",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "6574aabee0423b9ebe0c79cf",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
}, {
|
||||
"id": "67604a890aa8253ebe05fd06",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
}, {
|
||||
"id": "67604aa550dfa9253901a546",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
}, {
|
||||
"id": "67604ab20aa8253ebe05fd08",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
}, {
|
||||
"id": "67604a9a8491fd0a830f3576",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
}, {
|
||||
"id": "67600aa8e9db590d5601665f",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
}, {
|
||||
"id": "5cd946231388ce000d572fe3",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
}, {
|
||||
"id": "5cde9e957d6c8b0474535da7",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
}, {
|
||||
"id": "5cd945d71388ce000a659dfb",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
}, {
|
||||
"id": "5cde9ec17d6c8b04723cf479",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
}, {
|
||||
"id": "5fc615110b735e7b024c76ea",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "6284d6ab8e4092597733b7a7",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "6284d6948e4092597733b7a5",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "5fc1223595572123ae7384a3",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "5fc614f40b735e7b024c76e9",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "5fc1221a95572123ae7384a2",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "6284d6a28e4092597733b7a6",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "5fc50bddb4965a7a2f48c5af",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "5fc614da00efd824885865c2",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "668677330ae95580780867c6",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}, {
|
||||
"id": "6284d67f8e4092597733b7a4",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}
|
||||
[
|
||||
{
|
||||
"id": "674731d1170146228c0d222a",
|
||||
"source": "default",
|
||||
"type": "dogTag"
|
||||
},
|
||||
{
|
||||
"id": "674731c8bafff850080488bb",
|
||||
"source": "default",
|
||||
"type": "dogTag"
|
||||
},
|
||||
{
|
||||
"id": "67584eda8b8204ec00019362",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
},
|
||||
{
|
||||
"id": "675850678b8204ec0001936c",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
},
|
||||
{
|
||||
"id": "6758501933627edb710b058c",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
},
|
||||
{
|
||||
"id": "67585083ff58ff0e7909e440",
|
||||
"source": "default",
|
||||
"type": "environment"
|
||||
},
|
||||
{
|
||||
"id": "67519b66490b32072c06f1c9",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
},
|
||||
{
|
||||
"id": "67519b77a34a61ba7f053e67",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
},
|
||||
{
|
||||
"id": "67519b48ba5968fd800a01fa",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
},
|
||||
{
|
||||
"id": "67519b21ba5968fd800a01f5",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
},
|
||||
{
|
||||
"id": "67519afca34a61ba7f053e5c",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
},
|
||||
{
|
||||
"id": "67519adaba5968fd800a01f0",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
},
|
||||
{
|
||||
"id": "67519b33490b32072c06f1c4",
|
||||
"source": "default",
|
||||
"type": "gesture"
|
||||
},
|
||||
{
|
||||
"id": "6764194e4dec6d46f106f9f6",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "5fdb50bb2b730a787b3f78cf",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "619f94f5b90286142b59d45f",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "5fdb4139e4ed5b5ea251e4ed",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "62aca6a1310e67685a2fc2e7",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "5cc084dd14c02e000b0550a3",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "5fdb7571e4ed5b5ea251e529",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "62a9e7d15ea3b87d6f642a28",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "60a6aa8fd559ae040d0d951f",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "619f9e338858a474c8685cc9",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "60a6aaad42fd2735e4589978",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "5cde96047d6c8b20b577f016",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "675ac3957908e416a20861e6",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "5fdb5950f5264a66150d1c6e",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "6574aabee0423b9ebe0c79cf",
|
||||
"source": "default",
|
||||
"type": "head"
|
||||
},
|
||||
{
|
||||
"id": "67604a890aa8253ebe05fd06",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
},
|
||||
{
|
||||
"id": "67604aa550dfa9253901a546",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
},
|
||||
{
|
||||
"id": "67604ab20aa8253ebe05fd08",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
},
|
||||
{
|
||||
"id": "67604a9a8491fd0a830f3576",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
},
|
||||
{
|
||||
"id": "67600aa8e9db590d5601665f",
|
||||
"source": "default",
|
||||
"type": "mannequinPose"
|
||||
},
|
||||
{
|
||||
"id": "5cd946231388ce000d572fe3",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
},
|
||||
{
|
||||
"id": "5cde9e957d6c8b0474535da7",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
},
|
||||
{
|
||||
"id": "5cd945d71388ce000a659dfb",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
},
|
||||
{
|
||||
"id": "5cde9ec17d6c8b04723cf479",
|
||||
"source": "default",
|
||||
"type": "suite"
|
||||
},
|
||||
{
|
||||
"id": "5fc615110b735e7b024c76ea",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "6284d6ab8e4092597733b7a7",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "6284d6948e4092597733b7a5",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "5fc1223595572123ae7384a3",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "5fc614f40b735e7b024c76e9",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "5fc1221a95572123ae7384a2",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "6284d6a28e4092597733b7a6",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "5fc50bddb4965a7a2f48c5af",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "5fc614da00efd824885865c2",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "668677330ae95580780867c6",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
},
|
||||
{
|
||||
"id": "6284d67f8e4092597733b7a4",
|
||||
"source": "default",
|
||||
"type": "voice"
|
||||
}
|
||||
]
|
||||
|
||||
+3446
-3022
File diff suppressed because it is too large
Load Diff
+222
-217
@@ -1,219 +1,224 @@
|
||||
{
|
||||
"TraderServerSettings": {
|
||||
"TraderServices": {
|
||||
"BtrBotCover": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "BtrBotCover",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"BtrItemsDelivery": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "BtrItemsDelivery",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"CultistsAid": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [{
|
||||
"QuestId": "63966fccac6f8f3c677b9d89"
|
||||
}
|
||||
],
|
||||
"Standings": {
|
||||
"638f541a29ffd1183d187f57": {
|
||||
"Value": 0.03
|
||||
}
|
||||
}
|
||||
},
|
||||
"ServiceItemCost": {
|
||||
"5c12613b86f7743bbe2c3f76": {
|
||||
"Count": 3
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"Count": 1000
|
||||
}
|
||||
},
|
||||
"TraderId": "638f541a29ffd1183d187f57",
|
||||
"TraderServiceType": "CultistsAid",
|
||||
"UniqueItems": ["64d0b40fbe2eed70e254e2d4"]
|
||||
},
|
||||
"ExUsecLoyalty": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [{
|
||||
"QuestId": "63966ff54c3ef01b6f3ffad8"
|
||||
}
|
||||
],
|
||||
"Standings": {
|
||||
"638f541a29ffd1183d187f57": {
|
||||
"Value": 0.09
|
||||
}
|
||||
}
|
||||
},
|
||||
"ServiceItemCost": {
|
||||
"569668774bdc2da2298b4568": {
|
||||
"Count": 2500
|
||||
},
|
||||
"61bf7c024770ee6f9c6b8b53": {
|
||||
"Count": 2
|
||||
}
|
||||
},
|
||||
"TraderId": "638f541a29ffd1183d187f57",
|
||||
"TraderServiceType": "ExUsecLoyalty",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"PlayerTaxi": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "PlayerTaxi",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"TransitItemsDelivery": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "TransitItemsDelivery",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"ZryachiyAid": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [{
|
||||
"QuestId": "6396701b9113f06a7c3b2379"
|
||||
}
|
||||
],
|
||||
"Standings": {
|
||||
"638f541a29ffd1183d187f57": {
|
||||
"Value": 0.18
|
||||
}
|
||||
}
|
||||
},
|
||||
"ServiceItemCost": {
|
||||
"62a0a16d0b9d3c46de5b6e97": {
|
||||
"Count": 3
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"Count": 2000
|
||||
}
|
||||
},
|
||||
"TraderId": "638f541a29ffd1183d187f57",
|
||||
"TraderServiceType": "ZryachiyAid",
|
||||
"UniqueItems": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"BTRServerSettings": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.77,
|
||||
"BodySwingIntensity": 0.506,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 70.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"ServerMapBTRSettings": {
|
||||
"Develop": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.6,
|
||||
"BodySwingIntensity": 0.3,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 70.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MapID": "develop",
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"SpawnPeriod": {
|
||||
"x": 300.0,
|
||||
"y": 600.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
},
|
||||
"TarkovStreets": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.6,
|
||||
"BodySwingIntensity": 0.3,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 70.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MapID": "TarkovStreets",
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"SpawnPeriod": {
|
||||
"x": 300.0,
|
||||
"y": 600.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
},
|
||||
"Woods": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.6,
|
||||
"BodySwingIntensity": 0.3,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 80.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MapID": "Woods",
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"SpawnPeriod": {
|
||||
"x": 180.0,
|
||||
"y": 360.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
}
|
||||
},
|
||||
"SpawnPeriod": {
|
||||
"x": 300.0,
|
||||
"y": 600.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
"TraderServerSettings": {
|
||||
"TraderServices": {
|
||||
"BtrBotCover": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "BtrBotCover",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"BtrItemsDelivery": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "BtrItemsDelivery",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"CultistsAid": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [
|
||||
{
|
||||
"QuestId": "63966fccac6f8f3c677b9d89"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Standings": {
|
||||
"638f541a29ffd1183d187f57": {
|
||||
"Value": 0.03
|
||||
}
|
||||
}
|
||||
},
|
||||
"ServiceItemCost": {
|
||||
"5c12613b86f7743bbe2c3f76": {
|
||||
"Count": 3
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"Count": 1000
|
||||
}
|
||||
},
|
||||
"TraderId": "638f541a29ffd1183d187f57",
|
||||
"TraderServiceType": "CultistsAid",
|
||||
"UniqueItems": [
|
||||
"64d0b40fbe2eed70e254e2d4"
|
||||
]
|
||||
},
|
||||
"ExUsecLoyalty": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [
|
||||
{
|
||||
"QuestId": "63966ff54c3ef01b6f3ffad8"
|
||||
}
|
||||
],
|
||||
"Standings": {
|
||||
"638f541a29ffd1183d187f57": {
|
||||
"Value": 0.09
|
||||
}
|
||||
}
|
||||
},
|
||||
"ServiceItemCost": {
|
||||
"569668774bdc2da2298b4568": {
|
||||
"Count": 2500
|
||||
},
|
||||
"61bf7c024770ee6f9c6b8b53": {
|
||||
"Count": 2
|
||||
}
|
||||
},
|
||||
"TraderId": "638f541a29ffd1183d187f57",
|
||||
"TraderServiceType": "ExUsecLoyalty",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"PlayerTaxi": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "PlayerTaxi",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"TransitItemsDelivery": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [],
|
||||
"Standings": []
|
||||
},
|
||||
"ServiceItemCost": [],
|
||||
"TraderId": "656f0f98d80a697f855d34b1",
|
||||
"TraderServiceType": "TransitItemsDelivery",
|
||||
"UniqueItems": []
|
||||
},
|
||||
"ZryachiyAid": {
|
||||
"Requirements": {
|
||||
"CompletedQuests": [
|
||||
{
|
||||
"QuestId": "6396701b9113f06a7c3b2379"
|
||||
}
|
||||
],
|
||||
"Standings": {
|
||||
"638f541a29ffd1183d187f57": {
|
||||
"Value": 0.18
|
||||
}
|
||||
}
|
||||
},
|
||||
"ServiceItemCost": {
|
||||
"62a0a16d0b9d3c46de5b6e97": {
|
||||
"Count": 3
|
||||
},
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"Count": 2000
|
||||
}
|
||||
},
|
||||
"TraderId": "638f541a29ffd1183d187f57",
|
||||
"TraderServiceType": "ZryachiyAid",
|
||||
"UniqueItems": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"BTRServerSettings": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.77,
|
||||
"BodySwingIntensity": 0.506,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 70.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"ServerMapBTRSettings": {
|
||||
"Develop": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.6,
|
||||
"BodySwingIntensity": 0.3,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 70.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MapID": "develop",
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"SpawnPeriod": {
|
||||
"x": 300.0,
|
||||
"y": 600.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
},
|
||||
"TarkovStreets": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.6,
|
||||
"BodySwingIntensity": 0.3,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 70.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MapID": "TarkovStreets",
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"SpawnPeriod": {
|
||||
"x": 300.0,
|
||||
"y": 600.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
},
|
||||
"Woods": {
|
||||
"AccelerationSpeed": 0.3,
|
||||
"BodySwingDamping": 0.6,
|
||||
"BodySwingIntensity": 0.3,
|
||||
"BodySwingReturnSpeed": 1.0,
|
||||
"ChanceSpawn": 80.0,
|
||||
"CheckTurnDistanceTime": 60.0,
|
||||
"DecelerationSpeed": 1.5,
|
||||
"DecreaseSpeedOnTurnLimit": 0.5,
|
||||
"EndSplineDecelerationDistance": 3.0,
|
||||
"MapID": "Woods",
|
||||
"MoveSpeed": 8.0,
|
||||
"PauseDurationRange": {
|
||||
"x": 90.0,
|
||||
"y": 150.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ReadyToDepartureTime": 15.0,
|
||||
"SpawnPeriod": {
|
||||
"x": 180.0,
|
||||
"y": 360.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
}
|
||||
},
|
||||
"SpawnPeriod": {
|
||||
"x": 300.0,
|
||||
"y": 600.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"TurnCheckSensitivity": 0.98
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -110497,7 +110497,7 @@
|
||||
"unknown": true,
|
||||
"value": 6
|
||||
},
|
||||
{
|
||||
{
|
||||
"availableInGameEditions": [
|
||||
"develop",
|
||||
"unheard_edition",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user