Commit e3f15ff5 authored by Tachibana's avatar Tachibana

ndyd

parent 51d52531
10910012 0 --天使与龙的舞台
16107109 0 --升阶魔法 G-神智的统合
16107119 0 --最终龙理 Q.E.D.+
16130002 0 --T病毒感染者
21520148 2 --星宇再现(1→2)
21520249 1 --星宇成像-戊己土(0→1)
26818013 2 --洞彻一切 泽尼娅(1→2)
30005030 1 --懵懂的暗芽
30700035 0 --龙裔的狂战士
30700038 0 --圣洁的眷顾
30700039 0 --龙裔的悲叹
33500307 3 --薇奈特-纯真恶魔(2→3)
40008460 0 --时刻兽·秘央龙·机妙(1→0)
40008547 0 --超刻兽·庚辛利牙·叛逆(1→0)
40008548 0 --十二支刻兽·刻神指令·启示(1→0)
45746831 3 --营地的厨师 图坦卡蒙(1→3)
45746835 2 --营地少年 雪球(1→2)
45746836 2 --营地长 爷爷(1→2)
45746852 3 --营地外的私人海滩(1→3)
65020051 2 --暮色居城的朝晖(1→2)
65030012 2 --树阴围绕的遥远耀光(1→2)
65031014 3 --独我的律歌者(2→3)
65071018 2 --刺耳嚎叫(0→2)
65071049 2 --悲惨圣诞
81047004 0 --度假·黑崎智秋
81048034 1 --复苏的魔女 艾妮萌
81048035 1 --复苏的魔女 芙洛莱
81060016 1 --薇薇安·伊文捷琳 π
●下次再来
六毛之癫
......@@ -1304,7 +1304,10 @@
81040037 1 --冬日回忆·周子
81042009 0 --Nanahira & Mega
81046034 0 --虚拟主播 西园千草
81047004 0 --度假·黑崎智秋
81048027 1 --猫咖 momoko
81048034 1 --复苏的魔女 艾妮萌
81048035 1 --复苏的魔女 芙洛莱
81051001 1 --凯瑟琳·罗森塔尔 θ
81052002 1 --克里斯汀·罗森塔尔-c239b3
81056002 1 --浅见空子·月色
......@@ -1312,6 +1315,7 @@
81057004 1 --水晶艾蕾娜·雨夜
81058004 0 --原田秋叶·夏祭
81060008 1 --薇薇安·伊文捷琳 θ
81060016 1 --薇薇安·伊文捷琳 π
#822
82204231 1 --孤独的时之行者
82204262 1 --灵魂锁链
......
--风之时针·苍穹
function c26806027.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--special summon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,26806027)
e1:SetTarget(c26806027.target)
e1:SetOperation(c26806027.operation)
c:RegisterEffect(e1)
--to hand
local e4=Effect.CreateEffect(c)
e4:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e4:SetRange(LOCATION_GRAVE)
e4:SetCode(EVENT_BATTLE_DESTROYED)
e4:SetCountLimit(1,26806927)
e4:SetCost(aux.bfgcost)
e4:SetCondition(c26806027.thcon)
e3:SetTarget(c26806027.thtg)
e4:SetOperation(c26806027.thop)
c:RegisterEffect(e4)
end
function c26806027.filter(c,e,tp)
return c:IsAttack(2200) and c:IsDefense(600) and c:IsSummonableCard() and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c26806027.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_GRAVE) and c26806027.filter(chkc,e,tp) end
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingTarget(c26806027.filter,tp,LOCATION_GRAVE,0,1,nil,e,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectTarget(tp,c26806027.filter,tp,LOCATION_GRAVE,0,1,1,nil,e,tp)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0)
end
function c26806027.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
end
end
function c26806027.cfilter(c,tp)
return c:IsType(TYPE_LINK) and c:IsAttack(3200) and c:GetPreviousControler()==tp
end
function c26806027.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c26806027.cfilter,1,nil,tp)
end
function c26806027.thfilter(c)
return c:IsType(TYPE_CONTINUOUS) and c:IsAbleToHand()
end
function c26806027.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c26806027.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end
function c26806027.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(tp,c26806027.thfilter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end
end
--好久不见·海伊
local m=m
local m=26806028
local cm=_G["c"..m]
function cm.initial_effect(c)
c:EnableReviveLimit()
......
......@@ -47,7 +47,7 @@ function c47501006.initial_effect(c)
local e9=Effect.CreateEffect(c)
e9:SetType(EFFECT_TYPE_SINGLE)
e9:SetCode(EFFECT_MATERIAL_CHECK)
e9:SetValue(cm.valcheck)
e9:SetValue(c47501006.valcheck)
c:RegisterEffect(e9)
end
c47501006.material_type=TYPE_SYNCHRO
......
......@@ -10,7 +10,7 @@ function c71400034.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_FZONE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e:SetDescription(aux.Stringid(71400034,0))
e1:SetDescription(aux.Stringid(71400034,0))
e1:SetCountLimit(1)
e1:SetTarget(c71400034.tg1)
e1:SetOperation(c71400034.op1)
......
......@@ -27,7 +27,7 @@ function c71400055.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_PLAYER_TARGET)
e2:SetCode(EVENT_TO_GRAVE)
e2:SetCountLimit(1,71400055)
e6:SetCondition(c71400055.con2)
e2:SetCondition(c71400055.con2)
e2:SetTarget(c71400055.tg2)
e2:SetOperation(c71400055.op2)
c:RegisterEffect(e2)
......
......@@ -120,8 +120,12 @@ function c71402000.efop(e,tp,eg,ep,ev,re,r,rp)
end
elseif dc==3 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,c71402000.filter2,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then Duel.SendtoGrave(g,REASON_EFFECT)>0 end
local tg=Duel.SelectMatchingCard(tp,c71402000.filter2,tp,LOCATION_DECK,0,1,1,nil)
if tg:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local sg=tg:Select(tp,1,1,nil):GetFirst()
Duel.SendtoGrave(sg,REASON_EFFECT)
end
elseif dc==4 then
local thg=Duel.GetMatchingGroup(c71402000.filter3,tp,LOCATION_GRAVE,0,nil)
if thg:GetCount()>0
......
--小兔崽子
local m=81044003
local m=81048002
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
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