JewelRecoveryConfig.json
json
{
"ringOfAttackLevel1": {
"recoveryTimeInSeconds": -1, // -1 = no recovery time
"usageTimeInSeconds": -1 // -1 = no usage time
},
"ringOfAttackLevel2": {
"recoveryTimeInSeconds": 300, // 300 seconds recovery time
"usageTimeInSeconds": 300 // 300 seconds usage time
},
"ringOfAttackLevel3": {
"recoveryTimeInSeconds": -1,
"usageTimeInSeconds": 300 // 300 seconds usage time
},
"version": "1"
}