Commit 72d727d3 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 30ead3b8
Pipeline #2508 passed with stages
in 23 minutes and 59 seconds
No preview for this file type
--动物朋友 二色薮猫
function c33711009.initial_effect(c)
--xyz summon
aux.AddXyzProcedureLevelFree(c,aux.FilterBoolFunction(Card.IsSetCard,0x442),aux.FilterBoolFunction(Card.IsFaceup),2,2)
aux.AddXyzProcedureLevelFree(c,c33711009.mfilter,nil,2,2)
c:EnableReviveLimit()
--code
local e1=Effect.CreateEffect(c)
......@@ -11,7 +11,7 @@ function c33711009.initial_effect(c)
e1:SetRange(LOCATION_MZONE+LOCATION_GRAVE)
e1:SetValue(33700055)
c:RegisterEffect(e1)
--to grave
--to grave
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(33711009,1))
e2:SetCategory(CATEGORY_TOGRAVE)
......@@ -22,6 +22,9 @@ function c33711009.initial_effect(c)
e2:SetOperation(c33711009.operation)
c:RegisterEffect(e2)
end
function c33711009.mfilter(c,xyzc)
return c:IsXyzType(TYPE_MONSTER) and c:IsSetCard(0x442)
end
function c33711009.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
......
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