Commit 4b52e4e3 authored by TanakaKotoha's avatar TanakaKotoha

fbk

parent e434851a
...@@ -3,7 +3,7 @@ function c1000364.initial_effect(c) ...@@ -3,7 +3,7 @@ function c1000364.initial_effect(c)
--fusion material --fusion material
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0xc203),aux.FilterBoolFunction(Card.IsFusionSetCard,0xc202,0xc201),true) aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0xc203),aux.FilterBoolFunction(Card.IsFusionSetCard,0xc202,0xc201),true)
aux.AddContactFusionProcedure(c,Card.IsAbleToGraveAsCost,LOCATION_MZONE,0,Duel.Remove,POS_FACEUP,REASON_COST) aux.AddContactFusionProcedure(c,Card.IsAbleToGraveAsCost,LOCATION_MZONE,0,Duel.SendtoGrave,POS_FACEUP,REASON_COST)
--spsummon condition --spsummon condition
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -13,7 +13,7 @@ function c66619903.initial_effect(c) ...@@ -13,7 +13,7 @@ function c66619903.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--tohand --tohand
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_TOHAND) e2:SetCategory(CATEGORY_SEARCH)
e2:SetDescription(aux.Stringid(66619903,1)) e2:SetDescription(aux.Stringid(66619903,1))
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_HAND) e2:SetRange(LOCATION_HAND)
......
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