Commit b94485e6 authored by Nemo Ma's avatar Nemo Ma

f

parent 691c1fdf
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -48,11 +48,11 @@ function s.drop(e,tp) ...@@ -48,11 +48,11 @@ function s.drop(e,tp)
Scl.CreateFieldBuffEffect({c,tp},"+Level",s.val2,s.limtg,{0, "MonsterZone"},nil, nil, RESET_EP_SCL) Scl.CreateFieldBuffEffect({c,tp},"+Level",s.val2,s.limtg,{0, "MonsterZone"},nil, nil, RESET_EP_SCL)
end end
function s.val1(e,c) function s.val1(e,c)
local ct = Duel.GetFlagEffect(tp, id) local ct = Duel.GetFlagEffect(e:GetHandlerPlayer(), id)
return ct * -800 return ct * -800
end end
function s.val2(e,c) function s.val2(e,c)
local ct = Duel.GetFlagEffect(tp, id) local ct = Duel.GetFlagEffect(e:GetHandlerPlayer(), id)
return ct * -1 return ct * -1
end end
function s.limtg(e,c) function s.limtg(e,c)
......
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