Commit 5d2d5f0d authored by TanakaKotoha's avatar TanakaKotoha

emergency update

parent 1091379d
No preview for this file type
......@@ -169,10 +169,6 @@
12010055 1 --LA CSGA 拒绝的罗弗寇
12013007 1 --紫阳花的火枪手 伊瓦尔
12013012 0 --琉璃菊的火枪手 达芙妮
12017000 2 --忍妖 粉雪
12017002 2 --忍妖 玉雪
12017003 2 --忍妖 粟子姬
12017020 2 --忍妖 变化之术
12026024 1 --化作机械的暗影 拉结尔
12026026 1 --光晓的神子 拉结尔
12026033 1 --白神的传承 拉结尔
......@@ -195,9 +191,6 @@
12038003 1 --偶像P 普利兹姆
12040001 1 --发圈宠儿 梅雷特
12040001 1 --发圈宠儿 娜娜妮
12048002 0 --幻梦的探求者 墓城姬涅依
12048010 1 --墓城的怠惰
12048021 0 --墓城七姬 二之姬 玛莉梅娜
12054001 0 --暴食女巫 顾拉
12054004 2 --海之家的霸者 顾拉
12056001 0 --星屑的茶会时间
......@@ -293,6 +286,7 @@
16100008 0 --史上最大最恶的绝望性事件
16100009 0 --像素熊 黑白熊病毒
16101101 0 --天空的威胁
16101103 0 --克尔苏加德
16101105 0 --黑暗之门
16102003 1 --SCP基金会 Doctors
16102007 1 --SCP-247 无害的小猫
......@@ -833,12 +827,13 @@
60152321 2 --现在,是柊杏奈的时间
60152701 0 --何蒙库鲁兹结合纤维
60152702 0 --何蒙库鲁兹试验体 暴君N87
60152802 2 --素晴的红魔族第一发育
60159906 1 --现世的赤龙唤士 索妮亚
60159907 0 --极夜的龙骑士
60159910 1 --惑星乱源
60159912 1 --连锁束缚
60159915 1 --地狱使者亲临
60159941 1 --光与暗的潜伏者 深渊之伊米尔
60159941 0 --光与暗的潜伏者 深渊之伊米尔
#622
62200000 0 --从那里开始的一切
62201001 1 --少年阿玛多伊斯的玻离乐章
......@@ -922,6 +917,7 @@
#696
69691901 0 --探索安戈洛
69696005 0 --钟馗大神
69696008 0 --巫祭神
69696915 0 --迁跃融合
69696916 1 --星灵虎
69696918 1 --梦魇术士
......@@ -968,7 +964,7 @@
81000006 1 --甜花无敌
81005032 2 --八宫一月
81005033 2 --八宫一月·夜
81005035 2 --八宫一月·朝
81005035 1 --八宫一月·朝
81005061 2 --一月·八宫
81005071 0 --黑野紫
81006022 1 --身负枷锁的魔女
......
......@@ -28,7 +28,7 @@ function c32912371.initial_effect(c)
c:RegisterEffect(e3)
end
function c32912371.cfilter(c)
return c:IsFacedown() or not c:IsSetCard(0x205)
return c:IsFacedown() or not c:IsSetCard(0xa15)
end
function c32912371.spcon(e,tp,eg,ep,ev,re,r,rp)
return not Duel.IsExistingMatchingCard(c32912371.cfilter,tp,LOCATION_MZONE,0,1,nil)
......@@ -48,7 +48,7 @@ function c32912371.thcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp
end
function c32912371.filter(c)
return c:IsSetCard(0x205) and not c:IsCode(32912371) and c:IsAbleToHand()
return c:IsSetCard(0xa15) and not c:IsCode(32912371) and c:IsAbleToHand()
end
function c32912371.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c32912371.filter,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -27,7 +27,7 @@ function c32912372.initial_effect(c)
c:RegisterEffect(e2)
end
function c32912372.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0x205) and not c:IsCode(32912372)
return c:IsFaceup() and c:IsSetCard(0xa15) and not c:IsCode(32912372)
end
function c32912372.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c32912372.cfilter,tp,LOCATION_MZONE,0,1,nil)
......@@ -50,7 +50,7 @@ function c32912372.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c32912372.rfilter(c)
return c:IsSetCard(0x205)
return c:IsSetCard(0xa15)
end
function c32912372.descost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,c32912372.rfilter,1,e:GetHandler()) end
......
--Spiral Drill - Sky Drive Warrior
function c32912374.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsCode,32912371),aux.NonTuner(Card.IsSetCard,0x205),1)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsCode,32912371),aux.NonTuner(Card.IsSetCard,0xa15),1)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
......
......@@ -44,13 +44,13 @@ function c32912375.initial_effect(c)
c:RegisterEffect(e5)
end
function c32912375.lkcheck(c)
return c:IsSetCard(0x205)
return c:IsSetCard(0xa15)
end
function c32912375.lcheck(g,lc)
return g:GetClassCount(Card.GetCode)==g:GetCount()
end
function c32912375.matfilter(c)
return c:IsSetCard(0x205) and c:GetOriginalLevel()>=0
return c:IsSetCard(0xa15) and c:GetOriginalLevel()>=0
end
function c32912375.matcheck(e,c)
local g=c:GetMaterial():Filter(c32912375.matfilter,nil)
......@@ -91,7 +91,7 @@ function c32912375.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
end
function c32912375.thfilter(c)
return c:IsSetCard(0x205) and c:IsAbleToHand()
return c:IsSetCard(0xa15) and c:IsAbleToHand()
end
function c32912375.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c32912375.thfilter,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -26,7 +26,7 @@ function c32912376.initial_effect(c)
c:RegisterEffect(e3)
end
function c32912376.thcfilter(c,tp)
return c:IsPreviousSetCard(0x205)
return c:IsPreviousSetCard(0xa15)
and c:GetPreviousControler()==tp and c:IsPreviousPosition(POS_FACEUP)
and c:IsPreviousLocation(LOCATION_MZONE)
end
......@@ -34,7 +34,7 @@ function c32912376.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c32912376.thcfilter,1,nil,tp)
end
function c32912376.thfilter(c)
return c:IsSetCard(0x205) and not c:IsCode(32912376) and c:IsAbleToHand()
return c:IsSetCard(0xa15) and not c:IsCode(32912376) and c:IsAbleToHand()
end
function c32912376.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......
......@@ -20,7 +20,7 @@ function c32912377.condition(e,tp,eg,ep,ev,re,r,rp)
return ct>0 and (Duel.GetCurrentPhase()~=PHASE_DAMAGE or not Duel.IsDamageCalculated())
end
function c32912377.filter(c)
return c:IsFaceup() and c:IsSetCard(0x205)
return c:IsFaceup() and c:IsSetCard(0xa15)
end
function c32912377.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......@@ -84,10 +84,10 @@ end
function c32912377.effectfilter(e,ct)
local te=Duel.GetChainInfo(ct,CHAININFO_TRIGGERING_EFFECT)
local tc=te:GetHandler()
return tc:IsSetCard(0x205)
return tc:IsSetCard(0xa15)
end
function c32912377.indtg(e,c)
return c:IsSetCard(0x205)
return c:IsSetCard(0xa15)
end
function c32912377.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp
......
......@@ -24,7 +24,7 @@ function c32912379.initial_effect(c)
c:RegisterEffect(e2)
end
function c32912379.filter(c,e,tp)
return c:IsSetCard(0x205) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSetCard(0xa15) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c32912379.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c32912379.filter(chkc,e,tp) end
......@@ -53,7 +53,7 @@ function c32912379.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoDeck(e:GetHandler(),nil,2,REASON_EFFECT)
end
function c32912379.thfilter(c)
return c:IsSetCard(0x205) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:IsSetCard(0xa15) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c32912379.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c32912379.thfilter(chkc) end
......
......@@ -39,7 +39,7 @@ function c32912380.initial_effect(c)
c:RegisterEffect(e4)
end
function c32912380.reccon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp and eg:GetFirst():IsControler(tp) and eg:GetFirst():IsSetCard(0x205)
return ep~=tp and eg:GetFirst():IsControler(tp) and eg:GetFirst():IsSetCard(0xa15)
end
function c32912380.rectg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......@@ -53,10 +53,10 @@ function c32912380.recop(e,tp,eg,ep,ev,re,r,rp)
Duel.Recover(p,d,REASON_EFFECT)
end
function c32912380.target(e,c)
return c:IsSetCard(0x205)
return c:IsSetCard(0xa15)
end
function c32912380.thfilter(c)
return c:IsSetCard(0x205) and c:IsType(TYPE_SPELL+TYPE_TRAP) and not c:IsCode(32912380) and c:IsAbleToHand()
return c:IsSetCard(0xa15) and c:IsType(TYPE_SPELL+TYPE_TRAP) and not c:IsCode(32912380) and c:IsAbleToHand()
end
function c32912380.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c32912380.thfilter,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -72,7 +72,7 @@ function c32912381.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(e:GetHandler(),REASON_EFFECT)
end
function c32912381.cfilter(c)
return c:IsSetCard(0x205) and c:IsType(TYPE_MONSTER) and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0xa15) and c:IsType(TYPE_MONSTER) and c:IsAbleToRemoveAsCost()
end
function c32912381.damcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToRemoveAsCost()
......
......@@ -164,7 +164,6 @@
!setname 0x6fb2 蛋黄兔姬
!setname 0x1fb3 波恋达斯
!setname 0x2fb3 双色
!setname 0xfb4 忍妖
!setname 0xfb6 火枪手
!setname 0x3fb7 事龙人
!setname 0xfb8 水歌
......@@ -184,8 +183,6 @@
!setname 0x3fbe 原数黑姬
#setcode="BlueAngel" 空乃泊
#setcode="yatori" yatori
#named_with_HakaShiro 墓城
#named_with_HakaShiroJyou 墓城姬
#named_with_Mei 涅依
#named_with_SeHakaShiroJyou 墓城七姬
#named_with_Unleashed 感情爆发
......@@ -398,6 +395,7 @@
#TaxingCorn 1502312539 329 0xa10-0xa1f
!setname 0xaa12 破恒者
!setname 0xa15 螺旋钻头
#萌萌尺酱 626386490 333 0x550-0x55f
!setname 0x550 造神计划
......
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