Server/project/assets/configs/insurance.json

14 lines
455 B
JSON
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
"returnChancePercent": {
"54cb50c76803fa8b248b4571": 85,
"54cb57776803fa99248b456e": 95
2023-03-03 16:23:46 +01:00
},
"blacklistedEquipment": ["SpecialSlot1", "SpecialSlot2", "SpecialSlot3"],
"slotIdsToAlwaysRemove": ["cartridges", "patron_in_weapon"],
"returnTimeOverrideSeconds": 0,
"runIntervalSeconds": 600,
"minAttachmentRoublePriceToBeTaken": 2000,
"chanceNoAttachmentsTakenPercent": 10,
"simulateItemsBeingTaken": true
}