Separate youlong and hebao, luojiao todo

This commit is contained in:
Baisebaoma 2023-12-07 02:46:22 +08:00
parent 35b15f0762
commit 56d87e0c0a
1 changed files with 2 additions and 2 deletions

View File

@ -1147,7 +1147,7 @@ local jy_youlong = fk.CreateTriggerSkill{
local jy_hebao = fk.CreateTriggerSkill{
name = "jy_hebao",
anim_type = "special",
events = {fk.EventPhaseStart},
events = {fk.EventPhaseEnd},
can_trigger = function(self, event, target, player, data)
return target == player and player:hasSkill(self.name) and player.phase == Player.Start
end,
@ -1350,7 +1350,7 @@ jy_yusu:addRelatedSkill(jy_yusu_set_0)
xjb__aweiluo:addSkill(jy_youlong)
xjb__aweiluo:addSkill(jy_hebao)
xjb__aweiluo:addSkill(jy_tiaoshui)
xjb__aweiluo:addSkill(jy_luojiao)
-- xjb__aweiluo:addSkill(jy_luojiao)
xjb__aweiluo:addSkill(jy_yusu)