From 44d35231e06813b36c3ff3737b5defc5a8098087 Mon Sep 17 00:00:00 2001 From: Baptiste Boulongne Date: Mon, 15 Jul 2024 22:00:49 +0200 Subject: [PATCH] update readme --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3341f0c..59717cd 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ A simple mod with little to no configuration to tweak the insurance settings # Config -| Setting | Default Value | Details | -|-------------------------|---------------|--------------------------------------------------------------------| -| PraporMinReturn | 2 | Minimum time (in hours) for Prapor to return your insured items | -| PraporMaxReturn | 4 | Maximum time (in hours) for Prapor to return your insured items | -| PraporMaxStorageTime | 72 | Number of hours Prapor insured items will stay in your inbox | -| TherapistMinReturn | 1 | Minimum time (in hours) for Therapist to return your insured items | -| TherapistMaxReturn | 2 | Maximum time (in hours) for Therapist to return your insured items | -| TherapistMaxStorageTime | 72 | Number of hours Therapist insured items will stay in your inbox | +| Setting | Default Value | Details | +|------------------------------|---------------|--------------------------------------------------------------------| +| PraporMinReturn | 2 | Minimum time (in hours) for Prapor to return your insured items | +| PraporMaxReturn | 4 | Maximum time (in hours) for Prapor to return your insured items | +| PraporMaxStorageTime | 72 | Number of hours Prapor insured items will stay in your inbox | +| PraporReturnChancePercent | 50 | Return chance percentage for Prapor insured items | +| TherapistMinReturn | 1 | Minimum time (in hours) for Therapist to return your insured items | +| TherapistMaxReturn | 2 | Maximum time (in hours) for Therapist to return your insured items | +| TherapistMaxStorageTime | 72 | Number of hours Therapist insured items will stay in your inbox | +| TherapistReturnChancePercent | 75 | Return chance percentage for Therapist insured items | # Thanks - [chomp](https://dev.sp-tarkov.com/chomp) for the mod examples