update readme

This commit is contained in:
Baptiste Boulongne 2024-07-15 22:00:49 +02:00
parent 65c4b4919e
commit 44d35231e0
No known key found for this signature in database

View File

@ -2,14 +2,16 @@
A simple mod with little to no configuration to tweak the insurance settings A simple mod with little to no configuration to tweak the insurance settings
# Config # Config
| Setting | Default Value | Details | | Setting | Default Value | Details |
|-------------------------|---------------|--------------------------------------------------------------------| |------------------------------|---------------|--------------------------------------------------------------------|
| PraporMinReturn | 2 | Minimum time (in hours) for Prapor to return your insured items | | 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 | | 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 | | 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 | | PraporReturnChancePercent | 50 | Return chance percentage for Prapor insured items |
| TherapistMaxReturn | 2 | Maximum time (in hours) for Therapist to return your insured items | | TherapistMinReturn | 1 | Minimum time (in hours) for Therapist to return your insured items |
| TherapistMaxStorageTime | 72 | Number of hours Therapist insured items will stay in your inbox | | 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 # Thanks
- [chomp](https://dev.sp-tarkov.com/chomp) for the mod examples - [chomp](https://dev.sp-tarkov.com/chomp) for the mod examples