49 lines
530 B
Lua
49 lines
530 B
Lua
local recovery = {
|
|
[4]={
|
|
["type"]=2,
|
|
["limit"]={
|
|
["value"]=2,
|
|
["unit"]=0
|
|
}
|
|
},
|
|
[5]={
|
|
["type"]=2,
|
|
["limit"]={
|
|
["value"]=2,
|
|
["unit"]=0
|
|
}
|
|
},
|
|
[6]={
|
|
["type"]=2,
|
|
["limit"]={
|
|
["value"]=2,
|
|
["unit"]=0
|
|
}
|
|
},
|
|
[7]={
|
|
["type"]=2,
|
|
["limit"]={
|
|
["value"]=2,
|
|
["unit"]=0
|
|
}
|
|
},
|
|
[9]={
|
|
["type"]=1,
|
|
["time"]=600,
|
|
["limit"]={
|
|
["value"]=60,
|
|
["unit"]=0
|
|
}
|
|
},
|
|
[16]={
|
|
["type"]=2,
|
|
["limit"]={
|
|
["value"]=2,
|
|
["unit"]=0
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=recovery,count=6
|
|
}
|
|
return config |