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

35 lines
477 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},
__values = {0,1.5,2,3,1.2,3,5,4,1.3,23,50,901,1.4,2,1,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-18 20:39:29 +08:00
{10,0,-1,0,1,3.1,5,-13,1.3,-3,1.3,2},
{2,1,-1,9,-3,0,9,0,-15,1,.3,3,.3,12},
nil,
2020-05-25 19:16:23 +08:00
{1,.3},
2020-06-18 20:39:29 +08:00
{12,2,-1,-11,11,1.2,0,1,4,2,3,0,-6,-2.2,1,2}
2020-05-09 13:31:21 +08:00
},
__refPoss = {
nil,
nil,
nil,
2020-06-18 20:39:29 +08:00
{6,1.2,10},
2020-05-09 13:31:21 +08:00
nil
},
}
return LotterySpecialConfig