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

Lint JSONs

(cherry picked from commit 94c96c8ff2d7473274d043b78f0bb6d1fa1b7d0b)
This commit is contained in:
Dev 2024-03-29 20:11:59 +00:00
parent c3e203922e
commit 76733cc5db
27 changed files with 2290 additions and 1062 deletions

View File

@ -46,8 +46,7 @@
"min": 1,
"max": 2
},
"itemBlacklist": [
],
"itemBlacklist": [],
"itemTypeWhitelist": [
"543be5dd4bdc2deb348b4569",
"5485a8684bdc2da71d8b4567",
@ -149,8 +148,7 @@
"min": 0,
"max": 2
},
"itemBlacklist": [
],
"itemBlacklist": [],
"itemTypeWhitelist": [
"5485a8684bdc2da71d8b4567",
"5448e8d64bdc2dce718b4568",
@ -224,8 +222,7 @@
"min": 0,
"max": 0
},
"itemBlacklist": [
],
"itemBlacklist": [],
"itemTypeWhitelist": [
"543be5dd4bdc2deb348b4569",
"5448e8d64bdc2dce718b4568",
@ -303,8 +300,7 @@
"min": 0,
"max": 0
},
"itemBlacklist": [
],
"itemBlacklist": [],
"itemTypeWhitelist": [
"5d650c3e815116009f6201d2",
"57864ee62459775490116fc1",

View File

@ -415,7 +415,8 @@
"laserIsActiveChancePercent": 75,
"nvgIsActiveChanceDayPercent": 20,
"nvgIsActiveChanceNightPercent": 90,
"weightingAdjustmentsByPlayerLevel": [{
"weightingAdjustmentsByPlayerLevel": [
{
"levelRange": {
"min": 1,
"max": 6
@ -464,7 +465,9 @@
"lightIsActiveNightChancePercent": 90,
"laserIsActiveChancePercent": 85,
"forceStock": true,
"weaponSlotIdsToMakeRequired": ["mod_reciever"]
"weaponSlotIdsToMakeRequired": [
"mod_reciever"
]
},
"bossbully": {
"nvgIsActiveChanceDayPercent": 10,
@ -742,7 +745,9 @@
"scopeLimit": 1,
"lightLaserLimit": 1
},
"weaponSlotIdsToMakeRequired": ["mod_reciever"]
"weaponSlotIdsToMakeRequired": [
"mod_reciever"
]
},
"arenafighterevent": {
"nvgIsActiveChanceDayPercent": 10,
@ -861,8 +866,13 @@
"laserIsActiveChancePercent": 85,
"forceOnlyArmoredRigWhenNoArmor": true,
"filterPlatesByLevel": true,
"weaponSlotIdsToMakeRequired": ["mod_reciever", "mod_stock", "mod_muzzle"],
"randomisation": [{
"weaponSlotIdsToMakeRequired": [
"mod_reciever",
"mod_stock",
"mod_muzzle"
],
"randomisation": [
{
"levelRange": {
"min": 1,
"max": 14
@ -1010,7 +1020,8 @@
"mod_tactical_003": 10,
"mod_tactical_2": 10
}
}, {
},
{
"levelRange": {
"min": 15,
"max": 22
@ -1168,7 +1179,8 @@
"mod_tactical_003": 30,
"mod_tactical_2": 15
}
}, {
},
{
"levelRange": {
"min": 23,
"max": 45
@ -1223,7 +1235,8 @@
"mod_tactical_002",
"mod_tactical_003"
]
}, {
},
{
"levelRange": {
"min": 46,
"max": 100
@ -1295,7 +1308,8 @@
]
}
],
"blacklist": [{
"blacklist": [
{
"levelRange": {
"min": 1,
"max": 100
@ -1349,7 +1363,8 @@
}
}
],
"weightingAdjustmentsByBotLevel": [{
"weightingAdjustmentsByBotLevel": [
{
"levelRange": {
"min": 1,
"max": 14
@ -1618,7 +1633,8 @@
}
}
}
}, {
},
{
"levelRange": {
"min": 15,
"max": 22
@ -1781,7 +1797,8 @@
}
}
}
}, {
},
{
"levelRange": {
"min": 30,
"max": 50
@ -1834,7 +1851,8 @@
}
}
}
}, {
},
{
"levelRange": {
"min": 51,
"max": 100
@ -1979,7 +1997,8 @@
}
}
],
"armorPlateWeighting": [{
"armorPlateWeighting": [
{
"levelRange": {
"min": 1,
"max": 10
@ -2019,7 +2038,8 @@
"5": 1,
"6": 1
}
}, {
},
{
"levelRange": {
"min": 11,
"max": 14
@ -2059,7 +2079,8 @@
"5": 1,
"6": 1
}
}, {
},
{
"levelRange": {
"min": 15,
"max": 24
@ -2099,7 +2120,8 @@
"5": 5,
"6": 4
}
}, {
},
{
"levelRange": {
"min": 25,
"max": 35
@ -2139,7 +2161,8 @@
"5": 15,
"6": 5
}
}, {
},
{
"levelRange": {
"min": 36,
"max": 55
@ -2179,7 +2202,8 @@
"5": 45,
"6": 20
}
}, {
},
{
"levelRange": {
"min": 56,
"max": 90
@ -2221,7 +2245,8 @@
}
}
],
"whitelist": [{
"whitelist": [
{
"levelRange": {
"min": 101,
"max": 101
@ -2543,7 +2568,10 @@
"569668774bdc2da2298b4568": 0,
"5696686a4bdc2da3298b456a": 0
},
"walletTplPool": ["5783c43d2459774bbe137486", "60b0f6c058e0b0481a09ad11"]
"walletTplPool": [
"5783c43d2459774bbe137486",
"60b0f6c058e0b0481a09ad11"
]
},
"currencyStackSize": {
"default": {

View File

@ -3,5 +3,5 @@
"port": 6969,
"webSocketPingDelayMs": 90000,
"logRequests": true,
"serverImagePathOverride": { }
"serverImagePathOverride": {}
}

View File

@ -7,8 +7,15 @@
"54cb50c76803fa8b248b4571": 75,
"54cb57776803fa99248b456e": 85
},
"blacklistedEquipment": ["SpecialSlot1", "SpecialSlot2", "SpecialSlot3"],
"slotIdsToAlwaysRemove": ["cartridges", "patron_in_weapon"],
"blacklistedEquipment": [
"SpecialSlot1",
"SpecialSlot2",
"SpecialSlot3"
],
"slotIdsToAlwaysRemove": [
"cartridges",
"patron_in_weapon"
],
"returnTimeOverrideSeconds": 0,
"runIntervalSeconds": 600
}

View File

@ -12,23 +12,18 @@
"5996f6cb86f774678763a6ca",
"5996f6d686f77467977ba6cc",
"5943d9c186f7745a13413ac9",
"5cdeb229d7f00c000e7ce174",
"5996f6fc86f7745e585b4de3",
"5cde8864d7f00c0010373be1",
"5d2f2ab648f03550091993ca",
"5ae083b25acfc4001a5fc702",
"5e85aac65505fa48730d8af2",
"58ac60eb86f77401897560ff",
"59e8936686f77467ce798647",
"56e294cdd2720b603a8b4575",
"5d53f4b7a4b936793d58c780",
"6241c316234b593b5676b637",
"5e99735686f7744bfc4af32c",
"62811d61578c54356d6d67ea",
"6281214c1d5df4475f46a33a",
"6281215b4fa03b6b6c35dc6c",
@ -37,30 +32,21 @@
"628120f210e26c1f344e6558",
"5ede47641cf3836a88318df1",
"5d70e500a4b9364de70d38ce",
"624c0570c9b794431568f5d5",
"624c09cfbc2e27219346d955",
"624c09da2cec124eb67c1046",
"624c09e49b98e019a3315b66",
"5cffa483d7ad1a049e54ef1c",
"5f647fd3f6e4ab66c82faed6",
"5671446a4bdc2d97058b4569",
"57518f7724597720a31c09ab",
"61a4cda622af7f4f6a3ce617",
"6087e570b998180e9f76dc24",
"5efdafc1e70b5e33f86de058",
"63dbd45917fff4dee40fe16e",
"648c1a965043c4052a4f8505",
"5ae089fb5acfc408fb13989b",
"6241c2c2117ad530666a5108",
"5580239d4bdc2de7118b4583"
],
"rewardItemBlacklist": [

View File

@ -78,8 +78,7 @@
}
},
"labsAccessCardChancePercent": 0,
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"-6": {
"botTypeForLoot": "assault",
@ -164,8 +163,7 @@
"whitelist": []
}
},
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"-5": {
"botTypeForLoot": "assault",
@ -250,8 +248,7 @@
"whitelist": []
}
},
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"-4": {
"botTypeForLoot": "assault",
@ -336,8 +333,7 @@
"whitelist": []
}
},
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"-3": {
"botTypeForLoot": "assault",
@ -422,8 +418,7 @@
"whitelist": []
}
},
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"-2": {
"botTypeForLoot": "assault",
@ -508,8 +503,7 @@
"whitelist": []
}
},
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"-1": {
"botTypeForLoot": "assault",
@ -594,8 +588,7 @@
"whitelist": []
}
},
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"0": {
"botTypeForLoot": "assault",
@ -680,8 +673,7 @@
"whitelist": []
}
},
"lootItemsToAddChancePercent": {
}
"lootItemsToAddChancePercent": {}
},
"1": {
"botTypeForLoot": "assault",
@ -864,10 +856,19 @@
"botTypeForLoot": "assault",
"equipmentBlacklist": {
"Headwear": [],
"ArmorVest": ["5df8a2ca86f7740bfe6df777"],
"TacticalVest": ["572b7adb24597762ae139821"],
"Backpack": ["56e33634d2720bd8058b456b", "5ab8ee7786f7742d8f33f0b9"],
"FirstPrimaryWeapon": ["5a38e6bac4a2826c6e06d79b"],
"ArmorVest": [
"5df8a2ca86f7740bfe6df777"
],
"TacticalVest": [
"572b7adb24597762ae139821"
],
"Backpack": [
"56e33634d2720bd8058b456b",
"5ab8ee7786f7742d8f33f0b9"
],
"FirstPrimaryWeapon": [
"5a38e6bac4a2826c6e06d79b"
],
"Holster": [],
"Scabbard": []
},
@ -954,10 +955,22 @@
"botTypeForLoot": "assault",
"equipmentBlacklist": {
"Headwear": [],
"ArmorVest": ["59e7635f86f7742cbf2c1095", "5df8a2ca86f7740bfe6df777"],
"TacticalVest": ["5fd4c5477a8d854fa0105061", "572b7adb24597762ae139821"],
"Backpack": ["56e33680d2720be2748b4576", "56e33634d2720bd8058b456b", "5ab8ee7786f7742d8f33f0b9"],
"FirstPrimaryWeapon": ["5a38e6bac4a2826c6e06d79b"],
"ArmorVest": [
"59e7635f86f7742cbf2c1095",
"5df8a2ca86f7740bfe6df777"
],
"TacticalVest": [
"5fd4c5477a8d854fa0105061",
"572b7adb24597762ae139821"
],
"Backpack": [
"56e33680d2720be2748b4576",
"56e33634d2720bd8058b456b",
"5ab8ee7786f7742d8f33f0b9"
],
"FirstPrimaryWeapon": [
"5a38e6bac4a2826c6e06d79b"
],
"Holster": [],
"Scabbard": []
},
@ -1037,17 +1050,28 @@
"5c94bbff86f7747ee735c08f": 17,
"62178c4d4ecf221597654e3d": 13,
"64d4b23dc1b37504b41ac2b6": 10
}
},
"5": {
"botTypeForLoot": "assault",
"equipmentBlacklist": {
"Headwear": [],
"ArmorVest": ["59e7635f86f7742cbf2c1095", "5df8a2ca86f7740bfe6df777"],
"TacticalVest": ["5fd4c5477a8d854fa0105061", "572b7adb24597762ae139821"],
"Backpack": ["56e33680d2720be2748b4576", "56e33634d2720bd8058b456b", "5ab8ee7786f7742d8f33f0b9"],
"FirstPrimaryWeapon": ["5a38e6bac4a2826c6e06d79b"],
"ArmorVest": [
"59e7635f86f7742cbf2c1095",
"5df8a2ca86f7740bfe6df777"
],
"TacticalVest": [
"5fd4c5477a8d854fa0105061",
"572b7adb24597762ae139821"
],
"Backpack": [
"56e33680d2720be2748b4576",
"56e33634d2720bd8058b456b",
"5ab8ee7786f7742d8f33f0b9"
],
"FirstPrimaryWeapon": [
"5a38e6bac4a2826c6e06d79b"
],
"Holster": [],
"Scabbard": []
},
@ -1132,12 +1156,41 @@
"6": {
"botTypeForLoot": "assault",
"equipmentBlacklist": {
"Headwear": ["61c18db6dfd64163ea78fbb4", "60361b0b5a45383c122086a1", "5aa2b87de5b5b00016327c25", "5aa2ba19e5b5b00014028f4e", "59e770f986f7742cbe3164ef", "572b7fa124597762b472f9d2", "572b7d8524597762b472f9d1", "60361b5a9a15b10d96792291", "5f60e7788adaa7100c3adb49", "5aa2a7e8e5b5b00016327c16"],
"ArmorVest": ["59e7635f86f7742cbf2c1095", "5df8a2ca86f7740bfe6df777"],
"TacticalVest": ["5fd4c5477a8d854fa0105061", "572b7adb24597762ae139821"],
"Backpack": ["56e33680d2720be2748b4576", "56e33634d2720bd8058b456b", "5ab8ee7786f7742d8f33f0b9", "5ab8f04f86f774585f4237d8", "5f5e45cc5021ce62144be7aa"],
"FirstPrimaryWeapon": ["5a38e6bac4a2826c6e06d79b"],
"Holster": ["5448bd6b4bdc2dfc2f8b4569", "579204f224597773d619e051", "571a12c42459771f627b58a0"],
"Headwear": [
"61c18db6dfd64163ea78fbb4",
"60361b0b5a45383c122086a1",
"5aa2b87de5b5b00016327c25",
"5aa2ba19e5b5b00014028f4e",
"59e770f986f7742cbe3164ef",
"572b7fa124597762b472f9d2",
"572b7d8524597762b472f9d1",
"60361b5a9a15b10d96792291",
"5f60e7788adaa7100c3adb49",
"5aa2a7e8e5b5b00016327c16"
],
"ArmorVest": [
"59e7635f86f7742cbf2c1095",
"5df8a2ca86f7740bfe6df777"
],
"TacticalVest": [
"5fd4c5477a8d854fa0105061",
"572b7adb24597762ae139821"
],
"Backpack": [
"56e33680d2720be2748b4576",
"56e33634d2720bd8058b456b",
"5ab8ee7786f7742d8f33f0b9",
"5ab8f04f86f774585f4237d8",
"5f5e45cc5021ce62144be7aa"
],
"FirstPrimaryWeapon": [
"5a38e6bac4a2826c6e06d79b"
],
"Holster": [
"5448bd6b4bdc2dfc2f8b4569",
"579204f224597773d619e051",
"571a12c42459771f627b58a0"
],
"Scabbard": []
},
"modifiers": {

View File

@ -666,7 +666,40 @@
"max": 0
}
},
"enemyTypes": ["assault", "marksman", "pmcBot", "bossBully", "bossKilla", "bossKojaniy", "bossGluhar", "bossSanitar", "bossTagilla", "bossKnight", "bossZryachiy", "bossBoar", "bossBoarSniper", "bossKolontay", "followerBully", "followerKojaniy", "followerGluharAssault", "followerGluharSecurity", "followerGluharScout", "followerGluharSnipe", "followerSanitar", "followerBirdEye", "followerBigPipe", "followerZryachiy", "followerBoar", "followerKolontayAssault", "followerKolontaySecurity", "arenafighter", "arenafighterevent", "crazyassaultevent", "sectantWarrior", "sectantPriest"],
"enemyTypes": [
"assault",
"marksman",
"pmcBot",
"bossBully",
"bossKilla",
"bossKojaniy",
"bossGluhar",
"bossSanitar",
"bossTagilla",
"bossKnight",
"bossZryachiy",
"bossBoar",
"bossBoarSniper",
"bossKolontay",
"followerBully",
"followerKojaniy",
"followerGluharAssault",
"followerGluharSecurity",
"followerGluharScout",
"followerGluharSnipe",
"followerSanitar",
"followerBirdEye",
"followerBigPipe",
"followerZryachiy",
"followerBoar",
"followerKolontayAssault",
"followerKolontaySecurity",
"arenafighter",
"arenafighterevent",
"crazyassaultevent",
"sectantWarrior",
"sectantPriest"
],
"forceHealingItemsIntoSecure": true,
"addPrefixToSameNamePMCAsPlayerChance": 40,
"allPMCsHavePlayerNameWithRandomPrefixChance": 1

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,16 @@
"chancePercent": 20,
"itemCountMin": 4,
"itemCountMax": 12,
"itemTypeWhitelist": ["5448eb774bdc2d0a728b4567", "5448e8d64bdc2dce718b4568", "5448f3ac4bdc2dce718b4569", "543be6674bdc2df1348b4569", "57864a3d24597754843f8721", "57864a66245977548f04a81f", "57864ada245977548638de91", "57864ada245977548638de91"]
"itemTypeWhitelist": [
"5448eb774bdc2d0a728b4567",
"5448e8d64bdc2dce718b4568",
"5448f3ac4bdc2dce718b4569",
"543be6674bdc2df1348b4569",
"57864a3d24597754843f8721",
"57864a66245977548f04a81f",
"57864ada245977548638de91",
"57864ada245977548638de91"
]
},
"offerAdjustment": {
"adjustPriceWhenBelowHandbookPrice": false,
@ -266,7 +275,10 @@
},
"armor": {
"removeRemovablePlateChance": 40,
"plateSlotIdToRemovePool": ["front_plate", "back_plate"]
"plateSlotIdToRemovePool": [
"front_plate",
"back_plate"
]
},
"itemPriceMultiplier": {
"5737292724597765e5728562": 6,
@ -300,7 +312,10 @@
"traderItems": false,
"armorPlate": {
"maxProtectionLevel": 4,
"ignoreSlots": ["right_side_plate", "left_side_plate"]
"ignoreSlots": [
"right_side_plate",
"left_side_plate"
]
},
"enableCustomItemCategoryList": false,
"customItemCategoryList": []

View File

@ -22,8 +22,7 @@
"62f109593b54472778797866",
"65649eb40bf0ed77b8044453"
],
"rewardItemBlacklist": [
],
"rewardItemBlacklist": [],
"moneyRewards": {
"moneyRewardChancePercent": 5,
"rubCount": {

View File

@ -240,7 +240,8 @@
},
"eventBossSpawns": {
"halloween": {
"bigmap": [{
"bigmap": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -257,7 +258,8 @@
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "5",
@ -274,7 +276,8 @@
"Time": 999999,
"TriggerId": "ZryachiyPeaceKill",
"TriggerName": "botEvent"
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -293,7 +296,8 @@
"TriggerName": "botEvent"
}
],
"interchange": [{
"interchange": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -310,7 +314,8 @@
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "5",
@ -327,7 +332,8 @@
"Time": 999999,
"TriggerId": "ZryachiyPeaceKill",
"TriggerName": "botEvent"
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -346,7 +352,8 @@
"TriggerName": "botEvent"
}
],
"lighthouse": [{
"lighthouse": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -363,7 +370,8 @@
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "5",
@ -380,7 +388,8 @@
"Time": 999999,
"TriggerId": "ZryachiyPeaceKill",
"TriggerName": "botEvent"
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -399,7 +408,8 @@
"TriggerName": "botEvent"
}
],
"rezervbase": [{
"rezervbase": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -416,7 +426,8 @@
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "5",
@ -433,7 +444,8 @@
"Time": 999999,
"TriggerId": "ZryachiyPeaceKill",
"TriggerName": "botEvent"
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -452,7 +464,8 @@
"TriggerName": "botEvent"
}
],
"shoreline": [{
"shoreline": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -469,7 +482,8 @@
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "5",
@ -486,7 +500,8 @@
"Time": 999999,
"TriggerId": "ZryachiyPeaceKill",
"TriggerName": "botEvent"
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -505,7 +520,8 @@
"TriggerName": "botEvent"
}
],
"tarkovstreets": [{
"tarkovstreets": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -522,7 +538,8 @@
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "5",
@ -539,7 +556,8 @@
"Time": 999999,
"TriggerId": "ZryachiyPeaceKill",
"TriggerName": "botEvent"
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -558,7 +576,8 @@
"TriggerName": "botEvent"
}
],
"woods": [{
"woods": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -575,7 +594,8 @@
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "5",
@ -592,7 +612,8 @@
"Time": 999999,
"TriggerId": "ZryachiyPeaceKill",
"TriggerName": "botEvent"
}, {
},
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
@ -614,70 +635,84 @@
},
"christmas": {}
},
"gifterSettings": [{
"gifterSettings": [
{
"map": "bigmap",
"zones": "ZoneDormitory,ZoneGasStation,ZoneScavBase",
"spawnChance": 75
}, {
},
{
"map": "factory4_day",
"zones": "BotZone",
"spawnChance": 30
}, {
},
{
"map": "laboratory",
"zones": "BotZoneFloor1,BotZoneFloor2",
"spawnChance": 75
}, {
},
{
"map": "interchange",
"zones": "ZoneCenterBot,ZoneCenter,ZoneOLI,ZoneIDEA,ZoneGoshan,ZoneIDEAPark,ZoneOLIPark",
"spawnChance": 75
}, {
},
{
"map": "lighthouse",
"zones": "Zone_TreatmentContainers,Zone_Chalet,Zone_RoofContainers,Zone_RoofBeach,Zone_Hellicopter",
"spawnChance": 75
}, {
},
{
"map": "rezervbase",
"zones": "ZoneRailStrorage,ZoneRailStrorage,ZoneRailStrorage,ZonePTOR1,ZonePTOR2,ZoneBarrack,ZoneBarrack,ZoneBarrack,ZoneSubStorage",
"spawnChance": 75
}, {
},
{
"map": "shoreline",
"zones": "ZonePort,ZoneGreenHouses,ZoneSanatorium1,ZoneGreenHouses,ZoneSanatorium2,ZoneMeteoStation,ZoneSanatorium1,ZoneSanatorium2",
"spawnChance": 75
}, {
},
{
"map": "tarkovstreets",
"zones": "ZoneColumn",
"spawnChance": 75
}, {
},
{
"map": "woods",
"zones": "ZoneScavBase2,ZoneWoodCutter",
"spawnChance": 75
}, {
},
{
"map": "sandbox",
"zones": "ZoneSandbox",
"spawnChance": 75
}
],
"events": [{
"events": [
{
"name": "halloween",
"type": "HALLOWEEN",
"startDay": "24",
"startMonth": "10",
"endDay": "4",
"endMonth": "11"
}, {
},
{
"name": "christmas",
"type": "CHRISTMAS",
"startDay": "7",
"startMonth": "12",
"endDay": "31",
"endMonth": "12"
}, {
},
{
"name": "newyears",
"type": "NEW_YEARS",
"startDay": "1",
"startMonth": "1",
"endDay": "7",
"endMonth": "1"
}, {
},
{
"name": "snow",
"type": "SNOW",
"startDay": "8",

View File

@ -120,10 +120,8 @@
"5448bc234bdc2d3c308b4569": 16,
"55802f4a4bdc2ddb688b4569": 3,
"644120aa86ffbe10ee032b6f": 3,
"5c99f98d86f7745c314214b3": 2,
"5447b5cf4bdc2d65278b4567": 4,
"55818a104bdc2db9688b4569": 1,
"55818a304bdc2db5418b457d": 1,
"5448fe394bdc2d0d028b456c": 0,
@ -151,7 +149,6 @@
"5a2c3a9486f774688b05e574": 0,
"56ea9461d2720b67698b456f": 0,
"5448f3a64bdc2d60728b456a": 0,
"5a341c4686f77469e155819e": 7,
"5485a8684bdc2da71d8b4567": 23,
"5f4fbaaca5573a5ac31db429": 0,
@ -266,7 +263,6 @@
"550aa4cd4bdc2dd8348b456c": 70000,
"57864ee62459775490116fc1": 95000,
"5448bc234bdc2d3c308b4569": 29000,
"5447b6094bdc2dc3278b4567": 35009,
"5447bedf4bdc2d87278b4568": 27008,
"5447bed64bdc2d97278b4568": 27007,
@ -276,17 +272,13 @@
"5447b5cf4bdc2d65278b4567": 28003,
"5447b6254bdc2dc3278b4568": 28002,
"5447e1d04bdc2dff2f8b4567": 19001,
"55818ae44bdc2dde698b456c": 45000,
"55818add4bdc2d5b648b456f": 35000,
"590c745b86f7743cc433c5f2": 64000,
"57864bb7245977548b3b66c2": 85000,
"5448e5284bdc2dcb718b4567": 59001,
"5a341c4086f77401f2541505": 35000,
"5d21f59b6dbe99052b54ef83": 45000,
"5645bcb74bdc2ded0b8b4578": 35000,
"644120aa86ffbe10ee032b6f": 20000,
"57864c8c245977548867e7f1": 15000,
@ -296,7 +288,6 @@
"5448f3ac4bdc2dce718b4569": 42000,
"5448f3a14bdc2d27728b4569": 20000,
"543be5cb4bdc2deb348b4568": 15000,
"5c99f98d86f7745c314214b3": 15000
},
"presetSlotsToRemoveChancePercent": {

View File

@ -3,32 +3,94 @@
"forceWinterEvent": false,
"weather": {
"clouds": {
"values": [-1.5, -1, 0, 0.5, 1, 1.5],
"weights": [60, 50, 15, 5, 4, 3]
"values": [
-1.5,
-1,
0,
0.5,
1,
1.5
],
"weights": [
60,
50,
15,
5,
4,
3
]
},
"windSpeed": {
"values": [0, 1, 2, 3],
"weights": [4, 3, 2, 1]
"values": [
0,
1,
2,
3
],
"weights": [
4,
3,
2,
1
]
},
"windDirection": {
"values": [1, 2, 3, 4, 5, 6, 7, 8],
"weights": [1, 1, 1, 1, 1, 1, 1, 1]
"values": [
1,
2,
3,
4,
5,
6,
7,
8
],
"weights": [
1,
1,
1,
1,
1,
1,
1,
1
]
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"values": [1, 2, 3],
"weights": [25, 1, 1]
"values": [
1,
2,
3
],
"weights": [
25,
1,
1
]
},
"rainIntensity": {
"min": 0,
"max": 1
},
"fog": {
"values": [0.002, 0.004, 0.008, 0.012, 0.087],
"weights": [20, 8, 5, 5, 1]
"values": [
0.002,
0.004,
0.008,
0.012,
0.087
],
"weights": [
20,
8,
5,
5,
1
]
},
"temp": {
"min": 0,