Valens-AIO/config/insurance.json

21 lines
394 B
JSON
Raw Normal View History

{
"blacklistedEquipment": ["Scabbard", "SecuredContainer", "Compass", "ArmBand"],
"prapor":
{
"minHr": 24,
"maxHr": 36,
"storageMaxHr": 96,
"priceCoef": 0.16,
"returnChance": 80
},
"therapist":
{
"minHr": 10,
"maxHr": 20,
"storageMaxHr": 144,
"priceCoef": 0.25,
"returnChance": 85
}
}