VforValens
49455958e9
v1.6.0 Changelog * Compatible with SPT-Aki v3.2.2 * Updated Readme with new features. * Combined armorPlusArmorVests into removeGearRestrictions so that it now removes all gear restrictions. Located in config/armor.json * Adjusted PMC Difficulty Weights to be 0/40/30/30 by default. Located in config/bots.json * Removed Remove Backpack Filter. Located in config/items.json * Added Remove Backpack, Container, In Raid Items, and Secured Container Restrictions. Located in config/items.json * Added the ability to adjust the time it takes to examine items. Located in config/items.json/examineTime * Added the ability to enable/disable updateTime for traders. Located in config/traders.json If you have custom traders they will need to be added to the updateTime array (Simply copy/paste one of the lines including the {} and add in the traderId for your custom trader.) * Fixed logic for Fence blacklist because JS sucks /s. Located in config/traders.json * Cleaned up armor.ts code and moved a lot of the armor materials to their own individual functions. * Fixed types in items.ts, and cleaned up a lot of functions, and general code.
86 lines
2.4 KiB
JSON
86 lines
2.4 KiB
JSON
{
|
|
"removeGearRestrictions": false,
|
|
|
|
"armorMaterials":
|
|
{
|
|
"uhmwpe":
|
|
{
|
|
"destructibility": 0.45,
|
|
"minRepairDegradation": 0.01,
|
|
"maxRepairDegradation": 0.03,
|
|
"explosionDestructibility": 0.4,
|
|
"minRepairKitDegradation": 0.005,
|
|
"maxRepairKitDegradation": 0.025
|
|
},
|
|
|
|
"aramid":
|
|
{
|
|
"destructibility": 0.25,
|
|
"minRepairDegradation": 0.03,
|
|
"maxRepairDegradation": 0.07,
|
|
"explosionDestructibility": 0.2,
|
|
"minRepairKitDegradation": 0.025,
|
|
"maxRepairKitDegradation": 0.065
|
|
},
|
|
|
|
"combined":
|
|
{
|
|
"destructibility": 0.5,
|
|
"minRepairDegradation": 0.1,
|
|
"maxRepairDegradation": 0.15,
|
|
"explosionDestructibility": 0.4,
|
|
"minRepairKitDegradation": 0.09,
|
|
"maxRepairKitDegradation": 0.14
|
|
},
|
|
|
|
"titan":
|
|
{
|
|
"destructibility": 0.55,
|
|
"minRepairDegradation": 0.06,
|
|
"maxRepairDegradation": 0.1,
|
|
"explosionDestructibility": 0.5,
|
|
"minRepairKitDegradation": 0.055,
|
|
"maxRepairKitDegradation": 0.09
|
|
},
|
|
|
|
"aluminium":
|
|
{
|
|
"destructibility": 0.6,
|
|
"minRepairDegradation": 0.06,
|
|
"maxRepairDegradation": 0.1,
|
|
"explosionDestructibility": 0.6,
|
|
"minRepairKitDegradation": 0.055,
|
|
"maxRepairKitDegradation": 0.09
|
|
},
|
|
|
|
"armoredSteel":
|
|
{
|
|
"destructibility": 0.7,
|
|
"minRepairDegradation": 0.01,
|
|
"maxRepairDegradation": 0.03,
|
|
"explosionDestructibility": 0.6,
|
|
"minRepairKitDegradation": 0.005,
|
|
"maxRepairKitDegradation": 0.025
|
|
},
|
|
|
|
"ceramic":
|
|
{
|
|
"destructibility": 0.8,
|
|
"minRepairDegradation": 0.17,
|
|
"maxRepairDegradation": 0.22,
|
|
"explosionDestructibility": 0.7,
|
|
"minRepairKitDegradation": 0.155,
|
|
"maxRepairKitDegradation": 0.2
|
|
},
|
|
|
|
"glass":
|
|
{
|
|
"destructibility": 0.8,
|
|
"minRepairDegradation": 0.23,
|
|
"maxRepairDegradation": 0.42,
|
|
"explosionDestructibility": 0.8,
|
|
"minRepairKitDegradation": 0.21,
|
|
"maxRepairKitDegradation": 0.38
|
|
}
|
|
}
|
|
} |