Commit 8650374f authored by GuGu's avatar GuGu

Update c11016.lua 清理废弃词条

parent 34e2c071
Pipeline #31910 passed with stage
in 7 seconds
...@@ -63,8 +63,7 @@ function c11016.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,8 +63,7 @@ function c11016.operation(e,tp,eg,ep,ev,re,r,rp)
end end
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
e1:SetReset(RESET_EVENT+0x1ff0000)
e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(-600) e1:SetValue(-600)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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