Commit fa4d1cbe authored by GuGu's avatar GuGu

Update c86379666.lua 清理废弃词条

parent ad097ee2
Pipeline #31933 passed with stage
in 9 seconds
......@@ -42,9 +42,8 @@ function c86379666.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
e1:SetValue(ct*700)
c:RegisterEffect(e1)
local e2=e1:Clone()
......@@ -52,9 +51,8 @@ function c86379666.operation(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_COPY_INHERIT)
e3:SetCode(EFFECT_UPDATE_LEVEL)
e3:SetReset(RESET_EVENT+0x1fe0000)
e3:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
e3:SetValue(ct)
c:RegisterEffect(e3)
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