15 lines
169 B
Lua
15 lines
169 B
Lua
local recovery = {
|
|
[3]={
|
|
["type"]=1,
|
|
["time"]=600,
|
|
["limit"]=60
|
|
},
|
|
[8]={
|
|
["type"]=2,
|
|
["limit"]=5
|
|
}
|
|
}
|
|
local config = {
|
|
data=recovery,count=2
|
|
}
|
|
return config |