Commit 76f3d813 authored by Tachibana's avatar Tachibana

nmbd

parent 573ebfbe
......@@ -5,7 +5,7 @@ stages:
variables:
GIT_DEPTH: "1"
LAST_UPDATE_DATE: "2021.5.7"
CURRENT_UPDATE_DATE: "2021.5.23"
CURRENT_UPDATE_DATE: "2021.5.24"
redtext:
stage: prepare
......
No preview for this file type
......@@ -524,12 +524,12 @@
21520176 1 --成形时刻
21520177 2 --扭曲揉合
21520183 1 --曲形魔-克莱因
21520191 1 --急流精怪-速度型
21520192 1 --急流精怪-联动型
21520193 1 --急流精怪-概念型
21520194 1 --急流精怪-支援型
21520195 1 --急流精怪-续航型
21520196 1 --急流精怪-过滤型
21520191 0 --急流精怪-速度型
21520192 0 --急流精怪-联动型
21520193 0 --急流精怪-概念型
21520194 0 --急流精怪-支援型
21520195 0 --急流精怪-续航型
21520196 0 --急流精怪-过滤型
21520197 1 --急流精怪-潮汐体
21520198 1 --急流精怪-叠浪体
21520199 1 --急流精怪-瀑布体
......@@ -604,7 +604,7 @@
29065598 0 --方舟之骑士·廷达
#300
30000200 0 --暗魔力的爆发
30000220 0 --混沌的轮回 循环
30000220 1 --混沌的轮回 循环
30003030 0 --次元回探机
30005000 1 --误召异神
30005005 1 --恶染侵覆
......@@ -1243,7 +1243,7 @@
77765005 0 --新难题「金阁寺的整块天花板」
77765006 1 --新难题「艾哲红石」
77765010 0 --难题「龙颈之玉 -五色的弹丸-」
77777777 1 --Paganini Caprice Number 24
77777777 2 --Paganini Caprice Number 24
#810
81000006 1 --甜花无敌
81007017 2 --白雪安娜·初恋
......
......@@ -83,8 +83,9 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCondition(cm.descon)
e1:SetOperation(cm.desop)
Duel.RegisterEffect(e1,tp)
Duel.SpecialSummonComplete()
end
Duel.SpecialSummonComplete()
end
end
end
function cm.descon(e,tp,eg,ep,ev,re,r,rp)
......
Duel.LoadScript("c16199990.lua")
local m,cm=rk.set(16130007,"BOW")
local m,cm=rk.set(16130004,"BOW")
function cm.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
......
......@@ -3,7 +3,7 @@ local cm=_G["c"..m]
--贤惠的后辈—玛修
function cm.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,4,2,cm.ovfilter,aux.Stringid(m,0),2,,cm.xyzop)
aux.AddXyzProcedure(c,nil,4,2,cm.ovfilter,aux.Stringid(m,0),2,cm.xyzop)
c:EnableReviveLimit()
--special summon
local e3=Effect.CreateEffect(c)
......
--一之濑空
local m=26818021
local m=26818018
local cm=_G["c"..m]
Duel.LoadScript("c26800000.lua")
function cm.initial_effect(c)
......
......@@ -109,7 +109,7 @@ function cm.damval(e,re,val,r,rp,rc)
end
function cm.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return c:GetControler()~=tp and rp==tp not c:IsReason(REASON_REPLACE)
if chk==0 then return c:GetControler()~=tp and rp==tp and not c:IsReason(REASON_REPLACE)
and Duel.GetLocationCount(tp,LOCATION_SZONE,tp,LOCATION_REASON_CONTROL) end
if Duel.SelectEffectYesNo(tp,e:GetHandler(),96) then
Duel.GetControl(c,tp)
......
--异梦书中的人偶
xpcall(function() require("expansions/script/c71400001") end,function() require("script/c71400001") end)
function c71400024.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,yume.YumeCheck(c),4,2)
......
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