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