c1_lua/lua/app/config/activity.lua
2025-09-29 16:27:22 +08:00

69 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"]=2,
["id_for_nothing"]="VA==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
}
},
["act_gift"]={
1060000001,
1062000001,
1062000101,
1062000201,
1062000301,
1063000001,
1063000101
},
["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"]=6,
["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
["act_name"]="ACT_GOGOGO_DESC_21"
}
}
local config = {
data=activity,count=1
}
return config