36 lines
412 B
Lua
36 lines
412 B
Lua
local MotherShipTaskConfig = {
|
|
__count = 1,
|
|
__indexs = {1},
|
|
__values = {1,114,10020,-6.3},
|
|
__exVals = {2,'null','N1_img_hangmu_hangmutupian'},
|
|
__fields = {
|
|
'ArtifactId',
|
|
'Name',
|
|
'UnlockTaskID',
|
|
'UnlockFactor',
|
|
'UnlockMotherShipId',
|
|
'Image'
|
|
},
|
|
__defaults = {
|
|
7,
|
|
{3,4,5,6},
|
|
2,
|
|
1,
|
|
8
|
|
},
|
|
__refs = {
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil
|
|
},
|
|
__refPoss = {
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil
|
|
},
|
|
}
|
|
return MotherShipTaskConfig |