We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235942a commit 0ced35cCopy full SHA for 0ced35c
rush/c160003017.lua
@@ -1,4 +1,4 @@
1
---聖剣士の鞘払いシース
+--聖剣士の鞘払いシース
2
--Sieth, the Scabbard of Noble Arms
3
4
local s,id=GetID()
rush/c160003022.lua
@@ -1,5 +1,5 @@
--クリア・アイス・ドラゴン
---Clear Ice Dragon
+--Clear Ice Dragon
--Scripted by Hatter
5
rush/c160003032.lua
--- 特報マシン・タフロイド
+-- 特報マシン・タフロイド
--Printing Presser
function s.initial_effect(c)
rush/c160003035.lua
---トリック・ピジョン
+--トリック・ピジョン
--Trick Pigeon
rush/c160003036.lua
---ルミナス・パロット
+--ルミナス・パロット
--Luminous Parrot
rush/c160003037.lua
---ロング・シールド・ガードナー
+--ロング・シールド・ガードナー
--Long Shield Gardna
rush/c160003038.lua
@@ -20,7 +20,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
20
if chk==0 then return Duel.IsExistingMatchingCard(s.tdfilter,tp,LOCATION_GRAVE,0,1,nil) end
21
end
22
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
23
- if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,nil)
+ if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,nil)
24
25
26
function s.operation(e,tp,eg,ep,ev,re,r,rp)
@@ -31,7 +31,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
31
--Effect
32
local g=Duel.SelectMatchingCard(tp,Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,1,nil):GetFirst()
33
Duel.HintSelection(Group.FromCards(g))
34
- if g and g:IsFacedown() then
+ if g and g:IsFacedown() then
35
Duel.ConfirmCards(tp,g)
36
37
rush/c160003041.lua
--- 海竜王グランガノス Kairyu-Oh Granganoth
+-- 海竜王グランガノス Kairyu-Oh Granganoth
--Sea Dragon King Granganus
rush/c160003046.lua
@@ -18,7 +18,7 @@ function s.filter(c)
18
19
--Activation legality
- if chk==0 then return Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsRace,RACE_PYRO),tp,LOCATION_MZONE,0,1,nil)
+ if chk==0 then return Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsRace,RACE_PYRO),tp,LOCATION_MZONE,0,1,nil)
and Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil)
rush/c160003055.lua
@@ -28,7 +28,7 @@ function s.atkfilter(c)
28
29
30
- if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil)
+ if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil)
and Duel.IsExistingMatchingCard(s.atkfilter,tp,LOCATION_MZONE,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_ATKCHANGE,nil,0,0,LOCATION_MZONE)
0 commit comments