SK_LongZhu
parent
0e3585dd0a
commit
fbd026c575
|
@ -455,7 +455,9 @@ function SkillCaster:GetMovePosition(skill)
|
|||
local eid = BattleManager.GetCombatIdBySkin(skill.id, self.owner.skinId)
|
||||
local combat = BattleManager.GetSkillCombat(eid)
|
||||
local col = (targetPos - 1) % 3 + 1
|
||||
if targetPos <= 3 or combat.BeforeEffectType ~= 1 then
|
||||
if combat.BeforeEffectType == 2 then
|
||||
return targetCamp == 0 and MoveMentPosition.My_All or MoveMentPosition.Enemy_All
|
||||
elseif targetPos <= 3 or combat.BeforeEffectType ~= 1 then
|
||||
return targetCamp == 0 and MoveMentPosition["My_COL_" .. col] or MoveMentPosition["Enemy_COL_" .. col]
|
||||
else
|
||||
return targetCamp == 0 and (MoveMentPosition["My_COL_" .. col] + Vector3.New(-1, 0, 0)) or
|
||||
|
|
Loading…
Reference in New Issue