SK_LongZhu
DESKTOP-RH64908\Administrator 2025-08-19 19:59:16 +08:00
parent 0e3585dd0a
commit fbd026c575
1 changed files with 12 additions and 10 deletions

View File

@ -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