Commit 7f7394e1 authored by Tachibana's avatar Tachibana

得得得得得

parent 02bb6cf8
Pipeline #13540 failed with stages
in 9 minutes and 52 seconds
......@@ -49,7 +49,7 @@ function cm.splimit(e,se,sp,st)
return se:IsHasType(EFFECT_TYPE_ACTIONS)
end
function cm.cfilter(c)
return c:IsSetCard(0xcfbc) and c:IsReleasable()
return c:IsSetCard(0xcfbc) and c:IsLevelAbove(10) and c:IsReleasable()
end
function cm.drcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDiscardable()
......
......@@ -21,7 +21,6 @@ function cm.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_EQUIP)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1,m+100)
......@@ -56,7 +55,7 @@ function cm.mfilter(c)
return c:IsLevel(10) and c:IsSetCard(0xcfbc)
end
function cm.thfilter1(c)
return c:IsSetCard(0xcfbc) and c:IsAbleToHand()
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function cm.thtg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter1,tp,LOCATION_DECK,0,1,nil) end
......@@ -71,7 +70,7 @@ function cm.thop1(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.eqfilter(c,e,tp)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
......@@ -22,7 +22,6 @@ function cm.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,1))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_EQUIP)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1,m+100)
......@@ -75,7 +74,7 @@ function cm.thop1(e,tp,eg,ep,ev,re,r,rp)
Duel.Remove(sg,POS_FACEUP,REASON_RULE)
end
function cm.eqfilter(c,e,tp)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
......@@ -21,7 +21,6 @@ function cm.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,1))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_EQUIP)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1,m+100)
......@@ -32,8 +31,8 @@ function cm.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,2))
e2:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
......@@ -67,7 +66,7 @@ function cm.drop(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,0)
end
function cm.eqfilter(c,e,tp)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
......@@ -21,7 +21,6 @@ function cm.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,1))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_EQUIP)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1,m+100)
......@@ -82,7 +81,7 @@ function cm.drop(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.eqfilter(c,e,tp)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSetCard(0xcfbc) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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