【鸿蒙阵成就 任务】
parent
6fe2339153
commit
94f549f605
|
@ -935,6 +935,7 @@ JumpType = {
|
||||||
XuanYuanMirror=74 , --车迟斗法
|
XuanYuanMirror=74 , --车迟斗法
|
||||||
CompoundHero = 78,--神将合成、置换
|
CompoundHero = 78,--神将合成、置换
|
||||||
Pokemon = 79,--灵兽山
|
Pokemon = 79,--灵兽山
|
||||||
|
HongMengZhen = 86,-- 鸿蒙阵
|
||||||
|
|
||||||
BuyVigor = 10000, --体力购买
|
BuyVigor = 10000, --体力购买
|
||||||
BuyGold = 10001, --金币购买
|
BuyGold = 10001, --金币购买
|
||||||
|
@ -950,6 +951,7 @@ JumpType = {
|
||||||
GuildSkill = 10012, --公会技能
|
GuildSkill = 10012, --公会技能
|
||||||
GuildFete = 10013, --公会祭祀
|
GuildFete = 10013, --公会祭祀
|
||||||
EndlessShop = 10014, --无尽商店
|
EndlessShop = 10014, --无尽商店
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
YaoHunFrame = {
|
YaoHunFrame = {
|
||||||
|
|
|
@ -554,6 +554,10 @@ local jumpDic = {
|
||||||
[JumpType.Pokemon] = function()--灵兽山(驭兽斋)
|
[JumpType.Pokemon] = function()--灵兽山(驭兽斋)
|
||||||
UIManager.OpenPanel(UIName.PokemonSummonPanel)
|
UIManager.OpenPanel(UIName.PokemonSummonPanel)
|
||||||
end,
|
end,
|
||||||
|
[JumpType.HongMengZhen] = function ()
|
||||||
|
-- body
|
||||||
|
UIManager.OpenPanel(UIName.HongMengPanel)
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
function this.CheckJump(_jumpId)
|
function this.CheckJump(_jumpId)
|
||||||
|
|
Loading…
Reference in New Issue