法宝聚灵界面修改提交
parent
eea23a9dda
commit
62f7222e1b
|
@ -178,9 +178,9 @@ function TailsmanSoulMainPanel:GetProData()
|
|||
end
|
||||
local str = ""
|
||||
for i = 1,#curData do
|
||||
str = string.format("<color=#ecdfc8>%s:%s</color>",propertyConfig[curData[i][1]].Info,GetPropertyFormatStr(propertyConfig[curData[i][1]].Style,curData[i][2]) )
|
||||
str = string.format("<color=#ecdfc8>%s:%s</color>",propertyConfig[curData[i][1]].Info,GetPropertyFormatStrOne(propertyConfig[curData[i][1]].Style,curData[i][2]) )
|
||||
if nextProData[curData[i][1]] then
|
||||
str = str..string.format("<color=#00FF00>(+%s)</color>",GetPropertyFormatStr(propertyConfig[curData[i][1]].Style,nextProData[curData[i][1]] - curData[i][2]))
|
||||
str = str..string.format("<color=#00FF00>(+%s)</color>",GetPropertyFormatStrOne(propertyConfig[curData[i][1]].Style,nextProData[curData[i][1]] - curData[i][2]))
|
||||
end
|
||||
table.insert(proData,str)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue