羁绊加成总属性字体颜色修改

onepiece_demo_arena
wangzhenxing 2024-01-12 17:23:54 +08:00
parent b09b11fb1e
commit f13f829bd3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function TailsManSouPanel:BindEvent()
local s = function(data,data2)
local lis1 = {}
for k,v in pairs(data) do
table.insert(lis1,{str = string.format("<color=#00FF00>%s+%s 法宝共鸣额外加成%s (%s%%)</color>",propertyConfig[k].Info,GetPropertyFormatStr(propertyConfig[k].Style,v),GetPropertyFormatStr(propertyConfig[k].Style,v-data2[k]),addLv*pro),sort = propertyConfig[k].SortId})
table.insert(lis1,{str = string.format("<color=#9E6828>%s+%s 法宝共鸣额外加成%s (%s%%)</color>",propertyConfig[k].Info,GetPropertyFormatStr(propertyConfig[k].Style,v),GetPropertyFormatStr(propertyConfig[k].Style,v-data2[k]),addLv*pro),sort = propertyConfig[k].SortId})
end
table.sort(lis1,function(a,b)
return a.sort < b.sort