Commit bb1b8fc2 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent d770d5fb
...@@ -21,7 +21,7 @@ c:RegisterEffect(e1) ...@@ -21,7 +21,7 @@ c:RegisterEffect(e1)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c112316.thfilter(c) function c112316.thfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x0ca8) or c:IsSetCard(0x0ca7) and c:IsAbleToHand() return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x0ca8,0x0ca7) and c:IsAbleToHand()
end end
function c112316.activate(e,tp,eg,ep,ev,re,r,rp) function c112316.activate(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end if not e:GetHandler():IsRelateToEffect(e) then return end
......
...@@ -51,7 +51,7 @@ function cm.drcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -51,7 +51,7 @@ function cm.drcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g1=Duel.SelectMatchingCard(tp,cm.costfilter,tp,LOCATION_GRAVE,0,1,1,e:GetHandler()) local g1=Duel.SelectMatchingCard(tp,cm.costfilter,tp,LOCATION_GRAVE,0,1,1,e:GetHandler())
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g2=Duel.SelectMatchingCard(tp,cm.costfilter2,tp,LOCATION_GRAVE,0,1,1,Group.FromCards(e:GetHandler(),g1:GetFirst()) local g2=Duel.SelectMatchingCard(tp,cm.costfilter2,tp,LOCATION_GRAVE,0,1,1,Group.FromCards(e:GetHandler(),g1:GetFirst()))
g1:Merge(g2) g1:Merge(g2)
Duel.SendtoDeck(g1,nil,2,REASON_COST) Duel.SendtoDeck(g1,nil,2,REASON_COST)
end end
......
--黄金战骑 异化萨奇达利乌斯 --黄金战骑 异化萨奇达利乌斯
local m=m local m=47510103
local cm=_G["c"..m] local cm=_G["c"..m]
function cm.initial_effect(c) function cm.initial_effect(c)
c:SetSPSummonOnce(m) c:SetSPSummonOnce(m)
......
...@@ -24,7 +24,7 @@ function cm.initial_effect(c) ...@@ -24,7 +24,7 @@ function cm.initial_effect(c)
e3:SetOperation(cm.tdop) e3:SetOperation(cm.tdop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.tgcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_REMOVED,0)>=12 return Duel.GetFieldGroupCount(tp,LOCATION_REMOVED,0)>=12
and Duel.GetFieldGroupCount(tp,0,LOCATION_REMOVED)>=12 and Duel.GetFieldGroupCount(tp,0,LOCATION_REMOVED)>=12
end end
......
...@@ -19,7 +19,7 @@ function cm.initial_effect(c) ...@@ -19,7 +19,7 @@ function cm.initial_effect(c)
e4:SetType(EFFECT_TYPE_QUICK_O) e4:SetType(EFFECT_TYPE_QUICK_O)
e4:SetCode(EVENT_FREE_CHAIN) e4:SetCode(EVENT_FREE_CHAIN)
e4:SetCountLimit(1,m) e4:SetCountLimit(1,m)
e4:SetCondition(cm.con) e4:SetCondition(cm.ccon)
e4:SetCost(cm.cost) e4:SetCost(cm.cost)
c:RegisterEffect(e4) c:RegisterEffect(e4)
--negate --negate
......
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