c1_lua/lua/app/config/activity_full_moon_quest.lua
2023-09-15 17:28:14 +08:00

149 lines
2.5 KiB
Lua

local activity_full_moon_quest = {
[1]={
["type"]=40,
["number"]=1,
["open_stage"]=0,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[2]={
["type"]=1,
["number"]=10,
["open_stage"]=0,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[3]={
["type"]=5,
["number"]=100,
["open_stage"]=0,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[4]={
["type"]=41,
["number"]=50,
["open_stage"]=12,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[5]={
["type"]=38,
["number"]=10,
["open_stage"]=8,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[6]={
["type"]=39,
["number"]=10,
["open_stage"]=10,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[7]={
["type"]=30,
["number"]=3,
["open_stage"]=5,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[8]={
["type"]=19,
["number"]=30,
["open_stage"]=0,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[9]={
["type"]=12,
["number"]=6,
["open_stage"]=0,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[10]={
["type"]=11,
["number"]=30,
["open_stage"]=0,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[11]={
["type"]=42,
["number"]=10,
["open_stage"]=12,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=56,
["id_for_nothing"]="Uw4=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
}
local config = {
data=activity_full_moon_quest,count=11
}
return config