This commit is contained in:
puxuan 2025-11-11 10:58:08 +08:00
parent 3314a7062d
commit b5925852cb
2 changed files with 30 additions and 2 deletions

View File

@ -523,9 +523,37 @@ local const = {
},
["dungeon_rune_buylimit"]={
["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 = {
data=const,count=87
data=const,count=88
}
return config

View File

@ -132,7 +132,7 @@ function DungeonData:getShowRewards(moduleKey)
if moduleKey == GConst.DungeonConst.MODULE_KEY_DUNGEON_DAILY then
return GFunc.getConstCost("dungeon_show_reward", true)
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
-- return GFunc.getConstCost("tower_show_reward", true)
-- elseif moduleKey == ModuleManager.MODULE_KEY.WORLD_BOSS then