From 56d87e0c0a5d744bb02ead0a3d786785e13ee3f6 Mon Sep 17 00:00:00 2001 From: Baisebaoma Date: Thu, 7 Dec 2023 02:46:22 +0800 Subject: [PATCH] Separate youlong and hebao, luojiao todo --- jianyu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jianyu.lua b/jianyu.lua index 4aa6743..8bc33ad 100644 --- a/jianyu.lua +++ b/jianyu.lua @@ -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)