0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 21:50:43 -05:00

Merge branch '3.10.2-dev'

This commit is contained in:
Refringe 2024-12-07 13:52:24 -05:00
commit be88a2224e
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k
157 changed files with 136597 additions and 532706 deletions

22
.gitattributes vendored
View File

@ -1,4 +1,22 @@
# Normalize Line Endings # Normalize Line Endings.
* text=auto eol=lf * text=auto eol=lf
project/assets/compressed/database/locations.7z filter=lfs diff=lfs merge=lfs -text # LFS Tracking for large (5MB+) JSON files.
#
# Can be found with the following command:
# find project/assets/database -type f -name "*.json" -size +5M | while read file; do
# git lfs track "$file"
# done
project/assets/database/locations/bigmap/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/laboratory/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/interchange/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/factory4_night/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/shoreline/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/tarkovstreets/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/sandbox/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/sandbox_high/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/lighthouse/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/rezervbase/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/woods/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/locations/factory4_day/looseLoot.json filter=lfs diff=lfs merge=lfs -text
project/assets/database/templates/items.json filter=lfs diff=lfs merge=lfs -text

View File

@ -12,7 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
lfs: true lfs: false
- name: Checkout LFS
run: git lfs pull
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:

View File

@ -12,7 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
lfs: true lfs: false
- name: Checkout LFS
run: git lfs pull
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
*.exe *.exe
*.zip *.zip
*.d.ts *.d.ts
project/assets/database/locations/
project/build/ project/build/
project/obj/ project/obj/
project/dist/ project/dist/

3
.lfsconfig Normal file
View File

@ -0,0 +1,3 @@
[lfs]
url = https://lfs.sp-tarkov.com/sp-tarkov/server
locksverify = false

View File

@ -72,8 +72,6 @@ The following commands are available after the initial setup. Run them with `npm
| `run:profiler` | Run the project in profiler mode. | | `run:profiler` | Run the project in profiler mode. |
| `gen:types` | Generate types for the project. | | `gen:types` | Generate types for the project. |
| `gen:docs` | Generate documentation for the project. | | `gen:docs` | Generate documentation for the project. |
| `database:compress` | Compress database files from working directory into archive. |
| `database:decompress` | Decompress database archives into working directory. |
### Debugging ### Debugging

Binary file not shown.

View File

@ -4,11 +4,11 @@
"weaponArmor": 4, "weaponArmor": 4,
"foodMedical": 1, "foodMedical": 1,
"barter": 1, "barter": 1,
"radar": 0 "radar": 0
}, },
"loot": { "loot": {
"mixed": { "mixed": {
"icon": "Common", "icon": "Common",
"weaponPresetCount": { "weaponPresetCount": {
"min": 3, "min": 3,
"max": 5 "max": 5
@ -110,7 +110,7 @@
"allowBossItems": false "allowBossItems": false
}, },
"weaponArmor": { "weaponArmor": {
"icon": "Weapon", "icon": "Weapon",
"weaponPresetCount": { "weaponPresetCount": {
"min": 6, "min": 6,
"max": 8 "max": 8
@ -183,7 +183,7 @@
"allowBossItems": false "allowBossItems": false
}, },
"foodMedical": { "foodMedical": {
"icon": "Medical", "icon": "Medical",
"weaponPresetCount": { "weaponPresetCount": {
"min": 0, "min": 0,
"max": 0 "max": 0
@ -264,7 +264,7 @@
"allowBossItems": false "allowBossItems": false
}, },
"barter": { "barter": {
"icon": "Supply", "icon": "Supply",
"weaponPresetCount": { "weaponPresetCount": {
"min": 0, "min": 0,
"max": 0 "max": 0
@ -345,9 +345,9 @@
"armorLevelWhitelist": [0], "armorLevelWhitelist": [0],
"allowBossItems": false "allowBossItems": false
}, },
"radar": { "radar": {
"icon": "Supply", "icon": "Supply",
"weaponPresetCount": { "weaponPresetCount": {
"min": 0, "min": 0,
"max": 0 "max": 0
}, },
@ -355,28 +355,28 @@
"min": 0, "min": 0,
"max": 0 "max": 0
}, },
"itemCount": { "itemCount": {
"min": 0, "min": 0,
"max": 0 "max": 0
}, },
"weaponCrateCount": { "weaponCrateCount": {
"min": 0, "min": 0,
"max": 0 "max": 0
}, },
"itemBlacklist": [], "itemBlacklist": [],
"itemTypeWhitelist": [], "itemTypeWhitelist": [],
"itemLimits": {}, "itemLimits": {},
"itemStackLimits": {}, "itemStackLimits": {},
"armorLevelWhitelist": [], "armorLevelWhitelist": [],
"allowBossItems": false, "allowBossItems": false,
"useForcedLoot": true, "useForcedLoot": true,
"forcedLoot": { "forcedLoot": {
"66d9f7256916142b3b02276e": {"min": 2, "max": 4 } "66d9f7256916142b3b02276e": { "min": 2, "max": 4 }
} }
} }
}, },
"customAirdropMapping": { "customAirdropMapping": {
"66da1b49099cf6adcc07a36b": "radar", "66da1b49099cf6adcc07a36b": "radar",
"66da1b546916142b3b022777": "radar" "66da1b546916142b3b022777": "radar"
} }
} }

View File

@ -106,7 +106,7 @@
}, },
"boss": { "boss": {
"armor": { "armor": {
"lowestMaxPercent": 90, "lowestMaxPercent": 90,
"highestMaxPercent": 100, "highestMaxPercent": 100,
"maxDelta": 15, "maxDelta": 15,
"minDelta": 0, "minDelta": 0,
@ -366,8 +366,8 @@
"5448e8d64bdc2dce718b4568": 2 "5448e8d64bdc2dce718b4568": 2
}, },
"followersanitar": { "followersanitar": {
"590c2e1186f77425357b6124": 1 "590c2e1186f77425357b6124": 1
}, },
"followertagilla": {}, "followertagilla": {},
"followerbirdeye": {}, "followerbirdeye": {},
"followerbigpipe": {}, "followerbigpipe": {},
@ -1363,33 +1363,33 @@
"mod_nvg": 50 "mod_nvg": 50
} }
}, },
"minimumMagazineSize": { "minimumMagazineSize": {
"5447a9cd4bdc2dbd208b4567": 30, "5447a9cd4bdc2dbd208b4567": 30,
"5926bb2186f7744b1c6c6e60": 30, "5926bb2186f7744b1c6c6e60": 30,
"5c07c60e0db834002330051f": 30, "5c07c60e0db834002330051f": 30,
"5bb2475ed4351e00853264e3": 30, "5bb2475ed4351e00853264e3": 30,
"5bf3e03b0db834001d2c4a9c": 30, "5bf3e03b0db834001d2c4a9c": 30,
"5644bd2b4bdc2d3b4c8b4572": 30, "5644bd2b4bdc2d3b4c8b4572": 30,
"63171672192e68c5460cebc5": 30, "63171672192e68c5460cebc5": 30,
"62e7c4fba689e8c9c50dfc38": 30, "62e7c4fba689e8c9c50dfc38": 30,
"623063e994fc3f7b302a9696": 30, "623063e994fc3f7b302a9696": 30,
"5c488a752e221602b412af63": 30, "5c488a752e221602b412af63": 30,
"5fbcc1d9016cce60e8341ab3": 30, "5fbcc1d9016cce60e8341ab3": 30,
"606587252535c57a13424cfd": 30, "606587252535c57a13424cfd": 30,
"628a60ae6b1d481ff772e9c8": 30, "628a60ae6b1d481ff772e9c8": 30,
"5aafa857e5b5b00018480968": 20, "5aafa857e5b5b00018480968": 20,
"5df8ce05b11454561e39243b": 20, "5df8ce05b11454561e39243b": 20,
"5beed0f50db834001c062b12": 30, "5beed0f50db834001c062b12": 30,
"5ba26383d4351e00334c93d9": 30, "5ba26383d4351e00334c93d9": 30,
"5bd70322209c4d00d7167b8f": 30, "5bd70322209c4d00d7167b8f": 30,
"5e00903ae9dc277128008b87": 25, "5e00903ae9dc277128008b87": 25,
"5de7bd7bfd6b4e6e2276dc25": 30, "5de7bd7bfd6b4e6e2276dc25": 30,
"58948c8e86f77409493f7266": 30, "58948c8e86f77409493f7266": 30,
"59984ab886f7743e98271174": 30, "59984ab886f7743e98271174": 30,
"5fc3f2d5900b1d5091531e57": 30, "5fc3f2d5900b1d5091531e57": 30,
"5fb64bc92b1b027b1f50bcf2": 30, "5fb64bc92b1b027b1f50bcf2": 30,
"668e71a8dadf42204c032ce1": 30 "668e71a8dadf42204c032ce1": 30
} }
}, },
{ {
"levelRange": { "levelRange": {
@ -1398,7 +1398,7 @@
}, },
"equipment": { "equipment": {
"SecondPrimaryWeapon": 10, "SecondPrimaryWeapon": 10,
"Earpiece": 85, "Earpiece": 85,
"FaceCover": 75 "FaceCover": 75
}, },
"equipmentMods": { "equipmentMods": {
@ -1465,33 +1465,33 @@
"mod_nvg": 90 "mod_nvg": 90
} }
}, },
"minimumMagazineSize": { "minimumMagazineSize": {
"5447a9cd4bdc2dbd208b4567": 30, "5447a9cd4bdc2dbd208b4567": 30,
"5926bb2186f7744b1c6c6e60": 30, "5926bb2186f7744b1c6c6e60": 30,
"5c07c60e0db834002330051f": 30, "5c07c60e0db834002330051f": 30,
"5bb2475ed4351e00853264e3": 30, "5bb2475ed4351e00853264e3": 30,
"5bf3e03b0db834001d2c4a9c": 30, "5bf3e03b0db834001d2c4a9c": 30,
"5644bd2b4bdc2d3b4c8b4572": 30, "5644bd2b4bdc2d3b4c8b4572": 30,
"63171672192e68c5460cebc5": 30, "63171672192e68c5460cebc5": 30,
"62e7c4fba689e8c9c50dfc38": 30, "62e7c4fba689e8c9c50dfc38": 30,
"623063e994fc3f7b302a9696": 30, "623063e994fc3f7b302a9696": 30,
"5c488a752e221602b412af63": 30, "5c488a752e221602b412af63": 30,
"5fbcc1d9016cce60e8341ab3": 30, "5fbcc1d9016cce60e8341ab3": 30,
"606587252535c57a13424cfd": 30, "606587252535c57a13424cfd": 30,
"628a60ae6b1d481ff772e9c8": 30, "628a60ae6b1d481ff772e9c8": 30,
"5aafa857e5b5b00018480968": 20, "5aafa857e5b5b00018480968": 20,
"5df8ce05b11454561e39243b": 20, "5df8ce05b11454561e39243b": 20,
"5beed0f50db834001c062b12": 30, "5beed0f50db834001c062b12": 30,
"5ba26383d4351e00334c93d9": 30, "5ba26383d4351e00334c93d9": 30,
"5bd70322209c4d00d7167b8f": 30, "5bd70322209c4d00d7167b8f": 30,
"5e00903ae9dc277128008b87": 25, "5e00903ae9dc277128008b87": 25,
"5de7bd7bfd6b4e6e2276dc25": 30, "5de7bd7bfd6b4e6e2276dc25": 30,
"58948c8e86f77409493f7266": 30, "58948c8e86f77409493f7266": 30,
"59984ab886f7743e98271174": 30, "59984ab886f7743e98271174": 30,
"5fc3f2d5900b1d5091531e57": 30, "5fc3f2d5900b1d5091531e57": 30,
"5fb64bc92b1b027b1f50bcf2": 30, "5fb64bc92b1b027b1f50bcf2": 30,
"668e71a8dadf42204c032ce1": 30 "668e71a8dadf42204c032ce1": 30
} }
} }
], ],
"blacklist": [ "blacklist": [
@ -1511,12 +1511,12 @@
"55d4837c4bdc2d1d4e8b456c", "55d4837c4bdc2d1d4e8b456c",
"5c503ac82e221602b21d6e9a", "5c503ac82e221602b21d6e9a",
"6241c2c2117ad530666a5108", "6241c2c2117ad530666a5108",
"671d85439ae8365d69117ba6", "671d85439ae8365d69117ba6",
"671d8617a3e45c1f5908278c", "671d8617a3e45c1f5908278c",
"670e8eab8c1bb0e5a7075acf", "670e8eab8c1bb0e5a7075acf",
"671d8ac8a3e45c1f59082799", "671d8ac8a3e45c1f59082799",
"671d8b38b769f0d88c0950f8", "671d8b38b769f0d88c0950f8",
"671d8b8c0959c721a50ca838" "671d8b8c0959c721a50ca838"
], ],
"mod_scope": [ "mod_scope": [
"5a1ead28fcdbcb001912fa9f", "5a1ead28fcdbcb001912fa9f",
@ -1555,13 +1555,13 @@
"55d4837c4bdc2d1d4e8b456c", "55d4837c4bdc2d1d4e8b456c",
"5c503ac82e221602b21d6e9a", "5c503ac82e221602b21d6e9a",
"6241c2c2117ad530666a5108", "6241c2c2117ad530666a5108",
"6241c2c2117ad530666a5108", "6241c2c2117ad530666a5108",
"671d85439ae8365d69117ba6", "671d85439ae8365d69117ba6",
"671d8617a3e45c1f5908278c", "671d8617a3e45c1f5908278c",
"670e8eab8c1bb0e5a7075acf", "670e8eab8c1bb0e5a7075acf",
"671d8ac8a3e45c1f59082799", "671d8ac8a3e45c1f59082799",
"671d8b38b769f0d88c0950f8", "671d8b38b769f0d88c0950f8",
"671d8b8c0959c721a50ca838" "671d8b8c0959c721a50ca838"
], ],
"mod_scope": [ "mod_scope": [
"5a1ead28fcdbcb001912fa9f", "5a1ead28fcdbcb001912fa9f",
@ -2170,7 +2170,7 @@
"5bfd297f0db834001a669119": 0, "5bfd297f0db834001a669119": 0,
"5ae08f0a5acfc408fb1398a1": 0, "5ae08f0a5acfc408fb1398a1": 0,
"5de652c31b7e3716273428be": 0, "5de652c31b7e3716273428be": 0,
"5a38e6bac4a2826c6e06d79b": 0 "5a38e6bac4a2826c6e06d79b": 0
}, },
"Holster": { "Holster": {
"5d3eb3b0a4b93615055e84d2": 25 "5d3eb3b0a4b93615055e84d2": 25

View File

@ -1,5 +1,5 @@
{ {
"sptVersion": "3.10.1", "sptVersion": "3.10.2",
"projectName": "SPT", "projectName": "SPT",
"compatibleTarkovVersion": "0.15.5.33420", "compatibleTarkovVersion": "0.15.5.33420",
"serverName": "SPT Server", "serverName": "SPT Server",
@ -16,10 +16,10 @@
"fixes": { "fixes": {
"fixShotgunDispersion": true, "fixShotgunDispersion": true,
"removeModItemsFromProfile": false, "removeModItemsFromProfile": false,
"removeInvalidTradersFromProfile": false, "removeInvalidTradersFromProfile": false,
"fixProfileBreakingInventoryItemIssues": false "fixProfileBreakingInventoryItemIssues": false
}, },
"survey": { "survey": {
"locale": { "locale": {
"en": { "en": {
"question_1": "How off-topic is general chat on the SPT discord?", "question_1": "How off-topic is general chat on the SPT discord?",
@ -57,98 +57,116 @@
"textLocaleKey": "farewell" "textLocaleKey": "farewell"
}, },
"pages": [[0, 1]], "pages": [[0, 1]],
"questions": [{ "questions": [
{
"id": 0, "id": 0,
"sortIndex": 1, "sortIndex": 1,
"titleLocaleKey": "question_1", "titleLocaleKey": "question_1",
"hintLocaleKey": "", "hintLocaleKey": "",
"answerLimit": 10, "answerLimit": 10,
"answerType": "MultiOption", "answerType": "MultiOption",
"answers": [{ "answers": [
{
"id": 0, "id": 0,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_1" "localeKey": "question_1_answer_1"
}, { },
{
"id": 1, "id": 1,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_2" "localeKey": "question_1_answer_2"
}, { },
{
"id": 2, "id": 2,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_3" "localeKey": "question_1_answer_3"
}, { },
{
"id": 3, "id": 3,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_4" "localeKey": "question_1_answer_4"
}, { },
{
"id": 4, "id": 4,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_5" "localeKey": "question_1_answer_5"
}, { },
{
"id": 5, "id": 5,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_6" "localeKey": "question_1_answer_6"
}, { },
{
"id": 6, "id": 6,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_7" "localeKey": "question_1_answer_7"
}, { },
{
"id": 7, "id": 7,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_8" "localeKey": "question_1_answer_8"
}, { },
{
"id": 8, "id": 8,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_9" "localeKey": "question_1_answer_9"
}, { },
{
"id": 9, "id": 9,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_10" "localeKey": "question_1_answer_10"
}, { },
{
"id": 10, "id": 10,
"questionId": 0, "questionId": 0,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_1_answer_11" "localeKey": "question_1_answer_11"
} }
] ]
}, { },
{
"id": 1, "id": 1,
"sortIndex": 1, "sortIndex": 1,
"titleLocaleKey": "question_2", "titleLocaleKey": "question_2",
"hintLocaleKey": "", "hintLocaleKey": "",
"answerLimit": 5, "answerLimit": 5,
"answerType": "SingleOption", "answerType": "SingleOption",
"answers": [{ "answers": [
{
"id": 0, "id": 0,
"questionId": 1, "questionId": 1,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_2_answer_1" "localeKey": "question_2_answer_1"
}, { },
{
"id": 1, "id": 1,
"questionId": 1, "questionId": 1,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_2_answer_2" "localeKey": "question_2_answer_2"
}, { },
{
"id": 2, "id": 2,
"questionId": 1, "questionId": 1,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_2_answer_3" "localeKey": "question_2_answer_3"
}, { },
{
"id": 3, "id": 3,
"questionId": 1, "questionId": 1,
"sortIndex": 1, "sortIndex": 1,
"localeKey": "question_2_answer_4" "localeKey": "question_2_answer_4"
}, { },
{
"id": 4, "id": 4,
"questionId": 1, "questionId": 1,
"sortIndex": 1, "sortIndex": 1,
@ -165,7 +183,7 @@
"compressProfile": false, "compressProfile": false,
"chatbotFeatures": { "chatbotFeatures": {
"sptFriendEnabled": true, "sptFriendEnabled": true,
"sptFriendGiftsEnabled": true, "sptFriendGiftsEnabled": true,
"commandoEnabled": true, "commandoEnabled": true,
"commandoFeatures": { "commandoFeatures": {
"giveCommandEnabled": true "giveCommandEnabled": true
@ -173,10 +191,10 @@
"commandUseLimits": { "commandUseLimits": {
"StashRows": 15 "StashRows": 15
}, },
"ids": { "ids": {
"commando": "6723fd51c5924c57ce0ca01e", "commando": "6723fd51c5924c57ce0ca01e",
"spt": "6723fd51c5924c57ce0ca01f" "spt": "6723fd51c5924c57ce0ca01f"
} }
}, },
"createNewProfileTypesBlacklist": [] "createNewProfileTypesBlacklist": []
}, },

View File

@ -8288,7 +8288,7 @@
"associatedEvent": "Promo", "associatedEvent": "Promo",
"maxToSendPlayer": 1 "maxToSendPlayer": 1
}, },
"STREAMERLOOT": { "STREAMERLOOT": {
"items": [ "items": [
{ {
"_id": "665a06ac84c6bb387e0afba2", "_id": "665a06ac84c6bb387e0afba2",
@ -8299,7 +8299,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "665a06ac84c6bb387e0afba5", "_id": "665a06ac84c6bb387e0afba5",
"_tpl": "6694f423909d2322a8073151", "_tpl": "6694f423909d2322a8073151",
"upd": { "upd": {
@ -8308,7 +8308,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "665a06ac84c6bb387e0afba7", "_id": "665a06ac84c6bb387e0afba7",
"_tpl": "6694f418c74d8a180f0f78c0", "_tpl": "6694f418c74d8a180f0f78c0",
"upd": { "upd": {
@ -8317,7 +8317,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "665a06ac84c6bb387e0afba8", "_id": "665a06ac84c6bb387e0afba8",
"_tpl": "6694f4101ae1778e310f4f8e", "_tpl": "6694f4101ae1778e310f4f8e",
"upd": { "upd": {
@ -8333,7 +8333,7 @@
"associatedEvent": "Promo", "associatedEvent": "Promo",
"maxToSendPlayer": 5 "maxToSendPlayer": 5
}, },
"500CIGARETTES": { "500CIGARETTES": {
"items": [ "items": [
{ {
"_id": "66f16f2d223efbd43f0c2e2d", "_id": "66f16f2d223efbd43f0c2e2d",
@ -8351,7 +8351,7 @@
"associatedEvent": "Promo", "associatedEvent": "Promo",
"maxToSendPlayer": 5 "maxToSendPlayer": 5
}, },
"STASHQOL": { "STASHQOL": {
"items": [ "items": [
{ {
"_id": "66f45162349a5fefd70fd437", "_id": "66f45162349a5fefd70fd437",
@ -8362,7 +8362,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45162349a5fefd70fd438", "_id": "66f45162349a5fefd70fd438",
"_tpl": "5aafbde786f774389d0cbc0f", "_tpl": "5aafbde786f774389d0cbc0f",
"upd": { "upd": {
@ -8371,7 +8371,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f4526d349a5fefd70fd445", "_id": "66f4526d349a5fefd70fd445",
"_tpl": "5b7c710788a4506dec015957", "_tpl": "5b7c710788a4506dec015957",
"upd": { "upd": {
@ -8380,7 +8380,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f4526d349a5fefd70fd444", "_id": "66f4526d349a5fefd70fd444",
"_tpl": "5c0a840b86f7742ffa4f2482", "_tpl": "5c0a840b86f7742ffa4f2482",
"upd": { "upd": {
@ -8389,7 +8389,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f4526d349a5fefd70fd443", "_id": "66f4526d349a5fefd70fd443",
"_tpl": "59fb042886f7746c5005a7b2", "_tpl": "59fb042886f7746c5005a7b2",
"upd": { "upd": {
@ -8398,7 +8398,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f4526d349a5fefd70fd442", "_id": "66f4526d349a5fefd70fd442",
"_tpl": "59fb023c86f7746d0d4b423c", "_tpl": "59fb023c86f7746d0d4b423c",
"upd": { "upd": {
@ -8407,7 +8407,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45257349a5fefd70fd441", "_id": "66f45257349a5fefd70fd441",
"_tpl": "5aafbcd986f7745e590fff23", "_tpl": "5aafbcd986f7745e590fff23",
"upd": { "upd": {
@ -8416,7 +8416,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45257349a5fefd70fd440", "_id": "66f45257349a5fefd70fd440",
"_tpl": "5c093db286f7740a1b2617e3", "_tpl": "5c093db286f7740a1b2617e3",
"upd": { "upd": {
@ -8425,7 +8425,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45257349a5fefd70fd43f", "_id": "66f45257349a5fefd70fd43f",
"_tpl": "5c127c4486f7745625356c13", "_tpl": "5c127c4486f7745625356c13",
"upd": { "upd": {
@ -8434,7 +8434,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45257349a5fefd70fd43e", "_id": "66f45257349a5fefd70fd43e",
"_tpl": "590c60fc86f77412b13fddcf", "_tpl": "590c60fc86f77412b13fddcf",
"upd": { "upd": {
@ -8443,7 +8443,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45257349a5fefd70fd43d", "_id": "66f45257349a5fefd70fd43d",
"_tpl": "590c60fc86f77412b13fddcf", "_tpl": "590c60fc86f77412b13fddcf",
"upd": { "upd": {
@ -8452,7 +8452,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45162349a5fefd70fd43b", "_id": "66f45162349a5fefd70fd43b",
"_tpl": "59fafd4b86f7745ca07e1232", "_tpl": "59fafd4b86f7745ca07e1232",
"upd": { "upd": {
@ -8461,7 +8461,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45162349a5fefd70fd43a", "_id": "66f45162349a5fefd70fd43a",
"_tpl": "5c093e3486f77430cb02e593", "_tpl": "5c093e3486f77430cb02e593",
"upd": { "upd": {
@ -8470,7 +8470,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f45162349a5fefd70fd439", "_id": "66f45162349a5fefd70fd439",
"_tpl": "5d235bb686f77443f4331278", "_tpl": "5d235bb686f77443f4331278",
"upd": { "upd": {
@ -8486,7 +8486,7 @@
"associatedEvent": "Promo", "associatedEvent": "Promo",
"maxToSendPlayer": 2 "maxToSendPlayer": 2
}, },
"SPLASH": { "SPLASH": {
"items": [ "items": [
{ {
"_id": "66f6618d8d88ae22c907775b", "_id": "66f6618d8d88ae22c907775b",
@ -8497,7 +8497,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f6618d8d88ae22c907775c", "_id": "66f6618d8d88ae22c907775c",
"_tpl": "66d98233302686954b0c6f81", "_tpl": "66d98233302686954b0c6f81",
"upd": { "upd": {
@ -8506,7 +8506,7 @@
"parentId": "665a06ac85c6ab387e0afba3", "parentId": "665a06ac85c6ab387e0afba3",
"slotId": "main" "slotId": "main"
}, },
{ {
"_id": "66f6618d8d88ae22c907775d", "_id": "66f6618d8d88ae22c907775d",
"_tpl": "66d98233302686954b0c6f81", "_tpl": "66d98233302686954b0c6f81",
"upd": { "upd": {

View File

@ -16,76 +16,166 @@
"min": 0.7, "min": 0.7,
"max": 1.4 "max": 1.4
}, },
"bonusChanceMultiplier": 0.25,
"bonusAmountMultiplier": 0.43,
"highValueThresholdRub": 70000,
"hideoutTaskRewardTimeSeconds": 21600,
"hideoutCraftSacrificeThresholdRub": 400000,
"craftTimeThreshholds": [ "craftTimeThreshholds": [
{ {
"min": 1, "min": 1,
"max": 25000, "max": 350000,
"timeSeconds": 21600 "craftTimeSeconds": 43200
}, },
{ {
"min": 25001, "min": 350001,
"max": 399999,
"craftTimeSeconds": 50400
},
{
"min": 400000,
"max": 99999999, "max": 99999999,
"timeSeconds": 43200 "craftTimeSeconds": 50400
} }
], ],
"craftTimeOverride": 40, "craftTimeOverride": -1,
"directRewards": { "directRewards": [
"66572c82ad599021091c6118": { "rewardTpls": ["5c0e874186f7745dc7616606"], "craftTimeSeconds": 3960 }, {
"5aa2b986e5b5b00014028f4c": { "rewardTpls": ["62a091170b9d3c46de5b6cf2"], "craftTimeSeconds": 3960 }, "reward": ["5857a8bc2459772bad15db29"],
"655c663a6689c676ce57af85": { "rewardTpls": ["5c0e655586f774045612eeb2"], "craftTimeSeconds": 3960 }, "requiredItems": ["665ee77ccf2d642e98220bca"],
"655c652d60d0ac437100fed7": { "rewardTpls": ["590c657e86f77412b013051d"], "craftTimeSeconds": 3960 }, "craftTimeSeconds": 360,
"655c67782a1356436041c9c5": { "repeatable": false
"rewardTpls": ["59e3577886f774176a362503", "5ed5166ad380ab312177c100"],
"craftTimeSeconds": 3960
}, },
"655c673673a43e23e857aebd": { {
"rewardTpls": ["572b7adb24597762ae139821", "56e335e4d2720b6c058b456d"], "reward": ["5c093ca986f7740a1867ab12"],
"craftTimeSeconds": 3960 "requiredItems": ["5732ee6a24597719ae0c0281"],
"craftTimeSeconds": 3960,
"repeatable": false
}, },
"655c66e40b2de553b618d4b8": { {
"rewardTpls": ["5d40407c86f774318526545a", "5d40407c86f774318526545a", "5d40407c86f774318526545a"], "reward": ["655c669103999d3c810c025b"],
"craftTimeSeconds": 3960 "requiredItems": ["635267ab3c89e2112001f826"],
"craftTimeSeconds": 3960,
"repeatable": false
}, },
"6582dbf0b8d7830efc45016f": { "rewardTpls": ["5d1b376e86f774252519444e"], "craftTimeSeconds": 3960 }, {
"66572be36a723f7f005a066e": { "rewardTpls": ["5b3b713c5acfc4330140bd8d"], "craftTimeSeconds": 3960 }, "reward": ["5fc64ea372b0dd78d51159dc"],
"655c669103999d3c810c025b": { "requiredItems": [
"rewardTpls": ["635267ab3c89e2112001f826", "5fc64ea372b0dd78d51159dc"], "635267ab3c89e2112001f826",
"craftTimeSeconds": 3960 "635267ab3c89e2112001f826",
}, "635267ab3c89e2112001f826",
"66572cbdad599021091c611a": { "rewardTpls": ["60a7ad2a2198820d95707a2e"], "craftTimeSeconds": 3960 }, "635267ab3c89e2112001f826",
"5c0530ee86f774697952d952": { "rewardTpls": ["6389c8c5dbfd5e4b95197e6b"], "craftTimeSeconds": 43260 }, "635267ab3c89e2112001f826"
"66572b8d80b1cd4b6a67847f": {
"rewardTpls": ["5bc9b9ecd4351e3bac122519", "62a09dd4621468534a797ac7"],
"craftTimeSeconds": 3960
},
"5c093ca986f7740a1867ab12": { "rewardTpls": ["5732ee6a24597719ae0c0281"], "craftTimeSeconds": 3960 },
"665ee77ccf2d642e98220bca": { "rewardTpls": ["5857a8bc2459772bad15db29"], "craftTimeSeconds": 360 },
"59faff1d86f7746c51718c9c": {
"rewardTpls": [
"5c12620d86f7743f8b198b72",
"5c12620d86f7743f8b198b72",
"5e2aedd986f7746d404f3aa4",
"5e2aedd986f7746d404f3aa4"
], ],
"craftTimeSeconds": 43260 "craftTimeSeconds": 3960,
"repeatable": false
}, },
"655c663a6689c676ce57af85": { "rewardTpls": ["5c0e655586f774045612eeb2"], "craftTimeSeconds": 3960 }, {
"5aa2b986e5b5b00014028f4c": { "rewardTpls": ["62a091170b9d3c46de5b6cf2"], "craftTimeSeconds": 3960 }, "reward": ["5c0e874186f7745dc7616606"],
"5c13cd2486f774072c757944": { "rewardTpls": ["62a0a098de7ac8199358053b"], "craftTimeSeconds": 3960 }, "requiredItems": ["66572c82ad599021091c6118"],
"5a0c27731526d80618476ac4": { "craftTimeSeconds": 3960,
"rewardTpls": ["5d1b392c86f77425243e98fe", "5d1b392c86f77425243e98fe"], "repeatable": false
"craftTimeSeconds": 3960 },
}, {
"5c0530ee86f774697952d952": { "rewardTpls": ["6389c8c5dbfd5e4b95197e6b"], "craftTimeSeconds": 39960 } "reward": ["60a7ad3a0c5cb24b0134664a", "60a7ad2a2198820d95707a2e"],
}, "requiredItems": ["66572cbdad599021091c611a"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["5b3b713c5acfc4330140bd8d"],
"requiredItems": ["66572be36a723f7f005a066e"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["62a09dd4621468534a797ac7", "5bc9b9ecd4351e3bac122519"],
"requiredItems": ["66572b8d80b1cd4b6a67847f"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["5d40407c86f774318526545a", "5d40407c86f774318526545a", "5d40407c86f774318526545a"],
"requiredItems": ["655c66e40b2de553b618d4b8"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["572b7adb24597762ae139821", "56e335e4d2720b6c058b456d"],
"requiredItems": ["655c673673a43e23e857aebd"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["637b60c3b7afa97bfc3d7001", "59e3577886f774176a362503"],
"requiredItems": ["655c67782a1356436041c9c5"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["590c657e86f77412b013051d"],
"requiredItems": ["655c652d60d0ac437100fed7"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["5c0e655586f774045612eeb2"],
"requiredItems": ["655c663a6689c676ce57af85"],
"craftTimeSeconds": 3960,
"repeatable": false
},
{
"reward": ["5d1b376e86f774252519444e"],
"requiredItems": ["6582dbf0b8d7830efc45016f"],
"craftTimeSeconds": 3960,
"repeatable": true
},
{
"reward": ["62a091170b9d3c46de5b6cf2"],
"requiredItems": ["5aa2b986e5b5b00014028f4c"],
"craftTimeSeconds": 3960,
"repeatable": true
},
{
"reward": ["62a0a098de7ac8199358053b"],
"requiredItems": ["5c13cd2486f774072c757944"],
"craftTimeSeconds": 3960,
"repeatable": true
},
{
"reward": ["5d1b392c86f77425243e98fe", "5d1b392c86f77425243e98fe"],
"requiredItems": ["5a0c27731526d80618476ac4"],
"craftTimeSeconds": 3960,
"repeatable": true
},
{
"reward": [
"5e2aedd986f7746d404f3aa4",
"5e2aedd986f7746d404f3aa4",
"5c12620d86f7743f8b198b72",
"5c12620d86f7743f8b198b72"
],
"requiredItems": ["59faff1d86f7746c51718c9c"],
"craftTimeSeconds": 39960,
"repeatable": true
},
{
"reward": ["6389c8c5dbfd5e4b95197e6b"],
"requiredItems": ["5c0530ee86f774697952d952"],
"craftTimeSeconds": 39960,
"repeatable": true
}
],
"directRewardStackSize": { "directRewardStackSize": {
"exampleParentId": { "min": 1000, "max": 50000 } "exampleParentId": { "min": 1000, "max": 50000 }
}, },
"rewardItemBlacklist": [ "rewardItemBlacklist": [
"5696686a4bdc2da3298b456a", "5696686a4bdc2da3298b456a",
"5449016a4bdc2d6f028b456f", "5449016a4bdc2d6f028b456f",
"569668774bdc2da2298b4568" "569668774bdc2da2298b4568",
], "5485a8684bdc2da71d8b4567",
"543be5dd4bdc2deb348b4569"
],
"additionalRewardItemPool": [], "additionalRewardItemPool": [],
"currencyRewards": { "currencyRewards": {
"5449016a4bdc2d6f028b456f": { "min": 20, "max": 50 }, "5449016a4bdc2d6f028b456f": { "min": 20, "max": 50 },

View File

@ -6,7 +6,7 @@
"blacklistedEquipment": ["SpecialSlot1", "SpecialSlot2", "SpecialSlot3"], "blacklistedEquipment": ["SpecialSlot1", "SpecialSlot2", "SpecialSlot3"],
"slotIdsToAlwaysRemove": ["cartridges", "patron_in_weapon"], "slotIdsToAlwaysRemove": ["cartridges", "patron_in_weapon"],
"returnTimeOverrideSeconds": 0, "returnTimeOverrideSeconds": 0,
"storageTimeOverrideSeconds": 0, "storageTimeOverrideSeconds": 0,
"runIntervalSeconds": 600, "runIntervalSeconds": 600,
"minAttachmentRoublePriceToBeTaken": 15000, "minAttachmentRoublePriceToBeTaken": 15000,
"chanceNoAttachmentsTakenPercent": 10, "chanceNoAttachmentsTakenPercent": 10,

View File

@ -1451,9 +1451,9 @@
"65268d8ecb944ff1e90ea385": 1, "65268d8ecb944ff1e90ea385": 1,
"5e848cc2988a8701445df1e8": 1, "5e848cc2988a8701445df1e8": 1,
"5a7828548dc32e5a9c28b516": 1, "5a7828548dc32e5a9c28b516": 1,
"66ffa9b66e19cc902401c5e8": 1, "66ffa9b66e19cc902401c5e8": 1,
"65fb023261d5829b2d090755": 1, "65fb023261d5829b2d090755": 1,
"67124dcfa3541f2a1f0e788b": 1 "67124dcfa3541f2a1f0e788b": 1
}, },
"defaultPresetsOnly": true, "defaultPresetsOnly": true,
"foundInRaid": true, "foundInRaid": true,

View File

@ -48,9 +48,9 @@
"5ae089fb5acfc408fb13989b", "5ae089fb5acfc408fb13989b",
"6241c2c2117ad530666a5108", "6241c2c2117ad530666a5108",
"5580239d4bdc2de7118b4583", "5580239d4bdc2de7118b4583",
"66da1b49099cf6adcc07a36b", "66da1b49099cf6adcc07a36b",
"66da1b546916142b3b022777", "66da1b546916142b3b022777",
"670ad7f1ad195290cd00da7a" "670ad7f1ad195290cd00da7a"
], ],
"lootableItemBlacklist": ["660bbc47c38b837877075e47", "660bc341c38b837877075e4c"], "lootableItemBlacklist": ["660bbc47c38b837877075e47", "660bc341c38b837877075e4c"],
"rewardItemBlacklist": [ "rewardItemBlacklist": [
@ -102,18 +102,18 @@
"6662ea05f6259762c56f3189", "6662ea05f6259762c56f3189",
"6638a5474e92f038531e210e", "6638a5474e92f038531e210e",
"65ddcc9cfa85b9f17d0dfb07", "65ddcc9cfa85b9f17d0dfb07",
"6331ba83f2ab4f3f09502983", "6331ba83f2ab4f3f09502983",
"6331bb0d1aa9f42b804997a6", "6331bb0d1aa9f42b804997a6",
"66d9f7e7099cf6adcc07a369", "66d9f7e7099cf6adcc07a369",
"6655e35b6bc645cb7b059912", "6655e35b6bc645cb7b059912",
"66d9f7256916142b3b02276e", "66d9f7256916142b3b02276e",
"671d85439ae8365d69117ba6", "671d85439ae8365d69117ba6",
"671d8617a3e45c1f5908278c", "671d8617a3e45c1f5908278c",
"670e8eab8c1bb0e5a7075acf", "670e8eab8c1bb0e5a7075acf",
"671d8ac8a3e45c1f59082799", "671d8ac8a3e45c1f59082799",
"671d8b38b769f0d88c0950f8", "671d8b38b769f0d88c0950f8",
"671d8b8c0959c721a50ca838", "671d8b8c0959c721a50ca838",
"660bc341c38b837877075e4c" "660bc341c38b837877075e4c"
], ],
"bossItems": [ "bossItems": [
"6275303a9f372d6ea97f9ec7", "6275303a9f372d6ea97f9ec7",
@ -156,8 +156,8 @@
"5c1a1e3f2e221602b66cc4c2" "5c1a1e3f2e221602b66cc4c2"
], ],
"handbookPriceOverride": { "handbookPriceOverride": {
"63a8970d7108f713591149f5": {"price": 5000, "parentId": "5b5f6fa186f77409407a7eb7"}, "63a8970d7108f713591149f5": { "price": 5000, "parentId": "5b5f6fa186f77409407a7eb7" },
"63a898a328e385334e0640a5": {"price": 10000, "parentId": "5b5f6fa186f77409407a7eb7"}, "63a898a328e385334e0640a5": { "price": 10000, "parentId": "5b5f6fa186f77409407a7eb7" },
"63a897c6b1ff6e29734fcc95": {"price": 20000, "parentId": "5b5f6fa186f77409407a7eb7"} "63a897c6b1ff6e29734fcc95": { "price": 20000, "parentId": "5b5f6fa186f77409407a7eb7" }
} }
} }

View File

@ -41,7 +41,8 @@
}, },
"customWaves": { "customWaves": {
"boss": { "boss": {
"bigmap": [{ "bigmap": [
{
"sptId": "usecbigmap", "sptId": "usecbigmap",
"BossChance": 50, "BossChance": 50,
"BossDifficult": "normal", "BossDifficult": "normal",
@ -57,14 +58,13 @@
"ForceSpawn": false, "ForceSpawn": false,
"IgnoreMaxBots": true, "IgnoreMaxBots": true,
"RandomTimeSpawn": false, "RandomTimeSpawn": false,
"SpawnMode": [ "SpawnMode": ["pve"],
"pve"
],
"Supports": null, "Supports": null,
"Time": -1, "Time": -1,
"TriggerId": "", "TriggerId": "",
"TriggerName": "" "TriggerName": ""
}, { },
{
"sptId": "bearbigmap", "sptId": "bearbigmap",
"BossChance": 50, "BossChance": 50,
"BossDifficult": "normal", "BossDifficult": "normal",
@ -80,16 +80,15 @@
"ForceSpawn": false, "ForceSpawn": false,
"IgnoreMaxBots": true, "IgnoreMaxBots": true,
"RandomTimeSpawn": false, "RandomTimeSpawn": false,
"SpawnMode": [ "SpawnMode": ["pve"],
"pve"
],
"Supports": null, "Supports": null,
"Time": -1, "Time": -1,
"TriggerId": "", "TriggerId": "",
"TriggerName": "" "TriggerName": ""
} }
], ],
"woods": [{ "woods": [
{
"sptId": "usecbigmap", "sptId": "usecbigmap",
"BossChance": 50, "BossChance": 50,
"BossDifficult": "normal", "BossDifficult": "normal",
@ -105,14 +104,13 @@
"ForceSpawn": false, "ForceSpawn": false,
"IgnoreMaxBots": true, "IgnoreMaxBots": true,
"RandomTimeSpawn": false, "RandomTimeSpawn": false,
"SpawnMode": [ "SpawnMode": ["pve"],
"pve"
],
"Supports": null, "Supports": null,
"Time": -1, "Time": -1,
"TriggerId": "", "TriggerId": "",
"TriggerName": "" "TriggerName": ""
}, { },
{
"sptId": "bearbigmap", "sptId": "bearbigmap",
"BossChance": 50, "BossChance": 50,
"BossDifficult": "normal", "BossDifficult": "normal",
@ -128,16 +126,15 @@
"ForceSpawn": false, "ForceSpawn": false,
"IgnoreMaxBots": true, "IgnoreMaxBots": true,
"RandomTimeSpawn": false, "RandomTimeSpawn": false,
"SpawnMode": [ "SpawnMode": ["pve"],
"pve"
],
"Supports": null, "Supports": null,
"Time": -1, "Time": -1,
"TriggerId": "", "TriggerId": "",
"TriggerName": "" "TriggerName": ""
} }
], ],
"sandbox_high": [{ "sandbox_high": [
{
"sptId": "usecbigmap", "sptId": "usecbigmap",
"BossChance": 50, "BossChance": 50,
"BossDifficult": "normal", "BossDifficult": "normal",
@ -153,14 +150,13 @@
"ForceSpawn": false, "ForceSpawn": false,
"IgnoreMaxBots": true, "IgnoreMaxBots": true,
"RandomTimeSpawn": false, "RandomTimeSpawn": false,
"SpawnMode": [ "SpawnMode": ["pve"],
"pve"
],
"Supports": null, "Supports": null,
"Time": -1, "Time": -1,
"TriggerId": "", "TriggerId": "",
"TriggerName": "" "TriggerName": ""
}, { },
{
"sptId": "bearbigmap", "sptId": "bearbigmap",
"BossChance": 50, "BossChance": 50,
"BossDifficult": "normal", "BossDifficult": "normal",
@ -176,9 +172,7 @@
"ForceSpawn": false, "ForceSpawn": false,
"IgnoreMaxBots": true, "IgnoreMaxBots": true,
"RandomTimeSpawn": false, "RandomTimeSpawn": false,
"SpawnMode": [ "SpawnMode": ["pve"],
"pve"
],
"Supports": null, "Supports": null,
"Time": -1, "Time": -1,
"TriggerId": "", "TriggerId": "",
@ -195,7 +189,7 @@
"5939e5a786f77461f11c0098", "5939e5a786f77461f11c0098",
"64e74a3d4d49d23b2c39d319", "64e74a3d4d49d23b2c39d319",
"6614230055afee107f05e998", "6614230055afee107f05e998",
"66b22630a6b4e5ec7c02cdb7" "66b22630a6b4e5ec7c02cdb7"
], ],
"interchange": ["64e74a5ac2b4f829615ec336"], "interchange": ["64e74a5ac2b4f829615ec336"],
"lighthouse": [ "lighthouse": [
@ -263,19 +257,22 @@
"addCustomBotWavesToMaps": true, "addCustomBotWavesToMaps": true,
"enableBotTypeLimits": true, "enableBotTypeLimits": true,
"botTypeLimits": { "botTypeLimits": {
"tarkovstreets": [{ "tarkovstreets": [
{
"type": "marksman", "type": "marksman",
"min": 2, "min": 2,
"max": 4 "max": 4
} }
], ],
"woods": [{ "woods": [
{
"type": "marksman", "type": "marksman",
"min": 2, "min": 2,
"max": 5 "max": 5
} }
], ],
"bigmap": [{ "bigmap": [
{
"type": "marksman", "type": "marksman",
"min": 2, "min": 2,
"max": 4 "max": 4
@ -538,9 +535,9 @@
"mod_equipment": 5 "mod_equipment": 5
} }
}, },
"reserveRaiderSpawnChanceOverrides": { "reserveRaiderSpawnChanceOverrides": {
"nonTriggered": 80, "nonTriggered": 80,
"triggered": 90 "triggered": 90
}, },
"nonMaps": ["base", "develop", "hideout", "privatearea", "suburbs", "terminal", "town"] "nonMaps": ["base", "develop", "hideout", "privatearea", "suburbs", "terminal", "town"]
} }

View File

@ -8,16 +8,16 @@
"5e383a6386f77465910ce1f3", "5e383a6386f77465910ce1f3",
"5e4d515e86f77438b2195244", "5e4d515e86f77438b2195244",
"639282134ed9512be67647ed", "639282134ed9512be67647ed",
"6613f3007f6666d56807c929", "6613f3007f6666d56807c929",
"6613f307fca4f2f386029409" "6613f307fca4f2f386029409"
], ],
"bearOnlyQuests": [ "bearOnlyQuests": [
"6179b5b06e9dd54ac275e409", "6179b5b06e9dd54ac275e409",
"5e381b0286f77420e3417a74", "5e381b0286f77420e3417a74",
"5e4d4ac186f774264f758336", "5e4d4ac186f774264f758336",
"639136d68ba6894d155e77cf", "639136d68ba6894d155e77cf",
"66151401efb0539ae10875ae", "66151401efb0539ae10875ae",
"6615141bfda04449120269a7" "6615141bfda04449120269a7"
], ],
"profileBlacklist": { "profileBlacklist": {
"unheard_edition": ["666314a50aa5c7436c00908a"] "unheard_edition": ["666314a50aa5c7436c00908a"]
@ -208,27 +208,27 @@
"endTimestamp": "", "endTimestamp": "",
"yearly": false "yearly": false
}, },
"66e3e2ee2136472d220bcb36": { "66e3e2ee2136472d220bcb36": {
"name": "Night of The Cult", "name": "Night of The Cult",
"season": "None", "season": "None",
"startTimestamp": 1341615600000, "startTimestamp": 1341615600000,
"endTimestamp": "", "endTimestamp": "",
"yearly": false "yearly": false
}, },
"670404a2ea1caa8f2e0be106": { "670404a2ea1caa8f2e0be106": {
"name": "Dont Believe Your Eyes", "name": "Dont Believe Your Eyes",
"season": "halloween", "season": "halloween",
"startTimestamp": 1341615600000, "startTimestamp": 1341615600000,
"endTimestamp": "", "endTimestamp": "",
"yearly": true "yearly": true
}, },
"67190f6c1b3f4964d90d71e9": { "67190f6c1b3f4964d90d71e9": {
"name": "Global Threat", "name": "Global Threat",
"season": "halloween", "season": "halloween",
"startTimestamp": 1341615600000, "startTimestamp": 1341615600000,
"endTimestamp": "", "endTimestamp": "",
"yearly": true "yearly": true
} }
}, },
"repeatableQuests": [ "repeatableQuests": [
{ {

View File

@ -39,7 +39,7 @@
"itemCountMax": 3, "itemCountMax": 3,
"priceRangeVariancePercent": 15, "priceRangeVariancePercent": 15,
"minRoubleCostToBecomeBarter": 20000, "minRoubleCostToBecomeBarter": 20000,
"makeSingleStackOnly": true, "makeSingleStackOnly": true,
"itemTypeBlacklist": [ "itemTypeBlacklist": [
"55802f4a4bdc2ddb688b4569", "55802f4a4bdc2ddb688b4569",
"55802f3e4bdc2de7118b4584", "55802f3e4bdc2de7118b4584",
@ -88,11 +88,11 @@
"max": 0.96 "max": 0.96
} }
}, },
"ignoreQualityPriceVarianceBlacklist": [ "ignoreQualityPriceVarianceBlacklist": [
"59e3577886f774176a362503", "59e3577886f774176a362503",
"5d02797c86f774203f38e30a", "5d02797c86f774203f38e30a",
"5ab8e79e86f7742d8b372e78" "5ab8e79e86f7742d8b372e78"
], ],
"showDefaultPresetsOnly": true, "showDefaultPresetsOnly": true,
"endTimeSeconds": { "endTimeSeconds": {
"min": 360, "min": 360,
@ -366,14 +366,14 @@
"57347cd0245977445a2d6ff1": 30, "57347cd0245977445a2d6ff1": 30,
"5d1b385e86f774252167b98a": 30, "5d1b385e86f774252167b98a": 30,
"62a0a124de7ac81993580542": 40, "62a0a124de7ac81993580542": 40,
"5e42c81886f7742a01529f57": 40, "5e42c81886f7742a01529f57": 40,
"5d1b371186f774253763a656": 35, "5d1b371186f774253763a656": 35,
"5d1b36a186f7742523398433": 35, "5d1b36a186f7742523398433": 35,
"5e2af29386f7746d4159f077": 35, "5e2af29386f7746d4159f077": 35,
"5d1b3a5d86f774252167ba22": 35, "5d1b3a5d86f774252167ba22": 35,
"59e3577886f774176a362503": 35 "59e3577886f774176a362503": 35
}, },
"unlocksType": { "unlocksType": {
"57864a3d24597754843f8721": 35, "57864a3d24597754843f8721": 35,

File diff suppressed because it is too large Load Diff

View File

@ -364,14 +364,11 @@
"646372518610c40fc20204e8", "646372518610c40fc20204e8",
"65ddcc9cfa85b9f17d0dfb07", "65ddcc9cfa85b9f17d0dfb07",
"660312cc4d6cdfa6f500c703", "660312cc4d6cdfa6f500c703",
"6655e35b6bc645cb7b059912" "6655e35b6bc645cb7b059912"
], ],
"coopExtractGift": { "coopExtractGift": {
"sendGift": true, "sendGift": true,
"messageLocaleIds": [ "messageLocaleIds": ["5da89b1886f77439d7741002 0", "5da89b3a86f7742f9026cb83 0"],
"5da89b1886f77439d7741002 0",
"5da89b3a86f7742f9026cb83 0"
],
"giftExpiryHours": 168, "giftExpiryHours": 168,
"weaponPresetCount": { "weaponPresetCount": {
"min": 0, "min": 0,
@ -446,13 +443,13 @@
} }
}, },
"allowBossItems": false, "allowBossItems": false,
"useRewarditemBlacklist": true "useRewarditemBlacklist": true
}, },
"btrDeliveryExpireHours": 240, "btrDeliveryExpireHours": 240,
"playerRepMin": -7, "playerRepMin": -7,
"playerRepMax": 15 "playerRepMax": 15
}, },
"moddedTraders": { "moddedTraders": {
"clothingService": [] "clothingService": []
} }
} }

View File

@ -41,7 +41,7 @@
"max": 24 "max": 24
} }
}, },
"1": { "1": {
"day": { "day": {
"min": 7, "min": 7,
"max": 15 "max": 15
@ -51,7 +51,7 @@
"max": 12 "max": 12
} }
}, },
"2": { "2": {
"day": { "day": {
"min": -10, "min": -10,
"max": 5 "max": 5
@ -61,7 +61,7 @@
"max": 0 "max": 0
} }
}, },
"3": { "3": {
"day": { "day": {
"min": 1, "min": 1,
"max": 15 "max": 15
@ -71,7 +71,7 @@
"max": 5 "max": 5
} }
}, },
"4": { "4": {
"day": { "day": {
"min": 3, "min": 3,
"max": 11 "max": 11
@ -81,7 +81,7 @@
"max": 8 "max": 8
} }
}, },
"5": { "5": {
"day": { "day": {
"min": -4, "min": -4,
"max": 7 "max": 7
@ -91,7 +91,7 @@
"max": 3 "max": 3
} }
}, },
"6": { "6": {
"day": { "day": {
"min": 0, "min": 0,
"max": 24 "max": 24
@ -111,56 +111,64 @@
"weights": [1, 2] "weights": [1, 2]
} }
}, },
"seasonDates": [{ "seasonDates": [
{
"seasonType": 0, "seasonType": 0,
"name": "SUMMER", "name": "SUMMER",
"startDay": "2", "startDay": "2",
"startMonth": "6", "startMonth": "6",
"endDay": "15", "endDay": "15",
"endMonth": "10" "endMonth": "10"
}, { },
{
"seasonType": 1, "seasonType": 1,
"name": "AUTUMN", "name": "AUTUMN",
"startDay": "15", "startDay": "15",
"startMonth": "10", "startMonth": "10",
"endDay": "1", "endDay": "1",
"endMonth": "11" "endMonth": "11"
}, { },
{
"seasonType": 4, "seasonType": 4,
"name": "AUTUMN_LATE", "name": "AUTUMN_LATE",
"startDay": "1", "startDay": "1",
"startMonth": "11", "startMonth": "11",
"endDay": "21", "endDay": "21",
"endMonth": "12" "endMonth": "12"
}, { },
{
"seasonType": 2, "seasonType": 2,
"name": "WINTER_START", "name": "WINTER_START",
"startDay": "21", "startDay": "21",
"startMonth": "12", "startMonth": "12",
"endDay": "31", "endDay": "31",
"endMonth": "12" "endMonth": "12"
}, { },
{
"seasonType": 2, "seasonType": 2,
"name": "WINTER_END", "name": "WINTER_END",
"startDay": "1", "startDay": "1",
"startMonth": "1", "startMonth": "1",
"endDay": "9", "endDay": "9",
"endMonth": "1" "endMonth": "1"
}, { },
{
"seasonType": 5, "seasonType": 5,
"name": "SPRING_EARLY", "name": "SPRING_EARLY",
"startDay": "9", "startDay": "9",
"startMonth": "1", "startMonth": "1",
"endDay": "25", "endDay": "25",
"endMonth": "3" "endMonth": "3"
}, { },
{
"seasonType": 3, "seasonType": 3,
"name": "SPRING", "name": "SPRING",
"startDay": "25", "startDay": "25",
"startMonth": "3", "startMonth": "3",
"endDay": "2", "endDay": "2",
"endMonth": "6" "endMonth": "6"
}, { },
{
"seasonType": 4, "seasonType": 4,
"name": "STORM", "name": "STORM",
"startDay": "24", "startDay": "24",

View File

@ -4353,6 +4353,71 @@
"takeFromSlotLocked": false, "takeFromSlotLocked": false,
"type": 23 "type": 23
}, },
{
"_id": "5df8a81f8f77747fcf5f5702",
"type": 21,
"enabled": true,
"needsFuel": true,
"takeFromSlotLocked": false,
"craftGivesExp": true,
"displayLevel": true,
"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
},
{ {
"_id": "637b39f02e873739ec490215", "_id": "637b39f02e873739ec490215",
"craftGivesExp": false, "craftGivesExp": false,

View File

@ -0,0 +1,32 @@
{
"locations": {},
"paths": [{
"Source": "653e6760052c01c1c805532f",
"Destination": "5714dc692459777137212e12"
}, {
"Source": "5b0fc42d86f7744a585f9105",
"Destination": "5714dc692459777137212e12"
}, {
"Source": "5714dc692459777137212e12",
"Destination": "5714dbc024597771384a510d"
}, {
"Source": "5714dbc024597771384a510d",
"Destination": "56f40101d2720b2a4d8b45d6"
}, {
"Source": "56f40101d2720b2a4d8b45d6",
"Destination": "55f2d3fd4bdc2d5f408b4567"
}, {
"Source": "55f2d3fd4bdc2d5f408b4567",
"Destination": "5704e3c2d2720bac5b8b4567"
}, {
"Source": "5704e3c2d2720bac5b8b4567",
"Destination": "5704e5fad2720bc05b8b4567"
}, {
"Source": "5704e5fad2720bc05b8b4567",
"Destination": "5704e4dad2720bb55b8b4567"
}, {
"Source": "5704e4dad2720bb55b8b4567",
"Destination": "5704e554d2720bac5b8b456e"
}
]
}

View File

@ -0,0 +1,600 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Customs,Boiler Tanks",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "EXFIL_ZB013",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 5000,
"CountPve": 0,
"EntryPoints": "Customs,Boiler Tanks",
"EventAvailable": false,
"ExfiltrationTime": 60.0,
"ExfiltrationTimePVE": 60.0,
"ExfiltrationType": "SharedTimer",
"Id": "5449016a4bdc2d6f028b456f",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Dorms V-Ex",
"PassageRequirement": "TransferItem",
"PlayersCount": 4,
"PlayersCountPVE": 4,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Item",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Customs",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "ZB-1011",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Boiler Tanks",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Crossroads",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Customs",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Old Gas Station",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Boiler Tanks",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Trailer Park",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Boiler Tanks",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "RUAF Roadblock",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Boiler Tanks",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Smuggler's Boat",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Customs",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "ZB-1012",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Shack",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Beyond Fuel Tank",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Railroad To Military Base",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Old Road Gate",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Sniper Roadblock",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Railroad To Port",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Crossroads",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Trailer Park Workers Shack",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Railroad To Tarkov",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "RUAF Roadblock_scav",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Warehouse 17",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Factory Shacks",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Warehouse 4",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Old Azs Gate",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Factory Far Corner",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Administration Gate",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Military Checkpoint",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

BIN
project/assets/database/locations/bigmap/looseLoot.json (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,592 @@
{
"Enabled": false,
"Locked": false,
"Insurance": false,
"SafeLocation": false,
"Name": "Arena",
"Scene": {
"path": "maps/develop_preset.bundle",
"rcid": "develop.scenespreset.asset"
},
"Area": 0,
"RequiredPlayerLevel": 1,
"MinPlayers": 1,
"MaxPlayers": 10,
"exit_count": 0,
"exit_access_time": 0,
"exit_time": 0,
"IconX": 156,
"IconY": 551,
"waves": [
{
"number": 0,
"time_min": 0,
"time_max": 10,
"slots_min": 1,
"slots_max": 2,
"BotSide": "Savage",
"BotPreset": "normal",
"SpawnPoints": "BotZoneMain",
"WildSpawnType": "assault",
"isPlayers": true
},
{
"number": 1,
"time_min": 10,
"time_max": 120,
"slots_min": 2,
"slots_max": 3,
"BotSide": "Savage",
"BotPreset": "easy",
"SpawnPoints": "BotZoneMain",
"WildSpawnType": "assault",
"isPlayers": true
},
{
"number": 0,
"time_min": 120,
"time_max": 240,
"slots_min": 3,
"slots_max": 4,
"BotSide": "Savage",
"BotPreset": "hard",
"SpawnPoints": "BotZoneMain",
"WildSpawnType": "assault",
"isPlayers": true
}
],
"limits": [],
"AveragePlayTime": 2,
"AveragePlayerLevel": 10,
"escape_time_limit": 60000,
"Rules": "Normal",
"IsSecret": false,
"doors": [],
"tmp_location_field_remove_me": 0,
"MinDistToExitPoint": 0,
"MaxDistToFreePoint": 900,
"MinDistToFreePoint": 10,
"MaxBotPerZone": 0,
"OpenZones": "",
"OcculsionCullingEnabled": true,
"GlobalLootChanceModifier": 0,
"OldSpawn": true,
"NewSpawn": false,
"BotMax": 5,
"BotStart": 30,
"BotStop": 2400,
"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": 1600869802,
"users_gather_seconds": 0,
"users_spawn_seconds_n": 0,
"users_spawn_seconds_n2": 0,
"users_summon_seconds": 0,
"sav_summon_seconds": 0,
"matching_min_seconds": 0,
"MinMaxBots": [],
"BotLocationModifier": {
"AccuracySpeed": 1,
"Scattering": 1,
"GainSight": 1,
"MarksmanAccuratyCoef": 1,
"VisibleDistance": 1,
"DistToSleep": 100,
"DistToActivate": 80,
"MagnetPower": 10
},
"exits": [
{
"Name": "UN Roadblock",
"EntryPoints": "House,Houseb",
"Chance": 100,
"MinTime": 0,
"MaxTime": 0,
"PlayersCount": 0,
"ExfiltrationTime": 10,
"PassageRequirement": "TransferItem",
"ExfiltrationType": "SharedTimer",
"RequiredSlot": "FirstPrimaryWeapon",
"Id": "5449016a4bdc2d6f028b456f",
"RequirementTip": "Сотку должен",
"Count": 100
},
{
"Name": "Elevator",
"EntryPoints": "House,Houseb",
"Chance": 100,
"MinTime": 0,
"MaxTime": 0,
"PlayersCount": 3,
"ExfiltrationTime": 10,
"PassageRequirement": "None",
"ExfiltrationType": "Individual",
"RequiredSlot": "FirstPrimaryWeapon",
"Id": "",
"RequirementTip": "",
"Count": 0
},
{
"Name": "Outskirts",
"EntryPoints": "House,Houseb",
"Chance": 100,
"MinTime": 0,
"MaxTime": 0,
"PlayersCount": 0,
"ExfiltrationTime": 10,
"PassageRequirement": "None",
"ExfiltrationType": "Individual",
"RequiredSlot": "FirstPrimaryWeapon",
"Id": "",
"RequirementTip": "",
"Count": 0
},
{
"Name": "Hangar Gate",
"EntryPoints": "House,Houseb",
"Chance": 100,
"MinTime": 0,
"MaxTime": 0,
"PlayersCount": 0,
"ExfiltrationTime": 10,
"PassageRequirement": "None",
"ExfiltrationType": "Individual",
"RequiredSlot": "FirstPrimaryWeapon",
"Id": "",
"RequirementTip": "",
"Count": 0
},
{
"Name": "Tunnel",
"EntryPoints": "House,Houseb",
"Chance": 100,
"MinTime": 0,
"MaxTime": 0,
"PlayersCount": 0,
"ExfiltrationTime": 10,
"PassageRequirement": "None",
"ExfiltrationType": "Individual",
"RequiredSlot": "FirstPrimaryWeapon",
"Id": "",
"RequirementTip": "",
"Count": 0
},
{
"Name": "EXFIL_Train",
"EntryPoints": "House,Houseb",
"Chance": 100,
"MinTime": 30,
"MaxTime": 60,
"PlayersCount": 0,
"ExfiltrationTime": 5,
"PassageRequirement": "Train",
"ExfiltrationType": "SharedTimer",
"RequiredSlot": "FirstPrimaryWeapon",
"Id": "0",
"RequirementTip": "TIP IS HARDCODED",
"Count": 90
}
],
"DisabledForScav": false,
"BossLocationSpawn": [],
"SpawnPointParams": [
{
"Id": "03841924-ea1a-4e5c-bf27-82af7868beb1",
"Position": {
"x": -30.359436,
"y": 0.1,
"z": -6.39318848
},
"Rotation": 87.10709,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "House",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "0da5b986-424a-44d1-906a-1d7cc118413a",
"Position": {
"x": 19.715271,
"y": 0.06,
"z": 5.14703369
},
"Rotation": 269.253418,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "Houseb",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "110e3c75-e58d-461c-ab61-9f6a715ca6b1",
"Position": {
"x": -30.0410156,
"y": 0.1,
"z": -1.40075684
},
"Rotation": 87.10709,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "House",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "1a40138b-6f65-4866-bad2-64162d7772de",
"Position": {
"x": -29.2000122,
"y": 0.1,
"z": 5.14001465
},
"Rotation": 87.10709,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "House",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "3feb492c-8c45-405a-8e7a-8dd903433eb0",
"Position": {
"x": -23.7852783,
"y": 0.1,
"z": -2.34625244
},
"Rotation": 87.10709,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "House",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "52d3284b-0e8f-47e8-a7d1-701bf4cd8e5b",
"Position": {
"x": -23.4979248,
"y": 0.1,
"z": 3.856079
},
"Rotation": 87.10709,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "House",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "870629fd-e4d5-4fa1-8274-94c223ad9692",
"Position": {
"x": 12.9941406,
"y": 0.06,
"z": 1.34918213
},
"Rotation": 269.253418,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "Houseb",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "93a1c6d6-1379-43e6-99c2-c346178bb3e0",
"Position": {
"x": 18.1246338,
"y": 0.06,
"z": -6.334656
},
"Rotation": 269.253418,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "Houseb",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "971882ef-596f-4419-acfb-ca2bfe52d043",
"Position": {
"x": -17.92,
"y": 0,
"z": 5.55
},
"Rotation": 0,
"Sides": [
"Savage"
],
"Categories": [
"Bot"
],
"Infiltration": "",
"DelayToCanSpawnSec": 10,
"ColliderParams": {
"_parent": "SpawnSphereParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Radius": 4
}
},
"BotZoneName": "BotZoneMain"
},
{
"Id": "cf24125e-1c3a-457e-a024-613a8df98b06",
"Position": {
"x": 12.47467,
"y": 0.06,
"z": -4.838135
},
"Rotation": 269.253418,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "Houseb",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
},
{
"Id": "d052b031-b477-465f-8913-ae108c9ca2c3",
"Position": {
"x": 19.210022,
"y": 0.06,
"z": 0.16998291
},
"Rotation": 269.253418,
"Sides": [
"Bear"
],
"Categories": [
"Player"
],
"Infiltration": "Houseb",
"DelayToCanSpawnSec": 4,
"ColliderParams": {
"_parent": "SpawnBoxParams",
"_props": {
"Center": {
"x": 0,
"y": 0,
"z": 0
},
"Size": {
"x": 2.2,
"y": 2.04,
"z": 2.14
}
}
},
"BotZoneName": ""
}
],
"maxItemCountInLocation": [],
"Id": "develop",
"_Id": "56db0b3bd2720bb0678b4567",
"Loot": [],
"Banners": [
{
"id": "5805f617245977100b2c1f41",
"pic": {
"path": "CONTENT/banners/tglabs.jpg",
"rcid": ""
}
},
{
"id": "5807be8924597742c603fa19",
"pic": {
"path": "CONTENT/banners/banner_tarkov.jpg",
"rcid": ""
}
},
{
"id": "5c1b857086f77465f465faa4",
"pic": {
"path": "CONTENT/banners/banner_scavraider.jpg",
"rcid": ""
}
}
]
}

View File

@ -0,0 +1,186 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Cellars",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate 3",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate 0",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate m",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate_o",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate 3",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Camera Bunker Door",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Office Window",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,559 @@
{
"containersGroups": {
"bad_sportN1_2_factory": {
"minContainers": 6,
"maxContainers": 9
},
"MedKitN1_2_factory": {
"minContainers": 3,
"maxContainers": 5
},
"NearWithExit_2_factory": {
"minContainers": 4,
"maxContainers": 7
},
"Basment_scontainer_Weapon_box_01": {
"minContainers": 4,
"maxContainers": 6
},
"CaseN3_factory": {
"minContainers": 1,
"maxContainers": 3
},
"wb_Area_04": {
"minContainers": 3,
"maxContainers": 4
},
"terra_stock": {
"minContainers": 1,
"maxContainers": 2
},
"wb_Administration_office": {
"minContainers": 3,
"maxContainers": 4
},
"wb_Area_02": {
"minContainers": 4,
"maxContainers": 7
},
"wb_Area_01": {
"minContainers": 3,
"maxContainers": 6
},
"wb_Area_03": {
"minContainers": 3,
"maxContainers": 5
},
"ToolkitboxN1_2_factory": {
"minContainers": 7,
"maxContainers": 12
},
"scontainer_ammo_grenade_N14_2_factory": {
"minContainers": 4,
"maxContainers": 6
}
},
"containers": {
"container_City_SW_02_LexOs_blockpost_00024": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00031": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00006": {
"groupId": ""
},
"Lootable_00000": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00130": {
"groupId": ""
},
"Lootable_00002": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00036": {
"groupId": ""
},
"Lootable_00009": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00032": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00029": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00030": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00028": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00027": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00038": {
"groupId": ""
},
"Lootable_00008": {
"groupId": ""
},
"Lootable_00007": {
"groupId": ""
},
"Lootable_00005": {
"groupId": ""
},
"Lootable_00006": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00034": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00033": {
"groupId": ""
},
"container_Factory_Eugene_Temp_00002": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00035": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00106": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00124": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00125": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00122": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00037": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00120": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00119": {
"groupId": ""
},
"container_Test_for_export_00000": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00089": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00108": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00102": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00094": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00040": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00111": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00098": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00073": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00095": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00088": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00091": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00129": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00004": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00092": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00020": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00075": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00018": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00077": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00115": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00087": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00147": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00127": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00126": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00069": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00110": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00128": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00134": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00076": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00090": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00113": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00019": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00105": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00097": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00104": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00086": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00131": {
"groupId": ""
},
"container_ProfileEditor_00002": {
"groupId": ""
},
"Lootable_00004": {
"groupId": ""
},
"container_Factory_Eugene_Temp_00003": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00137": {
"groupId": "terra_stock"
},
"container_Factory_Rework_DesignStuff_00148": {
"groupId": "terra_stock"
},
"container_Factory_Rework_DesignStuff_00039": {
"groupId": ""
},
"00012": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00099": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00100": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00023": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00022": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00114": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00101": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00021": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00109": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_DesignStuff_00010": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_DesignStuff_00112": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_DesignStuff_00135": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_Background_00003": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00051": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00080": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00123": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00081": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00013": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00139": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00052": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00060": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00065": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00055": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00045": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00067": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00066": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00070": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00015": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00012": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00138": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00061": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00048": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00146": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00016": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00025": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00044": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00050": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00054": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00096": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_Background_00001": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00121": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00049": {
"groupId": "weapon_box_N3_4_factory"
},
"container_Factory_Rework_DesignStuff_00103": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_Background_00000": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00064": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00046": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00107": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00047": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00132": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"Lootable_00003": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00145": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00053": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00058": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00063": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00043": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00042": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00068": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00143": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00116": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00014": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00079": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00056": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00142": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00011": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00062": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00024": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00026": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00144": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00078": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00117": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00082": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00071": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00118": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00140": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00141": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00059": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00085": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00072": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00084": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00041": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00017": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00009": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00083": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00057": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00093": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00133": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00001": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00005": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00008": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00002": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00074": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00000": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00003": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00007": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00136": {
"groupId": "NearWithExit_2_factory"
}
}
}

View File

@ -0,0 +1,186 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Cellars",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate 3",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate 0",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate m",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate_o",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Gate 3",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Camera Bunker Door",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Office Window",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,559 @@
{
"containersGroups": {
"bad_sportN1_2_factory": {
"minContainers": 6,
"maxContainers": 9
},
"MedKitN1_2_factory": {
"minContainers": 3,
"maxContainers": 5
},
"NearWithExit_2_factory": {
"minContainers": 4,
"maxContainers": 7
},
"Basment_scontainer_Weapon_box_01": {
"minContainers": 4,
"maxContainers": 6
},
"CaseN3_factory": {
"minContainers": 1,
"maxContainers": 3
},
"wb_Area_04": {
"minContainers": 3,
"maxContainers": 4
},
"terra_stock": {
"minContainers": 1,
"maxContainers": 2
},
"wb_Administration_office": {
"minContainers": 3,
"maxContainers": 4
},
"wb_Area_02": {
"minContainers": 4,
"maxContainers": 7
},
"wb_Area_01": {
"minContainers": 3,
"maxContainers": 6
},
"wb_Area_03": {
"minContainers": 3,
"maxContainers": 5
},
"ToolkitboxN1_2_factory": {
"minContainers": 7,
"maxContainers": 12
},
"scontainer_ammo_grenade_N14_2_factory": {
"minContainers": 4,
"maxContainers": 6
}
},
"containers": {
"container_City_SW_02_LexOs_blockpost_00024": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00031": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00006": {
"groupId": ""
},
"Lootable_00000": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00130": {
"groupId": ""
},
"Lootable_00002": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00036": {
"groupId": ""
},
"Lootable_00009": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00032": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00029": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00030": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00028": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00027": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00038": {
"groupId": ""
},
"Lootable_00008": {
"groupId": ""
},
"Lootable_00007": {
"groupId": ""
},
"Lootable_00005": {
"groupId": ""
},
"Lootable_00006": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00034": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00033": {
"groupId": ""
},
"container_Factory_Eugene_Temp_00002": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00035": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00106": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00124": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00125": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00122": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00037": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00120": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00119": {
"groupId": ""
},
"container_Test_for_export_00000": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00089": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00108": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00102": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00094": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00040": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00111": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00098": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00073": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00095": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00088": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00091": {
"groupId": "bad_sportN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00129": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00004": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00092": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00020": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00075": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00018": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00077": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00115": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00087": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00147": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00127": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00126": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00069": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00110": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00128": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00134": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00076": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00090": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00113": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00019": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00105": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00097": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00104": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00086": {
"groupId": "ToolkitboxN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00131": {
"groupId": ""
},
"container_ProfileEditor_00002": {
"groupId": ""
},
"Lootable_00004": {
"groupId": ""
},
"container_Factory_Eugene_Temp_00003": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00137": {
"groupId": "terra_stock"
},
"container_Factory_Rework_DesignStuff_00148": {
"groupId": "terra_stock"
},
"container_Factory_Rework_DesignStuff_00039": {
"groupId": ""
},
"00012": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00099": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00100": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00023": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00022": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00114": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00101": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00021": {
"groupId": "MedKitN1_2_factory"
},
"container_Factory_Rework_DesignStuff_00109": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_DesignStuff_00010": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_DesignStuff_00112": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_DesignStuff_00135": {
"groupId": "CaseN3_factory"
},
"container_Factory_Rework_Background_00003": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00051": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00080": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00123": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00081": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00013": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00139": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00052": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00060": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00065": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00055": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00045": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00067": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00066": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00070": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00015": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00012": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00138": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00061": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00048": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00146": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00016": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00025": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00044": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00050": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00054": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00096": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_Background_00001": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00121": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00049": {
"groupId": "weapon_box_N3_4_factory"
},
"container_Factory_Rework_DesignStuff_00103": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_Background_00000": {
"groupId": ""
},
"container_Factory_Rework_DesignStuff_00064": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00046": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00107": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00047": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00132": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"Lootable_00003": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00145": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00053": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00058": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00063": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00043": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00042": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00068": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00143": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00116": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00014": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00079": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00056": {
"groupId": "wb_Administration_office"
},
"container_Factory_Rework_DesignStuff_00142": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00011": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00062": {
"groupId": "wb_Area_02"
},
"container_Factory_Rework_DesignStuff_00024": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00026": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00144": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00078": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00117": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00082": {
"groupId": "wb_Area_01"
},
"container_Factory_Rework_DesignStuff_00071": {
"groupId": "wb_Area_04"
},
"container_Factory_Rework_DesignStuff_00118": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00140": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00141": {
"groupId": "Basment_scontainer_Weapon_box_01"
},
"container_Factory_Rework_DesignStuff_00059": {
"groupId": "wb_Area_03"
},
"container_Factory_Rework_DesignStuff_00085": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00072": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00084": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00041": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00017": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00009": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00083": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00057": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00093": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00133": {
"groupId": "scontainer_ammo_grenade_N14_2_factory"
},
"container_Factory_Rework_DesignStuff_00001": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00005": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00008": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00002": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00074": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00000": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00003": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00007": {
"groupId": "NearWithExit_2_factory"
},
"container_Factory_Rework_DesignStuff_00136": {
"groupId": "NearWithExit_2_factory"
}
}
}

View File

@ -0,0 +1,173 @@
{
"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": ""
}
],
"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": []
}

View File

@ -0,0 +1,186 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "MallNW",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "SE Exfil",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "MallSE",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "NW Exfil",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 5000,
"CountPve": 0,
"EntryPoints": "MallSE,MallNW",
"EventAvailable": false,
"ExfiltrationTime": 60.0,
"ExfiltrationTimePVE": 60.0,
"ExfiltrationType": "SharedTimer",
"Id": "5449016a4bdc2d6f028b456f",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "PP Exfil",
"PassageRequirement": "TransferItem",
"PlayersCount": 4,
"PlayersCountPVE": 4,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Item",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "MallSE,MallNW",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "SharedTimer",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Interchange Cooperation",
"PassageRequirement": "ScavCooperation",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Cooperate",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "MallSE,MallNW",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Hole Exfill",
"PassageRequirement": "Empty",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "Backpack",
"RequirementTip": "EXFIL_INTERCHANGE_HOLE_TIP",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "MallSE,MallNW",
"EventAvailable": false,
"ExfiltrationTime": 3.0,
"ExfiltrationTimePVE": 3.0,
"ExfiltrationType": "Manual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Saferoom Exfil",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_INTERCHANGE_SAFEROOM_TIP",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "SE Exfil",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "NW Exfil",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

BIN
project/assets/database/locations/interchange/looseLoot.json (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,232 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Manual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Elevator_Cargo",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 5.0,
"ExfiltrationTimePVE": 5.0,
"ExfiltrationType": "Manual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Elevator_Main",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 15.0,
"ExfiltrationTimePVE": 15.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Vent",
"PassageRequirement": "Empty",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "Backpack",
"RequirementTip": "EXFIL_tip_backpack",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 5.0,
"ExfiltrationTimePVE": 5.0,
"ExfiltrationType": "Manual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Elevator_Med",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Under_Storage_Collector",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 60.0,
"ChancePVE": 60.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Parking_Gate",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 60.0,
"ChancePVE": 60.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Hangar_Gate",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 0.0,
"ChancePVE": 0.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Elevator_Cargo",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 0.0,
"ChancePVE": 0.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Elevator_Main",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 0.0,
"ChancePVE": 0.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "lab_Elevator_Med",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

BIN
project/assets/database/locations/laboratory/looseLoot.json (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,979 @@
{
"containersGroups": {
"tool&others_crate_outdoors": {
"minContainers": 21,
"maxContainers": 22
},
"weapon_crate_closed": {
"minContainers": 20,
"maxContainers": 25
},
"weapon_crate_outdoors": {
"minContainers": 25,
"maxContainers": 27
},
"outdoors_bags": {
"minContainers": 26,
"maxContainers": 28
}
},
"containers": {
"container_Laboratory_DesignStuff_00137": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00136": {
"groupId": ""
},
"Lootable_00002": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00133": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00129": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00130": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00132": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00131": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00127": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00128": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00126": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00125": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00092": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00091": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00093": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00094": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00135": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00069": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00070": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00068": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00067": {
"groupId": ""
},
"Lootable_00001": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00085": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00086": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00084": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00083": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00074": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00073": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00071": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00072": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00134": {
"groupId": ""
},
"Lootable_00000": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00076": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00075": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00077": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00078": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00121": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00122": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00124": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00123": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00081": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00082": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00080": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00079": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00138": {
"groupId": ""
},
"Lootable_00007": {
"groupId": ""
},
"Lootable_00008": {
"groupId": ""
},
"Lootable_00006": {
"groupId": ""
},
"Lootable_00005": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00097": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00098": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00096": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00095": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00087": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00088": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00090": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00089": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00016": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00055": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00006": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00053": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00029": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00022": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00036": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00046": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00050": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00004": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00018": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00002": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00008": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00066": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00000": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00054": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00037": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00047": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00065": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00041": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00064": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00010": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00023": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00014": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00034": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00001": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00038": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00052": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00040": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00031": {
"groupId": "outdoors_bags"
},
"container_Test_for_export_00000": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00021": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00030": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00062": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00007": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00024": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00057": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00059": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00061": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00048": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00003": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00056": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00063": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00058": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00049": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00013": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00026": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00032": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00019": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00043": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00039": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00017": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00060": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00012": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00051": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00027": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00005": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00025": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00045": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00009": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00035": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00033": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00028": {
"groupId": "outdoors_bags"
},
"Lootable_00011": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00015": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00042": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00011": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00020": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00044": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00291": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00284": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00289": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00283": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00287": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00288": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00286": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00290": {
"groupId": "outdoors_bags"
},
"container_Laboratory_DesignStuff_00281": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00285": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00280": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00118": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00232": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00120": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00233": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00207": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00108": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00206": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00278": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00119": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00277": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00109": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00295": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00292": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00294": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00293": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00301": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00236": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00264": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00258": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00260": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00261": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00252": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00262": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00250": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00247": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00268": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00269": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00267": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00249": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00256": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00270": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00242": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00237": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00240": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00253": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00271": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00265": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_Medical_corridor_floor_1_00001": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00239": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00255": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00251": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00263": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00243": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00248": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00241": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00235": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00254": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00246": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00245": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00259": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00266": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00244": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00272": {
"groupId": "tool&others_crate_outdoors"
},
"container_ProfileEditor_00002": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00276": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00274": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00275": {
"groupId": ""
},
"Lootable_00004": {
"groupId": ""
},
"container_Test_for_export_00001": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00273": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00107": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00231": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00117": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00205": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00201": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00116": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00226": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00106": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00225": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00200": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00115": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00105": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00224": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00227": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00198": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00199": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00173": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00146": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00174": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00164": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00167": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00178": {
"groupId": ""
},
"Lootable_00065": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00156": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00153": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00170": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00168": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00159": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00166": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00179": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00172": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00154": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00139": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00152": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00177": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00180": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00143": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00162": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00149": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00144": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00147": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00141": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00175": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00163": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00161": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00169": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00148": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00165": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00150": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00181": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00176": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00160": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00142": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00151": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00171": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00145": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00155": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00158": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00140": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00157": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00238": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00234": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00257": {
"groupId": "tool&others_crate_outdoors"
},
"container_Laboratory_DesignStuff_00208": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00202": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00230": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00203": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00228": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00204": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00229": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00104": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00102": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00113": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00114": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00103": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00099": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00101": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00215": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00214": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00190": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00183": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00100": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00210": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00211": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00186": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00187": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00213": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00184": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00216": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00185": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00112": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00111": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00188": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00209": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00110": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00189": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00182": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00212": {
"groupId": "weapon_crate_outdoors"
},
"container_Test_for_export_00002": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00197": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00221": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00222": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00193": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00223": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00191": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00192": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00219": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00196": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00220": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00218": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00217": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00194": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00195": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_Medical_corridor_floor_1_00000": {
"groupId": ""
},
"container_Laboratory_DesignStuff_00282": {
"groupId": "weapon_crate_outdoors"
},
"container_Laboratory_DesignStuff_00297": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00299": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00303": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00298": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00302": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00300": {
"groupId": "weapon_crate_closed"
},
"container_Laboratory_DesignStuff_00296": {
"groupId": "weapon_crate_closed"
}
}
}

View File

@ -0,0 +1,278 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 400,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 5.0,
"ExfiltrationTimePVE": 5.0,
"ExfiltrationType": "SharedTimer",
"Id": "0",
"MinTime": 1200.0,
"MinTimePVE": 1200.0,
"MaxTime": 1500.0,
"MaxTimePVE": 1500.0,
"Name": "EXFIL_Train",
"PassageRequirement": "Train",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "TIP IS HARDCODED",
"Side": "Coop"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 5000,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 60.0,
"ExfiltrationTimePVE": 60.0,
"ExfiltrationType": "SharedTimer",
"Id": "5449016a4bdc2d6f028b456f",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": " V-Ex_light",
"PassageRequirement": "TransferItem",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Item",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "SharedTimer",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "tunnel_shared",
"PassageRequirement": "ScavCooperation",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Cooperate",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "Alpinist",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Alpinist_light",
"PassageRequirement": "Reference",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Shorl_free",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Nothern_Checkpoint",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Coastal_South_Road",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Shorl_free_scav",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Scav_Coastal_South",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Scav_Underboat_Hideout",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Scav_Hideout_at_the_grotto",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Tunnel,North",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Scav_Industrial_zone",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

BIN
project/assets/database/locations/lighthouse/looseLoot.json (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +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": []
}

View File

@ -0,0 +1,232 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 400,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 5.0,
"ExfiltrationTimePVE": 5.0,
"ExfiltrationType": "SharedTimer",
"Id": "0",
"MinTime": 1450.0,
"MinTimePVE": 1450.0,
"MaxTime": 1700.0,
"MaxTimePVE": 1700.0,
"Name": "EXFIL_Train",
"PassageRequirement": "Train",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "TIP IS HARDCODED",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "EXFIL_Bunker_D2",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 18.0,
"ExfiltrationTimePVE": 18.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "EXFIL_Bunker",
"PassageRequirement": "WorldEvent",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_BUNKER_POWER",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "Alpinist",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Alpinist",
"PassageRequirement": "Reference",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "SharedTimer",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "EXFIL_ScavCooperation",
"PassageRequirement": "ScavCooperation",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Cooperate",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Common",
"EventAvailable": false,
"ExfiltrationTime": 10.0,
"ExfiltrationTimePVE": 10.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "EXFIL_vent",
"PassageRequirement": "Empty",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "Backpack",
"RequirementTip": "EXFIL_tip_backpack",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Exit1",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Exit2",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Exit3",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Exit4",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

BIN
project/assets/database/locations/rezervbase/looseLoot.json (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,163 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 5000,
"CountPve": 0,
"EntryPoints": "west,east",
"EventAvailable": false,
"ExfiltrationTime": 60.0,
"ExfiltrationTimePVE": 60.0,
"ExfiltrationType": "SharedTimer",
"Id": "5449016a4bdc2d6f028b456f",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Sandbox_VExit",
"PassageRequirement": "TransferItem",
"PlayersCount": 4,
"PlayersCountPVE": 4,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Item",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "east",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Unity_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west,east",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "SharedTimer",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Scav_coop_exit",
"PassageRequirement": "ScavCooperation",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Cooperate",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Nakatani_stairs_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west,east",
"EventAvailable": false,
"ExfiltrationTime": 6.0,
"ExfiltrationTimePVE": 6.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Sniper_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "east",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Unity_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Nakatani_stairs_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

BIN
project/assets/database/locations/sandbox/looseLoot.json (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,163 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 5000,
"CountPve": 0,
"EntryPoints": "west,east",
"EventAvailable": false,
"ExfiltrationTime": 60.0,
"ExfiltrationTimePVE": 60.0,
"ExfiltrationType": "SharedTimer",
"Id": "5449016a4bdc2d6f028b456f",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Sandbox_VExit",
"PassageRequirement": "TransferItem",
"PlayersCount": 4,
"PlayersCountPVE": 4,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Item",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "east",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Unity_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west,east",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "SharedTimer",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Scav_coop_exit",
"PassageRequirement": "ScavCooperation",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Cooperate",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Nakatani_stairs_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west,east",
"EventAvailable": false,
"ExfiltrationTime": 6.0,
"ExfiltrationTimePVE": 6.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Sniper_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "east",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Unity_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "west",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Nakatani_stairs_free_exit",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,324 @@
[
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 5000,
"CountPve": 0,
"EntryPoints": "Riverside,Village",
"EventAvailable": false,
"ExfiltrationTime": 60.0,
"ExfiltrationTimePVE": 60.0,
"ExfiltrationType": "SharedTimer",
"Id": "5449016a4bdc2d6f028b456f",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Shorl_V-Ex",
"PassageRequirement": "TransferItem",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Item",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Village",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Road to Customs",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Village",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Road_at_railbridge",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Riverside",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Tunnel",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Riverside,Village",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Lighthouse_pass",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Riverside,Village",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "SharedTimer",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Smugglers_Trail_coop",
"PassageRequirement": "ScavCooperation",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Cooperate",
"Side": "Coop"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Riverside,Village",
"EventAvailable": false,
"ExfiltrationTime": 30.0,
"ExfiltrationTimePVE": 30.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Pier Boat",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "Riverside,Village",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "Alpinist",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "RedRebel_alp",
"PassageRequirement": "Reference",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Scav Road to Customs",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Lighthouse",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Wrecked Road",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "South Fence Passage",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "RWing Gym Entrance",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Adm Basement",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

BIN
project/assets/database/locations/shoreline/looseLoot.json (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,119 @@
{
"Enabled": false,
"Locked": true,
"Insurance": false,
"SafeLocation": false,
"Name": "Suburbs",
"Scene": {
"path": "",
"rcid": ""
},
"Area": 0,
"RequiredPlayerLevel": 0,
"MinPlayers": 6,
"MaxPlayers": 9,
"exit_count": 0,
"exit_access_time": 0,
"exit_time": 0,
"IconX": 480,
"IconY": 577,
"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": "easy",
"isPlayers": false,
"WildSpawnType": "assault"
}
],
"limits": [],
"AveragePlayTime": 100,
"AveragePlayerLevel": 10,
"escape_time_limit": 0,
"Rules": "Normal",
"IsSecret": false,
"doors": [],
"tmp_location_field_remove_me": 0,
"MinDistToExitPoint": 0,
"MaxDistToFreePoint": 900,
"MinDistToFreePoint": 10,
"MaxBotPerZone": 0,
"OpenZones": "",
"OcculsionCullingEnabled": false,
"GlobalLootChanceModifier": 0,
"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": 0,
"users_spawn_seconds_n": 0,
"users_spawn_seconds_n2": 0,
"users_summon_seconds": 0,
"sav_summon_seconds": 0,
"matching_min_seconds": 0,
"MinMaxBots": [],
"BotLocationModifier": {
"AccuracySpeed": 0,
"Scattering": 0,
"GainSight": 0,
"MarksmanAccuratyCoef": 0,
"VisibleDistance": 0
},
"exits": [],
"DisabledForScav": false,
"BossLocationSpawn": [],
"SpawnPointParams": [],
"maxItemCountInLocation": [],
"Id": "Suburbs",
"_Id": "5714dc342459777137212e0b",
"Loot": [],
"Banners": [
{
"id": "5807be8924597742c603fa19",
"pic": {
"path": "CONTENT/banners/banner_tarkov.jpg",
"rcid": ""
}
},
{
"id": "5c1b857086f77465f465faa4",
"pic": {
"path": "CONTENT/banners/banner_scavraider.jpg",
"rcid": ""
}
}
]
}

View File

@ -0,0 +1,423 @@
[
{
"Chance": 40.0,
"ChancePVE": 40.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E8_yard",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 50.0,
"ChancePVE": 50.0,
"Count": 5000,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 60.0,
"ExfiltrationTimePVE": 60.0,
"ExfiltrationType": "SharedTimer",
"Id": "5449016a4bdc2d6f028b456f",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E7_car",
"PassageRequirement": "TransferItem",
"PlayersCount": 4,
"PlayersCountPVE": 4,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Item",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E6_1,E1_2",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E1",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E4_5,E3_4",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E4",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E2_3,E1_2",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E2",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E2_3,E3_4",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E3",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E4_5,E5_6",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E5",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 0.0,
"ChancePVE": 0.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E6_1,E5_6",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E6",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 6.0,
"ExfiltrationTimePVE": 6.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E9_sniper",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "SharedTimer",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "Exit_E10_coop",
"PassageRequirement": "ScavCooperation",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "EXFIL_Cooperate",
"Side": "Coop"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E6_1,E5_6",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "E7",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Pmc"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "scav_e1",
"_Name": "Basement Descent",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "scav_e2",
"_Name": "Entrance to Catacombs",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "scav_e3",
"_Name": "Ventilation Shaft",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "scav_e4",
"_Name": "Sewer Manhole",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "scav_e5",
"_Name": "Near Kamchatskaya Arch",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "scav_e7",
"_name": "Cardinal Apartment Complex Parking",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
},
{
"Chance": 100.0,
"ChancePVE": 100.0,
"Count": 0,
"CountPve": 0,
"EntryPoints": "E1_2,E6_1,E2_3,E3_4,E4_5,E5_6,E6_1",
"EventAvailable": false,
"ExfiltrationTime": 8.0,
"ExfiltrationTimePVE": 8.0,
"ExfiltrationType": "Individual",
"Id": "",
"MinTime": 0.0,
"MinTimePVE": 0.0,
"MaxTime": 0.0,
"MaxTimePVE": 0.0,
"Name": "scav_e8",
"_name": "Klimov Shopping Mall Exfil",
"PassageRequirement": "None",
"PlayersCount": 0,
"PlayersCountPVE": 0,
"RequiredSlot": "FirstPrimaryWeapon",
"RequirementTip": "",
"Side": "Scav"
}
]

File diff suppressed because it is too large Load Diff

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More