战力添加

dev_chengFeng
jiaoyangna 2021-11-22 15:06:44 +08:00
parent 8bb17fa29c
commit 9abd87c14b
2 changed files with 5 additions and 5 deletions

View File

@ -28924,7 +28924,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0.000014984968}
m_AnchoredPosition: {x: 0, y: 0.000037727266}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 1}
--- !u!114 &6617612647759148344
@ -28945,7 +28945,7 @@ MonoBehaviour:
m_Top: 0
m_Bottom: 0
m_ChildAlignment: 0
m_Spacing: 28.6
m_Spacing: 25
m_ChildForceExpandWidth: 1
m_ChildForceExpandHeight: 0
m_ChildControlWidth: 1
@ -33614,8 +33614,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -113.73001}
m_SizeDelta: {x: 0, y: -119.8}
m_AnchoredPosition: {x: 0, y: -94.6}
m_SizeDelta: {x: 0, y: -81.5}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4696751499710555437
CanvasRenderer:

View File

@ -105,7 +105,7 @@ function this.GetTailsmanPassivePower()
local data = {}
for i = 1,#datas do
for j = 1,#datas[i].skillConfig do
if datas[i].lv >= datas[i].skillConfig[j][1] then
if datas[i].lv == datas[i].skillConfig[j][1] then
table.insert(data,datas[i].skillConfig[j][2])
end
end