0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Minor Trader Refresh Time Update

Updates trader refresh/restock times based on additional data.

Skier, 5000-9000 seconds
Peacekeeper, 2000-15000 seconds
Mechanic, 6500-13049 seconds
This commit is contained in:
Refringe 2024-03-18 23:21:48 -04:00
parent 28082808a8
commit 662575aef1
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -29,7 +29,7 @@
"traderId": "58330581ace78e27b8b10cee", "traderId": "58330581ace78e27b8b10cee",
"seconds": { "seconds": {
"min": 5000, "min": 5000,
"max": 8500 "max": 9000
} }
}, },
{ {
@ -37,14 +37,14 @@
"traderId": "5935c25fb3acc3127c3d8cd9", "traderId": "5935c25fb3acc3127c3d8cd9",
"seconds": { "seconds": {
"min": 2000, "min": 2000,
"max": 14000 "max": 15000
} }
}, },
{ {
"_name": "mechanic", "_name": "mechanic",
"traderId": "5a7c2eca46aef81a7ca2145d", "traderId": "5a7c2eca46aef81a7ca2145d",
"seconds": { "seconds": {
"min": 7000, "min": 6500,
"max": 13500 "max": 13500
} }
}, },