12345678910111213141516171819202122232425262728293031323334353637 |
- --[[
- NewawardConfig_proto.lua
- exported by excel2lua.py
- from file:奖励库活动.xlsx
- --]]
- return {
- [50001] = {
- ID = 50001,
- weightsCount = 0,
- library = {0},
- weightsMax = {0},
- weightsMin = {0},
- weights = {0},
- oddsCount = 3,
- reward = {100001,140003,130001},
- oddsMax = {100,1,10},
- oddsMin = {100,3,100},
- odds = {10000,10000,5000},
- },
- [50002] = {
- ID = 50002,
- weightsCount = 2,
- library = {100001,130001,140003,140001},
- weightsMax = {1000,100,1,10},
- weightsMin = {1000,100,1,10},
- weights = {2500,2500,2500,2500},
- oddsCount = 0,
- reward = {0},
- oddsMax = {0},
- oddsMin = {0},
- odds = {0},
- },
- }
|