This commit is contained in:
puxuan 2025-09-23 20:20:00 +08:00
parent d4089cb823
commit fdaf8bb16b

View File

@ -1782,7 +1782,7 @@ function GFunc.formatPlayerFormationInfo(info)
local lv = info.talent[id] or 0
if lv and lv > 0 and cfg.attr then
for _, v in ipairs(cfg.attr) do
allAttr[v.type] = (allAttr[v.type] or 0) + v.num
allAttr[v.type] = (allAttr[v.type] or 0) + v.num * lv
end
end
end