35 lines
392 B
Lua
35 lines
392 B
Lua
|
local ExpeditionRecruitConfig = {
|
||
|
__count = 70,
|
||
|
__indexs = {1.07},
|
||
|
__values = {0,1.3,97,9901,1.54,799955,1.32},
|
||
|
__fields = {
|
||
|
'Id',
|
||
|
'Pool',
|
||
|
'Type',
|
||
|
'HeroId',
|
||
|
'getHero',
|
||
|
'Weight'
|
||
|
},
|
||
|
__defaults = {
|
||
|
2,
|
||
|
2,
|
||
|
nil,
|
||
|
1,
|
||
|
5
|
||
|
},
|
||
|
__refs = {
|
||
|
{3,.71,1,.5},
|
||
|
{3,.71,1,.5},
|
||
|
{6,1.96},
|
||
|
{6,1.71},
|
||
|
nil
|
||
|
},
|
||
|
__refPoss = {
|
||
|
{47,1.32},
|
||
|
{47,1.32},
|
||
|
nil,
|
||
|
{47,1.71},
|
||
|
nil
|
||
|
},
|
||
|
}
|
||
|
return ExpeditionRecruitConfig
|