#!/usr/bin/python
|
# -*- coding: GBK -*-
|
#-------------------------------------------------------------------------------
|
#
|
##@package Skill.PassiveBuff.PassiveSkill_5008
|
#
|
# @todo:µÀ·¨¹¥»÷´¥·¢¼¼ÄÜ
|
# @author hxp
|
# @date 2024-03-26
|
# @version 1.0
|
#
|
# ÏêϸÃèÊö: µÀ·¨¹¥»÷´¥·¢¼¼ÄÜ
|
#
|
#-------------------------------------------------------------------------------
|
#"""Version = 2024-03-26 19:00"""
|
#-------------------------------------------------------------------------------
|
|
import GameWorld
|
|
def CheckCanHappen(attacker, defender, effect, curSkill):
|
return GameWorld.CanHappen(effect.GetEffectValue(0))
|