Commit 8bb2fe36 authored by 未闻皂名's avatar 未闻皂名

2022/4/10 bug修复,更新翻译

parent 8b41211b
No preview for this file type
local m=120109010
local list={120160002,120160002}
local list={120160002}
local cm=_G["c"..m]
cm.name="马赫机械猎鹰"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1],list[2])
aux.AddCodeList(c,list[1])
--Fusion Material
aux.AddFusionProcCode2(c,list[1],list[2],true,true)
aux.AddFusionProcCode2(c,list[1],list[1],true,true)
--Recover
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
......
......@@ -21,7 +21,7 @@ end
function cm.costfilter(c)
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_LIGHT)
end
function cm.costcheck(g,tp)
function cm.costcheck(g,e,tp)
return Duel.GetMZoneCount(tp,g)>0
end
function cm.spfilter(c,e,tp)
......
local m=120213028
local cm=_G["c"..m]
cm.name="上级锁"
cm.name="上级锁"
function cm.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
......
local m=120216002
local cm=_G["c"..m]
cm.name="宇宙鹿"
cm.name="宇宙勇战机"
function cm.initial_effect(c)
--Atk Down
local e1=Effect.CreateEffect(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