Commit 6b83c203 authored by GuGu's avatar GuGu

Update c13001.lua 清理废弃词条

parent 54cd2e5d
Pipeline #31914 passed with stage
in 7 seconds
...@@ -30,10 +30,9 @@ function c13001.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,10 +30,9 @@ function c13001.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
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:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(300) e1:SetValue(300)
e1:SetReset(RESET_EVENT+0x1ff0000) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c13001.con(e,tp,eg,ep,ev,re,r,rp) function c13001.con(e,tp,eg,ep,ev,re,r,rp)
......
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