Server/project/assets/configs/hideout.json

21 lines
465 B
JSON
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
"runIntervalSeconds": 10,
2023-03-03 16:23:46 +01:00
"hoursForSkillCrafting": 28800,
"runIntervalValues": {
"inRaid": 60,
"outOfRaid": 10
},
"expCraftAmount": 10,
"overrideCraftTimeSeconds": -1,
"overrideBuildTimeSeconds": -1,
"updateProfileHideoutWhenActiveWithinMinutes": 90,
"cultistCircle": {
"maxRewardItemCount": 5,
"maxAttemptsToPickRewardsWithinBudget": 5,
"rewardPriceMultiplerMinMax": {
"min": 0.7,
"max": 1.4
}
}
}