Remove unused properties from configs, cleanup nullability
This commit is contained in:
@@ -436,27 +436,7 @@
|
||||
"weaponModLimits": {
|
||||
"lightLaserLimit": 2,
|
||||
"scopeLimit": 1
|
||||
},
|
||||
"weightingAdjustmentsByPlayerLevel": [
|
||||
{
|
||||
"equipment": {
|
||||
"add": {},
|
||||
"edit": {
|
||||
"FaceCover": {
|
||||
"572b7fa524597762b747ce82": 30
|
||||
},
|
||||
"FirstPrimaryWeapon": {
|
||||
"54491c4f4bdc2db1078b4568": 90,
|
||||
"5a38e6bac4a2826c6e06d79b": 90
|
||||
}
|
||||
}
|
||||
},
|
||||
"levelRange": {
|
||||
"max": 6,
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"assaultgroup": {},
|
||||
"bossboar": {
|
||||
@@ -2853,45 +2833,6 @@
|
||||
"tagillaHelperAgro": 5,
|
||||
"test": 30
|
||||
},
|
||||
"revenge": {
|
||||
"arenaFighter": [
|
||||
"pmcBot",
|
||||
"gifter"
|
||||
],
|
||||
"arenaFighterEvent": [
|
||||
"pmcBot",
|
||||
"gifter"
|
||||
],
|
||||
"bossKnight": [
|
||||
"exUsec",
|
||||
"gifter",
|
||||
"bossKnight",
|
||||
"followerBigPipe",
|
||||
"followerBirdEye"
|
||||
],
|
||||
"exUsec": [
|
||||
"exUsec",
|
||||
"gifter",
|
||||
"bossKnight",
|
||||
"followerBigPipe",
|
||||
"followerBirdEye"
|
||||
],
|
||||
"followerBigPipe": [
|
||||
"exUsec",
|
||||
"gifter",
|
||||
"bossKnight",
|
||||
"followerBigPipe",
|
||||
"followerBirdEye"
|
||||
],
|
||||
"pmcBot": [
|
||||
"pmcBot",
|
||||
"gifter"
|
||||
],
|
||||
"spiritWinter": [
|
||||
"pmcBot",
|
||||
"gifter"
|
||||
]
|
||||
},
|
||||
"secureContainerAmmoStackCount": 20,
|
||||
"showTypeInNickname": false,
|
||||
"walletLoot": {
|
||||
|
||||
@@ -439,7 +439,6 @@
|
||||
],
|
||||
"sender": "System",
|
||||
"messageText": "Merry christmas!",
|
||||
"timestampToSend": 42069,
|
||||
"associatedEvent": "Christmas",
|
||||
"collectionTimeHours": 48,
|
||||
"maxToSendPlayer": 1
|
||||
@@ -579,7 +578,6 @@
|
||||
],
|
||||
"sender": "System",
|
||||
"messageText": "1CLICKDRESSUP",
|
||||
"timestampToSend": 42069,
|
||||
"collectionTimeHours": 48,
|
||||
"associatedEvent": "Promo",
|
||||
"maxToSendPlayer": 1
|
||||
@@ -722,7 +720,6 @@
|
||||
],
|
||||
"sender": "System",
|
||||
"messageText": "BARMALEY",
|
||||
"timestampToSend": 42069,
|
||||
"collectionTimeHours": 48,
|
||||
"associatedEvent": "Promo",
|
||||
"maxToSendPlayer": 1
|
||||
@@ -792,7 +789,6 @@
|
||||
],
|
||||
"sender": "System",
|
||||
"messageText": "S00NS00N",
|
||||
"timestampToSend": 42069,
|
||||
"collectionTimeHours": 48,
|
||||
"associatedEvent": "Promo",
|
||||
"maxToSendPlayer": 1
|
||||
@@ -942,7 +938,6 @@
|
||||
],
|
||||
"sender": "System",
|
||||
"messageText": "TRAMBON",
|
||||
"timestampToSend": 42069,
|
||||
"collectionTimeHours": 48,
|
||||
"associatedEvent": "Promo",
|
||||
"maxToSendPlayer": 1
|
||||
@@ -1020,7 +1015,6 @@
|
||||
],
|
||||
"sender": "System",
|
||||
"messageText": "PINEWOOD",
|
||||
"timestampToSend": 42069,
|
||||
"collectionTimeHours": 48,
|
||||
"associatedEvent": "Promo",
|
||||
"maxToSendPlayer": 1
|
||||
@@ -1428,7 +1422,6 @@
|
||||
"messageText": "JONKLER NO",
|
||||
"collectionTimeHours": 48,
|
||||
"associatedEvent": "Promo",
|
||||
"maxToSendToPlayer": 1,
|
||||
"maxToSendPlayer": 1
|
||||
},
|
||||
"BSGBIRTHDAY2023": {
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
{
|
||||
"healthMultipliers": {
|
||||
"death": 0.3,
|
||||
"blacked": 0.1
|
||||
},
|
||||
"save": {
|
||||
"health": true,
|
||||
"effects": true
|
||||
"health": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
"max": 1.4
|
||||
},
|
||||
"bonusChanceMultiplier": 0.25,
|
||||
"bonusAmountMultiplier": 0.43,
|
||||
"highValueThresholdRub": 70000,
|
||||
"hideoutTaskRewardTimeSeconds": 21600,
|
||||
"hideoutCraftSacrificeThresholdRub": 400000,
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
"port": 6969,
|
||||
"backendIp": "127.0.0.1",
|
||||
"backendPort": 6969,
|
||||
"webSocketPingDelayMs": 90000,
|
||||
"logRequests": true,
|
||||
"serverImagePathOverride": {},
|
||||
"certificatePassword": ""
|
||||
"serverImagePathOverride": {}
|
||||
}
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
"randomWeather": false,
|
||||
"randomTime": false
|
||||
},
|
||||
"save": {
|
||||
"loot": true
|
||||
},
|
||||
"carExtracts": ["Dorms V-Ex", "PP Exfil", "V-Ex_light", "South V-Ex", "E7_car", "Sandbox_VExit", "Shorl_V-Ex"],
|
||||
"coopExtracts": [
|
||||
"Interchange Cooperation",
|
||||
@@ -25,7 +22,6 @@
|
||||
"carExtractBaseStandingGain": 0.2,
|
||||
"coopExtractBaseStandingGain": 0.25,
|
||||
"scavExtractStandingGain": 0.01,
|
||||
"pmcKillProbabilityForScavGain": 0.2,
|
||||
"keepFiRSecureContainerOnDeath": false,
|
||||
"alwaysKeepFoundInRaidOnRaidEnd": false,
|
||||
"playerScavHostileChancePercent": 15
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
"54cb50c76803fa8b248b4571": 85,
|
||||
"54cb57776803fa99248b456e": 95
|
||||
},
|
||||
"blacklistedEquipment": ["SpecialSlot1", "SpecialSlot2", "SpecialSlot3"],
|
||||
"slotIdsToAlwaysRemove": ["cartridges", "patron_in_weapon"],
|
||||
"returnTimeOverrideSeconds": 0,
|
||||
"storageTimeOverrideSeconds": 0,
|
||||
"runIntervalSeconds": 600,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"newItemsMarkedFound": false,
|
||||
"randomLootContainers": {
|
||||
"634959225289190e5e773b3b": {
|
||||
"rewardCount": 6,
|
||||
|
||||
@@ -1,15 +1,3 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"randomiseMapContainers": {
|
||||
"tarkovstreets": false,
|
||||
"factory4_day": false,
|
||||
"factory4_night": false,
|
||||
"bigmap": false,
|
||||
"woods": false,
|
||||
"shoreline": false,
|
||||
"interchange": false,
|
||||
"lighthouse": false,
|
||||
"laboratory": false,
|
||||
"rezervbase": false
|
||||
}
|
||||
"enabled": false
|
||||
}
|
||||
|
||||
@@ -77,7 +77,6 @@
|
||||
"whitelist": {}
|
||||
}
|
||||
},
|
||||
"labsAccessCardChancePercent": 0,
|
||||
"lootItemsToAddChancePercent": {}
|
||||
},
|
||||
"-6": {
|
||||
|
||||
@@ -420,7 +420,6 @@
|
||||
}
|
||||
},
|
||||
"forceHealingItemsIntoSecure": true,
|
||||
"addPrefixToSameNamePMCAsPlayerChance": 40,
|
||||
"allPMCsHavePlayerNameWithRandomPrefixChance": 1,
|
||||
"locationSpecificPmcLevelOverride": {
|
||||
"sandbox": {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"priceMultiplier": 1,
|
||||
"applyRandomizeDurabilityLoss": true,
|
||||
"weaponSkillRepairGain": 4.06,
|
||||
"armorKitSkillPointGainPerRepairPointMultiplier": 0.05,
|
||||
"repairKitIntellectGainMultiplier": {
|
||||
"weapon": 0.045,
|
||||
|
||||
Reference in New Issue
Block a user