hxp
4 天以前 67a84dc38db8f7d0f85b03e2b06ba728d95c1e82
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