#!/usr/bin/python  
 | 
# -*- coding: GBK -*-  
 | 
#-------------------------------------------------------------------------------  
 | 
#  
 | 
##@package Skill.PassiveBuff.PassiveSkill_5011  
 | 
#  
 | 
# @todo:»ØºÏÕ½¶·¿ª³¡Ê±´¥·¢  
 | 
# @author hxp  
 | 
# @date 2024-04-02  
 | 
# @version 1.0  
 | 
#  
 | 
# ÏêϸÃèÊö: »ØºÏÕ½¶·¿ª³¡Ê±´¥·¢  
 | 
#  
 | 
#-------------------------------------------------------------------------------  
 | 
#"""Version = 2024-04-02 19:00"""  
 | 
#-------------------------------------------------------------------------------  
 | 
  
 | 
import GameWorld  
 | 
  
 | 
def CheckCanHappen(attacker, defender, effect, curSkill):  
 | 
    return GameWorld.CanHappen(effect.GetEffectValue(0))  
 |