c1_lua/lua/app/config/recovery.lua
2023-04-03 10:59:13 +08:00

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