Commit 82a2aebf authored by mercury233's avatar mercury233

fix

parent b384dd9f
...@@ -20,7 +20,6 @@ function c100273010.initial_effect(c) ...@@ -20,7 +20,6 @@ function c100273010.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetCountLimit(1,100273110) e2:SetCountLimit(1,100273110)
e2:SetCondition(c100273010.tgcon)
e2:SetTarget(c100273010.tgtg) e2:SetTarget(c100273010.tgtg)
e2:SetOperation(c100273010.tgop) e2:SetOperation(c100273010.tgop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
...@@ -35,14 +34,12 @@ function c100273010.hdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,14 +34,12 @@ function c100273010.hdop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()==0 then return end if g:GetCount()==0 then return end
Duel.SendtoGrave(g,REASON_EFFECT+REASON_DISCARD) Duel.SendtoGrave(g,REASON_EFFECT+REASON_DISCARD)
end end
function c100273010.tgcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)==0
end
function c100273010.tgfilter(c) function c100273010.tgfilter(c)
return c:IsSetCard(0xb) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave() return c:IsSetCard(0xb) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
end end
function c100273010.tgtg(e,tp,eg,ep,ev,re,r,rp,chk) function c100273010.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c100273010.tgfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)==0
and Duel.IsExistingMatchingCard(c100273010.tgfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK)
end end
function c100273010.tgop(e,tp,eg,ep,ev,re,r,rp) function c100273010.tgop(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -55,7 +55,7 @@ function c100340001.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,7 @@ function c100340001.spop(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
function c100340001.thfilter(c,e) function c100340001.thfilter(c)
return c:IsSetCard(0x2f) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand() return c:IsSetCard(0x2f) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end end
function c100340001.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c100340001.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
...@@ -7,14 +7,14 @@ function c100340026.initial_effect(c) ...@@ -7,14 +7,14 @@ function c100340026.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,100340026+EFFECT_COUNT_CODE_OATH) e1:SetCountLimit(1,100340026)
e1:SetCost(c100340026.cost) e1:SetCost(c100340026.cost)
e1:SetTarget(c100340026.target) e1:SetTarget(c100340026.target)
e1:SetOperation(c100340026.activate) e1:SetOperation(c100340026.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--tohand --tohand
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(100340026,2)) e2:SetDescription(aux.Stringid(100340026,0))
e2:SetCategory(CATEGORY_TOHAND) e2:SetCategory(CATEGORY_TOHAND)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
...@@ -30,7 +30,7 @@ function c100340026.rfilter(c,tp) ...@@ -30,7 +30,7 @@ function c100340026.rfilter(c,tp)
return c:IsSetCard(0x2f) and c:IsType(TYPE_MONSTER) and (c:IsControler(tp) or c:IsFaceup()) return c:IsSetCard(0x2f) and c:IsType(TYPE_MONSTER) and (c:IsControler(tp) or c:IsFaceup())
end end
function c100340026.spfilter(c,e,tp) function c100340026.spfilter(c,e,tp)
return c:IsSetCard(0x2f) and c:IsType(TYPE_MONSTER) and c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x2f) and c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c100340026.fselect(g,tp) function c100340026.fselect(g,tp)
return Duel.GetMZoneCount(tp,g)>=g:GetCount() and Duel.CheckReleaseGroup(tp,aux.IsInGroup,#g,nil,g) return Duel.GetMZoneCount(tp,g)>=g:GetCount() and Duel.CheckReleaseGroup(tp,aux.IsInGroup,#g,nil,g)
...@@ -52,20 +52,19 @@ function c100340026.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -52,20 +52,19 @@ function c100340026.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,e:GetLabel(),tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,e:GetLabel(),tp,LOCATION_DECK)
end end
function c100340026.activate(e,tp,eg,ep,ev,re,r,rp) function c100340026.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE) local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
local g=Duel.GetMatchingGroup(c100340026.spfilter,tp,LOCATION_DECK,0,nil,e,tp) if ft>0 and Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end
local ct=e:GetLabel() local ct=e:GetLabel()
if ft<ct or ft<=0 then return end if ft<ct or ft<=0 then return end
if Duel.IsPlayerAffectedByEffect(tp,59822133) then ct=1 end local g=Duel.GetMatchingGroup(c100340026.spfilter,tp,LOCATION_DECK,0,nil,e,tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=g:SelectSubGroup(tp,aux.dncheck,false,1,ct) local sg=g:SelectSubGroup(tp,aux.dncheck,false,ct,ct)
if sg then if sg then
Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP)
end end
end end
function c100340026.thfilter(c) function c100340026.thfilter(c)
return c:IsSetCard(0x2f) and c:IsType(TYPE_MONSTER) and c:IsFaceup() and c:IsAbleToHand() return c:IsSetCard(0x2f) and c:IsType(TYPE_MONSTER) and (c:IsLocation(LOCATION_GRAVE) or c:IsFaceup()) and c:IsAbleToHand()
end end
function c100340026.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c100340026.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED) and chkc:IsControler(tp) and c100340026.thfilter(chkc) end if chkc then return chkc:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED) and chkc:IsControler(tp) and c100340026.thfilter(chkc) end
......
...@@ -20,12 +20,13 @@ function c100340027.initial_effect(c) ...@@ -20,12 +20,13 @@ function c100340027.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c100340027.filter(c,e,tp) function c100340027.filter(c,e,tp)
return c:IsLevelBelow(4) and c:IsSetCard(0x2f) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsLevelBelow(4) and c:IsSetCard(0x2f) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c100340027.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c100340027.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c100340027.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c100340027.filter(chkc) end
if chk==0 then return true end if chk==0 then return true end
if Duel.IsExistingTarget(c100340027.filter,tp,LOCATION_GRAVE,0,1,nil,e,tp) if Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingTarget(c100340027.filter,tp,LOCATION_GRAVE,0,1,nil,e,tp)
and Duel.SelectYesNo(tp,aux.Stringid(100340027,0)) then and Duel.SelectYesNo(tp,aux.Stringid(100340027,0)) then
e:SetCategory(CATEGORY_SPECIAL_SUMMON) e:SetCategory(CATEGORY_SPECIAL_SUMMON)
e:SetProperty(EFFECT_FLAG_CARD_TARGET) e:SetProperty(EFFECT_FLAG_CARD_TARGET)
...@@ -40,7 +41,6 @@ function c100340027.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -40,7 +41,6 @@ function c100340027.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
end end
function c100340027.activate(e,tp,eg,ep,ev,re,r,rp) function c100340027.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
......
...@@ -45,7 +45,6 @@ function c100340105.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -45,7 +45,6 @@ function c100340105.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,rct,0,loc) Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,rct,0,loc)
end end
function c100340105.activate(e,tp,eg,ep,ev,re,r,rp) function c100340105.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=Duel.GetMatchingGroup(c100340105.cfilter,tp,LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(c100340105.cfilter,tp,LOCATION_MZONE,0,nil)
local ct=g:GetClassCount(Card.GetCode) local ct=g:GetClassCount(Card.GetCode)
if ct>0 then if ct>0 then
...@@ -72,7 +71,7 @@ function c100340105.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -72,7 +71,7 @@ function c100340105.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c100340105.tfilter(c,tp) function c100340105.tfilter(c,tp)
return c:IsOnField() and c:IsControler(tp) and c:IsSetCard(0x2f) and c:IsType(TYPE_SYNCHRO) return c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsSetCard(0x2f) and c:IsType(TYPE_SYNCHRO)
end end
function c100340105.discon(e,tp,eg,ep,ev,re,r,rp) function c100340105.discon(e,tp,eg,ep,ev,re,r,rp)
if ep==tp then return false end if ep==tp then return false end
......
...@@ -69,7 +69,8 @@ function c100340202.spfilter(c,e,tp) ...@@ -69,7 +69,8 @@ function c100340202.spfilter(c,e,tp)
return c:IsSetCard(0x2f) and c:IsType(TYPE_TUNER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x2f) and c:IsType(TYPE_TUNER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c100340202.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c100340202.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(c100340202.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp) end if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c100340202.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
end end
function c100340202.spop(e,tp,eg,ep,ev,re,r,rp) function c100340202.spop(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