c1_lua/lua/app/config/activity.lua
2025-12-03 15:41:25 +08:00

70 lines
1.2 KiB
Lua

local activity = {
[10001]={
["act_type"]=2,
["time_type"]=1,
["start_time_1"]=1,
["end_time_1"]=8,
["func_open"]="summon_open",
["version"]=1,
["round_limit"]=5,
["round_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44,
["id_for_nothing"]="Ugw=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=16,
["id_for_nothing"]="Vw4=",
["num"]=50,
["num_for_nothing"]="Uwg="
}
},
["act_gift"]={
1060000001,
1062000001,
1063000001,
1063000101,
1063000201,
1063000301,
1063000401,
1063000501
},
["show_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=50,
["id_for_nothing"]="Uwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
["act_name"]="ACT_GOGOGO_DESC_21"
}
}
local config = {
data=activity,count=1
}
return config