Commit 4eddaa7f authored by Amiya's avatar Amiya

新卡

parent 4977f75b
Pipeline #40104 passed with stages
in 1 minute and 30 seconds
No preview for this file type
--スクラップ・ウォリアー
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddMaterialCodeList(c,100244003,60800381,63977008)
aux.AddMaterialCodeList(c,60800381,63977008)
--synchro summon
aux.AddSynchroProcedure(c,s.tfilter,aux.NonTuner(nil),1)
c:EnableReviveLimit()
......@@ -27,7 +27,7 @@ function s.initial_effect(c)
end
s.material_setcode=0x1017
function s.tfilter(c)
return c:IsCode(100244003) or c:IsHasEffect(20932152)
return c:IsCode(63977008) or c:IsHasEffect(20932152)
end
function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
......
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