From 3bdeaae575ada6e507b21e8650e57ca198476bd5 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 8 Nov 2024 12:39:38 +0000 Subject: [PATCH] Updated `minAttachmentRoublePriceToBeTaken` to a higher value, reducing the chance things like magazines are taken --- project/assets/configs/insurance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/configs/insurance.json b/project/assets/configs/insurance.json index 0ed8d8f8..47771902 100644 --- a/project/assets/configs/insurance.json +++ b/project/assets/configs/insurance.json @@ -8,7 +8,7 @@ "returnTimeOverrideSeconds": 0, "storageTimeOverrideSeconds": 0, "runIntervalSeconds": 600, - "minAttachmentRoublePriceToBeTaken": 2000, + "minAttachmentRoublePriceToBeTaken": 15000, "chanceNoAttachmentsTakenPercent": 10, "simulateItemsBeingTaken": true }