#!/usr/bin/python
|
# -*- coding: GBK -*-
|
#-------------------------------------------------------------------------------
|
#
|
##@package Skill.PassiveTrigger.PassiveEff_6022
|
#
|
# @todo:´©¶ÜЧ¹û£¬ÎÞÊÓ»¤¶ÜÖµ
|
# @author hxp
|
# @date 2025-12-14
|
# @version 1.0
|
#
|
# ÏêϸÃèÊö: ´©¶ÜЧ¹û£¬ÎÞÊÓ»¤¶ÜÖµ
|
#
|
#-------------------------------------------------------------------------------
|
#"""Version = 2025-12-14 17:30"""
|
#-------------------------------------------------------------------------------
|
|
import GameWorld
|
|
def GetHappenValue(attacker, defender, curEffect, effSkill, effBuff, connSkill, **skillkwargs):
|
GameWorld.DebugLogEx("´©¶ÜЧ¹û£¬ÎÞÊÓ»¤¶ÜÖµ")
|
return 1
|