23 lines
252 B
Lua
23 lines
252 B
Lua
local recovery = {
|
|
[3]={
|
|
["type"]=1,
|
|
["time"]=600,
|
|
["limit"]=60
|
|
},
|
|
[22]={
|
|
["type"]=2,
|
|
["limit"]=5
|
|
},
|
|
[49]={
|
|
["type"]=2,
|
|
["limit"]=10
|
|
},
|
|
[50]={
|
|
["type"]=2,
|
|
["limit"]=10
|
|
}
|
|
}
|
|
local config = {
|
|
data=recovery,count=4
|
|
}
|
|
return config |