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