hxp
4 天以前 5f3b500dd8efc188323d6e6ec2a74857e82142c8
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveTrigger/PassiveEff_Attr.py
@@ -102,4 +102,7 @@
        if calcType == 2: # 减少,其他默认增加
            attrValue = -attrValue
            
        if effBuff:
            attrValue *= max(1, effBuff.GetLayer())
    return attrValue