Commit e68fcf99 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 916d0077
Pipeline #29906 passed with stages
in 50 minutes and 59 seconds
...@@ -26,19 +26,13 @@ function c60150616.initial_effect(c) ...@@ -26,19 +26,13 @@ function c60150616.initial_effect(c)
e7:SetDescription(aux.Stringid(60150616,1)) e7:SetDescription(aux.Stringid(60150616,1))
e7:SetCategory(CATEGORY_SPECIAL_SUMMON) e7:SetCategory(CATEGORY_SPECIAL_SUMMON)
e7:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e7:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e7:SetCode(EVENT_TO_GRAVE) e7:SetCode(EVENT_LEAVE_FIELD)
e7:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e7:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e7:SetCountLimit(1,60150616) e7:SetCountLimit(1,60150616)
e7:SetCondition(c60150616.descon) e7:SetCondition(c60150616.descon)
e7:SetTarget(c60150616.destg) e7:SetTarget(c60150616.destg)
e7:SetOperation(c60150616.desop) e7:SetOperation(c60150616.desop)
c:RegisterEffect(e7) c:RegisterEffect(e7)
local e8=e7:Clone()
e8:SetCode(EVENT_REMOVE)
c:RegisterEffect(e8)
local e9=e7:Clone()
e9:SetCode(EVENT_TO_DECK)
c:RegisterEffect(e9)
end end
function c60150616.spfilter2(c) function c60150616.spfilter2(c)
return c:IsSetCard(0x3b21) and c:IsCanBeFusionMaterial() and c:IsAbleToDeckOrExtraAsCost() return c:IsSetCard(0x3b21) and c:IsCanBeFusionMaterial() and c:IsAbleToDeckOrExtraAsCost()
......
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