11 lines
130 B
Lua
11 lines
130 B
Lua
local recovery = {
|
|
[3]={
|
|
["type"]=1,
|
|
["time"]=900,
|
|
["limit"]=30
|
|
}
|
|
}
|
|
local config = {
|
|
data=recovery,count=1
|
|
}
|
|
return config |