hxp
2019-12-19 787c076b2fdc73a11b9b76e2ea928f3da1f5873e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_1304.py
@@ -15,7 +15,7 @@
import GameWorld
import ChConfig
import BaseAttack
## buff线性增加属性
@@ -40,5 +40,8 @@
def CalcBuffValue(attacker, defender, curSkill, changeBuffValueDict):
    return [GameWorld.GetGameWorld().GetTick()]
    # 被动1304赋值
    cnt = attacker.GetDictByKey("1304HitCnt")
    attacker.SetDict("1304HitCnt", 0)
    return [cnt]