【七界试炼】提交
parent
20ed8d5928
commit
634f78d3c5
|
@ -779,7 +779,7 @@ GameObject:
|
|||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
m_IsActive: 0
|
||||
--- !u!224 &224533650672824776
|
||||
RectTransform:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
@ -201,6 +201,9 @@ function this.GetBattleResult()
|
|||
for i = 1, #config.RoundReward do
|
||||
if this.battleResult.round > config.RoundReward[i][1] then
|
||||
bonue = config.RoundReward[i][2]
|
||||
if config.RoundReward[i+1] then
|
||||
bonue = config.RoundReward[i][2]
|
||||
end
|
||||
end
|
||||
end
|
||||
data[3] = "<color=#F9E7D3>回合加成:</color> <color=#3DE181>"..(bonue/100).."%</color>\n<color=#AE7B20>("..this.battleResult.round.."回合)</color>"
|
||||
|
|
Loading…
Reference in New Issue