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