mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 08:50:43 -05:00
Refringe
5740774a46
This is the result of running `npm run format` which applies the Biome formatting rules. Rejoice!
13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"runIntervalSeconds": 10,
|
|
"hoursForSkillCrafting": 28800,
|
|
"runIntervalValues": {
|
|
"inRaid": 60,
|
|
"outOfRaid": 10
|
|
},
|
|
"expCraftAmount": 10,
|
|
"overrideCraftTimeSeconds": -1,
|
|
"overrideBuildTimeSeconds": -1,
|
|
"updateProfileHideoutWhenActiveWithinMinutes": 90
|
|
}
|