1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/python
# -*- coding: GBK -*-
#-------------------------------------------------------------------------------
#
##@package Skill.PassiveTrigger.PassiveEff_6014
#
# @todo:Ôö¼Ó¼¼ÄܸÅÂÊ
# @author hxp
# @date 2025-09-25
# @version 1.0
#
# ÏêϸÃèÊö: Ôö¼Ó¼¼ÄܸÅÂÊ
#
#-------------------------------------------------------------------------------
#"""Version = 2025-09-25 18:00"""
#-------------------------------------------------------------------------------
 
def GetHappenValue(attacker, defender, curEffect, effSkill, effBuff, **skillkwargs):
    return curEffect.GetEffectValue(0)