config
This commit is contained in:
parent
3314a7062d
commit
b5925852cb
@ -523,9 +523,37 @@ local const = {
|
|||||||
},
|
},
|
||||||
["dungeon_rune_buylimit"]={
|
["dungeon_rune_buylimit"]={
|
||||||
["value"]=5
|
["value"]=5
|
||||||
|
},
|
||||||
|
["dungeon_rune_show_reward"]={
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=1,
|
||||||
|
["num_for_nothing"]="Vw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=1,
|
||||||
|
["num_for_nothing"]="Vw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=18,
|
||||||
|
["id_for_nothing"]="VwA=",
|
||||||
|
["num"]=1,
|
||||||
|
["num_for_nothing"]="Vw=="
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=const,count=87
|
data=const,count=88
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -132,7 +132,7 @@ function DungeonData:getShowRewards(moduleKey)
|
|||||||
if moduleKey == GConst.DungeonConst.MODULE_KEY_DUNGEON_DAILY then
|
if moduleKey == GConst.DungeonConst.MODULE_KEY_DUNGEON_DAILY then
|
||||||
return GFunc.getConstCost("dungeon_show_reward", true)
|
return GFunc.getConstCost("dungeon_show_reward", true)
|
||||||
elseif moduleKey == ModuleManager.MODULE_KEY.RUNES_OPEN then
|
elseif moduleKey == ModuleManager.MODULE_KEY.RUNES_OPEN then
|
||||||
return GFunc.getConstCost("dungeon_show_reward", true)
|
return GFunc.getConstCost("dungeon_rune_show_reward", true)
|
||||||
-- elseif moduleKey == ModuleManager.MODULE_KEY.TOWER then
|
-- elseif moduleKey == ModuleManager.MODULE_KEY.TOWER then
|
||||||
-- return GFunc.getConstCost("tower_show_reward", true)
|
-- return GFunc.getConstCost("tower_show_reward", true)
|
||||||
-- elseif moduleKey == ModuleManager.MODULE_KEY.WORLD_BOSS then
|
-- elseif moduleKey == ModuleManager.MODULE_KEY.WORLD_BOSS then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user