Commit a756acfc authored by Tachibana's avatar Tachibana

eme

parent 2fc5e701
Pipeline #8564 passed with stages
in 33 minutes and 58 seconds
No preview for this file type
......@@ -52,7 +52,12 @@ function c24865313.op(e,tp,eg,ep,ev,re,r,rp)
opval[off-1]=2
off=off+1
end
local op=Duel.SelectOption(1-tp,table.unpack(ops))
local sp=1-tp
if Duel.IsPlayerAffectedByEffect(tp,24865314) then
sp=tp
end
if not b1 and not b2 then return end
local op=Duel.SelectOption(sp,table.unpack(ops))
local sel=opval[op]
if sel==1 then
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
......@@ -71,7 +76,7 @@ function c24865313.op(e,tp,eg,ep,ev,re,r,rp)
e2:SetCondition(c24865313.descon)
e2:SetOperation(c24865313.desop)
Duel.RegisterEffect(e2,tp)
end
end
end
--从卡组特殊召唤一张量子海妖怪兽
if sel==2 then
......
......@@ -2,7 +2,12 @@
local m=24865315
local cm=_G["c"..m]
function c24865315.initial_effect(c)
e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL)
e0:SetValue(1)
c:RegisterEffect(e0)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(24865315,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN)
......@@ -50,7 +55,7 @@ function c24865315.filter(c)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0xb10) and c:IsAbleToGrave()
end
function c24865315.filter2(c,e,tp)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0xb10) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0xb10) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c24865315.spcon(e,tp,eg,ep,ev,re,r,rp)
local b1=Duel.GetCustomActivityCount(m,1-tp,ACTIVITY_CHAIN)
......
......@@ -2,7 +2,12 @@
local m=24865316
local cm=_G["c"..m]
function c24865316.initial_effect(c)
e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL)
e0:SetValue(1)
c:RegisterEffect(e0)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(24865316,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN)
......
......@@ -2,7 +2,12 @@
local m=24865317
local cm=_G["c"..m]
function c24865317.initial_effect(c)
e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL)
e0:SetValue(1)
c:RegisterEffect(e0)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(24865317,0))
e1:SetType(EFFECT_TYPE_QUICK_O)
......
......@@ -2,7 +2,12 @@
local m=24865321
local cm=_G["c"..m]
function c24865321.initial_effect(c)
e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL)
e0:SetValue(1)
c:RegisterEffect(e0)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(24865321,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN)
......
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