修改追击的effect,增加延迟

onepiece_demo_arena
xiejun 2023-12-13 15:15:32 +08:00
parent ee8adcaddd
commit e37655c32e
1 changed files with 1 additions and 1 deletions

View File

@ -2256,7 +2256,7 @@ local effectList = {
local i1 = args[1]
--如果身上有不灭效果就不会加普攻兼容金翅大鹏10星天赋 by王振兴
if not BattleLogic.BuffMgr:HasBuff(caster,BuffName.NoDead) then
BattleLogic.WaitForTrigger(0.5, function ()
BattleLogic.WaitForTrigger(0.5+1.35, function ()
caster:InsertSkill(BattleSkillType.Normal, false, true, nil)
end)
end