Commit c648e8e3 authored by Tachibana's avatar Tachibana

rar

parent 274cc10b
Pipeline #3665 failed with stages
in 91 minutes and 36 seconds
#[2021.4 DIY]
!2021.4 DIY
#[2021.7 DIY]
!2021.7 DIY
#1
00113217 1 --小红花
......@@ -1349,6 +1349,7 @@
#OCG
#forbidden
48905153 0 --十二獣ドランシア
63101919 0 --マジックテンペスター
37818794 0 --超魔導竜騎士-ドラグーン・オブ・レッドアイズ
52653092 0 --SNo.0 ホープ・ゼアル
......@@ -1447,7 +1448,6 @@
74586817 1 --PSYフレームロード・Ω
26889158 1 --転生炎獣ガゼル
74997493 1 --鎖龍蛇-スカルデット
48905153 1 --十二獣ドランシア
78872731 1 --十二獣モルモラット
06602300 1 --重爆撃禽 ボム・フェネクス
28985331 1 --終末の騎士
......@@ -1495,7 +1495,6 @@
18144506 1 --ハーピィの羽根帚
75500286 1 --封印の黄金櫃
07394770 1 --ブリリアント・フュージョン
53208660 1 --ペンデュラム・コール
73468603 1 --盆回し
76375976 1 --魔鍾洞
93600443 1 --マスク・チェンジ・セカンド
......@@ -1509,13 +1508,13 @@
01984618 1 --天底の使徒
23002292 1 --レッド・リブート
#semi limit
57103969 2 --炎舞-「天璣」
38814750 2 --PSYフレームギア・γ
53208660 2 --ペンデュラム・コール
40318957 2 --EMドクロバット・ジョーカー
66399653 2 --ユニオン格納庫
05043010 2 --ファイアウォール・ドラゴン
84731222 2 --希望の記憶
24224830 2 --墓穴の指名者
09411399 2 --D-HEROディアボリックガイ
41386308 2 --マスマティシャン
43694650 2 --未界域のジャッカロープ
70711847 2 --未界域のネッシー
29596581 2 --雷獣龍-サンダー・ドラゴン
......@@ -1530,6 +1529,5 @@
48130397 2 --超融合
11110587 2 --隣の芝刈り
08949584 2 --ヒーローアライブ
59297550 2 --ゼンマイマジシャン
47679935 2 --暴走魔法陣
31434645 2 --呪われしエルドランド
......@@ -124,7 +124,7 @@ function c21520088.cost(e,tp,eg,ep,ev,re,r,rp,chk)
tc:RegisterFlagEffect(21520088,RESET_CHAIN,0,1,e:GetHandler():GetFlagEffect(21520088))
if tc:IsType(TYPE_MONSTER) then
Duel.Hint(HINT_OPSELECTED,1-tp,aux.Stringid(21520088,0))
if tc:IsAttribute(ATTRIBUTE_EARTH) then
--[[ if tc:IsAttribute(ATTRIBUTE_EARTH) then
Duel.Hint(HINT_OPSELECTED,1-tp,1010)
elseif tc:IsAttribute(ATTRIBUTE_WATER) then
Duel.Hint(HINT_OPSELECTED,1-tp,1011)
......@@ -138,7 +138,7 @@ function c21520088.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Hint(HINT_OPSELECTED,1-tp,1015)
elseif tc:IsAttribute(ATTRIBUTE_DEVINE) then
Duel.Hint(HINT_OPSELECTED,1-tp,1016)
end
end--]]
elseif tc:IsType(TYPE_SPELL) then
Duel.Hint(HINT_OPSELECTED,1-tp,aux.Stringid(21520088,1))
elseif tc:IsType(TYPE_TRAP) then
......
......@@ -64,7 +64,7 @@ function c21520133.atkup(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c21520133.target(e,c)
return c:IsSetCard(0x5491) and c:IsType(TYPE_MONSTER)
return c:IsSetCard(0x5491) and c:IsType(TYPE_MONSTER) and c:IsFaceup()
end
function c21520133.spfilter(c,e,tp)
return c:IsSetCard(0x491) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
......@@ -37,7 +37,7 @@ function c21520134.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SET_ATTACK_FINAL)
e1:SetValue(tc:GetAttack()*2)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
e1:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e1)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
......@@ -46,7 +46,7 @@ function c21520134.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetRange(LOCATION_MZONE)
e2:SetOperation(c21520134.desop)
e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e2)
Duel.RegisterEffect(e2,tp)
end
end
function c21520134.desop(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -45,7 +45,7 @@ function c21520146.checkop(e,tp,eg,ep,ev,re,r,rp)
end--]]
end
function c21520146.filter(c,tp)
return c:IsSetCard(0x491) and c:GetPreviousControler()==tp
return c:IsSetCard(0x491) and c:GetPreviousControler()==tp and c:IsType(TYPE_MONSTER)
end
function c21520146.effectfilter(c)
return c:IsCode(21520133) and c:IsFaceup() and not c:IsStatus(STATUS_BATTLE_DESTROYED)
......
......@@ -52,7 +52,7 @@ function c21520250.effectfilter(c)
return c:IsCode(21520133) and c:IsFaceup() and not c:IsStatus(STATUS_BATTLE_DESTROYED)
end
function c21520250.thfilter(c)
return c:IsSetCard(0x491)
return c:IsSetCard(0x491) and (c:IsFaceup() or c:IsPreviousPosition(POS_FACEUP))
end
function c21520250.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c21520250.effectfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
......
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