心愿修改提交

onepiece_online_and
wangzhenxing 2024-05-10 20:51:30 +08:00
parent 3c0598cae9
commit a25a1329c8
1 changed files with 6 additions and 1 deletions

View File

@ -123,7 +123,12 @@ function this.SetScrollPre(root,data)
goBtn:SetActive(false)
getBtn:SetActive(false)
local mask=Util.GetGameObject(root,"mask")
info.text="宝箱"..wishData.Level.."级奖励,心愿概率提升为"..wishData.Weight/100 .."%"
if type==1 then
info.text="宝箱"..wishData.Level.."级奖励,心愿概率提升为: 传说"..wishData.Weight/100 .."%".." 神话"..wishData.MythWeight/100 .."%"
else
info.text="宝箱"..wishData.Level.."级奖励,心愿概率提升为:"..wishData.Weight/100 .."%"
end
if not itemList[root] then
itemList[root] = {}
end