Commit bb2aec61 authored by GuGu's avatar GuGu

Update c26145.lua 添加离场重置

parent 7cc8f761
Pipeline #22533 passed with stage
in 54 seconds
......@@ -81,6 +81,7 @@ function c26145.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_EQUIP)
e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetReset(RESET_EVENT+0x1fe0000)
e2:SetValue(500)
c:RegisterEffect(e2)
local e3=e2:Clone()
......@@ -97,6 +98,7 @@ function c26145.activate(e,tp,eg,ep,ev,re,r,rp)
e9:SetType(EFFECT_TYPE_EQUIP)
e9:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e9:SetCode(EFFECT_DESTROY_SUBSTITUTE)
e9:SetReset(RESET_EVENT+0x1fe0000)
e9:SetValue(1)
c:RegisterEffect(e9)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment