From 0323f1602690cba6522523d968b5ed2032dccba2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 16 九月 2025 14:37:45 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(李典技能;被动触发支持增加击晕概率;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py
index d1042eb..fc67868 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py
@@ -1151,6 +1151,7 @@
 
 def CanStun(turnFight, atkObj, defObj, curSkill):
     aStunRate = atkObj.GetBatAttrValue(ChConfig.AttrID_StunRate)
+    aStunRate += TurnPassive.GetTriggerEffectValue(turnFight, atkObj, defObj, ChConfig.AttrID_StunRate, curSkill)
     dStunRateDef = defObj.GetBatAttrValue(ChConfig.AttrID_StunRateDef)
     happenRate = eval(IpyGameDataPY.GetFuncCompileCfg("StunCfg", 1))
     if not GameWorld.CanHappen(happenRate):

--
Gitblit v1.8.0