#!/usr/bin/python
|
# -*- coding: GBK -*-
|
#-------------------------------------------------------------------------------
|
#
|
##@package Skill.PassiveTrigger.PassiveEff_6003
|
#
|
# @todo:É˺¦·±¶
|
# @author hxp
|
# @date 2025-09-16
|
# @version 1.0
|
#
|
# ÏêϸÃèÊö: É˺¦·±¶
|
#
|
#-------------------------------------------------------------------------------
|
#"""Version = 2025-09-16 17:30"""
|
#-------------------------------------------------------------------------------
|
|
def GetHappenValue(attacker, defender, curEffect, effSkill, **skillkwargs):
|
checkInStateList = curEffect.GetEffectValue(1)
|
if checkInStateList:
|
if not defender.CheckInState(checkInStateList):
|
return
|
return curEffect.GetEffectValue(0)
|