miduo_client/Assets/ManagedResources/~Lua/Config/Data/LotterySpecialConfig.lua

35 lines
487 B
Lua
Raw Normal View History

2020-05-09 13:31:21 +08:00
local LotterySpecialConfig = {
2020-06-18 20:39:29 +08:00
__count = 18,
__indexs = {1.81},
2020-06-19 21:44:27 +08:00
__values = {0,1.2,2,1.2,-2.2,1.3,2,5,4,1.3,23,50,901,1.7,3},
2020-05-09 13:31:21 +08:00
__fields = {
'Id',
'Type',
'Count',
'Min_num',
'Max_num',
'pool_id'
},
__defaults = {
nil,
nil,
2020-05-25 19:16:23 +08:00
2,
2020-06-18 20:39:29 +08:00
2,
2020-05-09 13:31:21 +08:00
nil
},
__refs = {
2020-06-19 20:19:35 +08:00
{10,0,-1,0,1,3.1,6,-13,1,2,1,-4,4.3,4},
{2,1,5,4,-4,0,10,0,-16,1,.3,2,.3,14},
{1,.3},
2020-05-25 19:16:23 +08:00
{1,.3},
2020-06-19 21:44:27 +08:00
{13,2,-1,-12,12,1.2,0,1,4,-2.3,-7,-2.4}
2020-05-09 13:31:21 +08:00
},
__refPoss = {
nil,
nil,
2020-06-19 20:19:35 +08:00
{6,1.2,10},
2020-06-18 20:39:29 +08:00
{6,1.2,10},
2020-05-09 13:31:21 +08:00
nil
},
}
return LotterySpecialConfig