InsuranceTweaks/config/config.json5

19 lines
325 B
Plaintext

{
InstantReturn: {
enabled: false,
runIntervalSeconds: 30,
},
//Prapor
PraporMinReturn: 2,
PraporMaxReturn: 4,
PraporMaxStorageTime: 72,
PraporReturnChancePercent: 50,
//Therapist
TherapistMinReturn: 1,
TherapistMaxReturn: 2,
TherapistMaxStorageTime: 72,
TherapistReturnChancePercent: 75,
}