Commit 90128b30 authored by TanakaKotoha's avatar TanakaKotoha

mopemope

parent 181331d9
Pipeline #721 failed with stages
in 23 minutes and 32 seconds
......@@ -1029,6 +1029,8 @@
99600001 0 --时空魔女 艾米尔
#forbidden
37818794 0 --超魔導竜騎士-ドラグーン・オブ・レッドアイズ
52653092 0 --SNo.0 ホープ・ゼアル
91869203 0 --アマゾネスの射手
20663556 0 --イレカエル
44910027 0 --ヴィクトリー・ドラゴン
......@@ -1109,6 +1111,8 @@
17178486 0 --ライフチェンジャー
28566710 0 --ラストバトル!
#limit
69811710 1 --宵星の騎士ギルス
02295440 1 --ワン・フォー・ワン
64034255 1 --A・ジェネクス・バードマン
76794549 1 --アストログラフ・マジシャン
01561110 1 --ABC-ドラゴン・バスター
......@@ -1134,7 +1138,6 @@
59297550 1 --ゼンマイマジシャン
44335251 1 --魂喰いオヴィラプター
73941492 1 --調弦の魔術師
37818794 1 --超魔導竜騎士-ドラグーン・オブ・レッドアイズ
15291624 1 --超雷龍-サンダー・ドラゴン
90953320 1 --TG ハイパー・ライブラリアン
69015963 1 --デビル・フランケン
......@@ -1181,20 +1184,19 @@
93600443 1 --マスク・チェンジ・セカンド
15854426 1 --霞の谷の神風
66399653 1 --ユニオン格納庫
06172122 1 --真紅眼融合
27970830 1 --六武の門
05851097 1 --虚無空間
61740673 1 --王宮の勅命
21076084 1 --トリックスター・リンカーネイション
89208725 1 --メタバース
#semi limit
84731222 2 --希望の記憶
01984618 2 --天底の使徒
24224830 2 --墓穴の指名者
25533642 2 --オルターガイスト・メリュシーク
99234526 2 --輝白竜 ワイバースター
21593977 2 --処刑人-マキュラ
14536035 2 --ダーク・グレファー
82385847 2 --ダイナレスラー・パンクラトプス
09411399 2 --D-HEROディアボリックガイ
28297833 2 --ネクロフェイス
10802915 2 --魔界発現世行きデスガイド
41386308 2 --マスマティシャン
43694650 2 --未界域のジャッカロープ
......@@ -1215,6 +1217,4 @@
11110587 2 --隣の芝刈り
08949584 2 --ヒーローアライブ
01475311 2 --闇の誘惑
02295440 2 --ワン・フォー・ワン
53936268 2 --パーソナル・スプーフィング
23002292 2 --レッド・リブート
......@@ -29,7 +29,7 @@ function c33400502.cnfilter(c)
return c:IsSetCard(0x6341) and c:IsFaceup()
end
function c33400502.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,1000) or Duel.IsExistingMatchingCard(cm.cnfilter,tp,LOCATION_ONFIELD,0,1,nil) end
if chk==0 then return Duel.CheckLPCost(tp,1000) or Duel.IsExistingMatchingCard(c33400502.cnfilter,tp,LOCATION_ONFIELD,0,1,nil) end
if not Duel.IsExistingMatchingCard(cm.cnfilter,tp,LOCATION_ONFIELD,0,1,nil)then Duel.PayLPCost(tp,1000)
end
end
......
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