天地洪炉修改提交
parent
bc01045eae
commit
0c8af1e9b5
|
@ -72,10 +72,15 @@ function this.GetIsUpTailsManSoulChip()
|
||||||
local singleRecruit = array[1]
|
local singleRecruit = array[1]
|
||||||
local poolId = singleRecruit.DiamondBoxContain[1][1]
|
local poolId = singleRecruit.DiamondBoxContain[1][1]
|
||||||
local configs = ConfigManager.TryGetAllConfigsDataByKey(ConfigName.LotteryRewardConfig,"Pool",poolId)
|
local configs = ConfigManager.TryGetAllConfigsDataByKey(ConfigName.LotteryRewardConfig,"Pool",poolId)
|
||||||
local poolItemIds = {}
|
|
||||||
for k,v in ipairs(configs) do
|
for k,v in ipairs(configs) do
|
||||||
this.upTailsManSoulChip[v.Reward[1]] = v.Reward[2]
|
this.upTailsManSoulChip[v.Reward[1]] = v.Reward[2]
|
||||||
end
|
end
|
||||||
|
poolId = singleRecruit.MergePool
|
||||||
|
poolId = ConfigManager.GetConfigDataByKey(ConfigName.LotterySpecialConfig,"Type",poolId).pool_id
|
||||||
|
local configs1 = ConfigManager.TryGetAllConfigsDataByKey(ConfigName.LotteryRewardConfig,"Pool",poolId)
|
||||||
|
for k,v in ipairs(configs1) do
|
||||||
|
this.upTailsManSoulChip[v.Reward[1]] = v.Reward[2]
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--请求抽卡 1抽卡类型 2回调 3特权id
|
--请求抽卡 1抽卡类型 2回调 3特权id
|
||||||
|
|
Loading…
Reference in New Issue