Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
317f210b
Commit
317f210b
authored
Jun 24, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1145141919810
parent
2a7c3374
Pipeline
#14197
passed with stages
in 35 minutes and 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
expansions/script/c17032940.lua
expansions/script/c17032940.lua
+4
-1
expansions/script/c67200602.lua
expansions/script/c67200602.lua
+1
-2
expansions/script/c67200604.lua
expansions/script/c67200604.lua
+1
-2
expansions/script/c67200606.lua
expansions/script/c67200606.lua
+1
-2
No files found.
expansions/script/c17032940.lua
View file @
317f210b
...
...
@@ -79,6 +79,9 @@ function c17032940.atkop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
)
end
end
function
c17032940
.
rcfilter
(
c
)
return
c
:
IsSetCard
(
0xa7f3
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c17032940
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
...
...
@@ -87,7 +90,7 @@ function c17032940.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c17032940
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
local
dg
=
Duel
.
GetMatchingGroup
Count
(
c17032940
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
dg
=
Duel
.
GetMatchingGroup
(
c17032940
.
r
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
ct
=
dg
:
GetClassCount
(
Card
.
GetCode
)
if
g
:
GetCount
()
>
0
then
local
tg
=
g
:
GetMinGroup
(
Card
.
GetAttack
)
...
...
expansions/script/c67200602.lua
View file @
317f210b
...
...
@@ -49,8 +49,7 @@ function c67200602.psfilter(c)
return
c
:
IsSetCard
(
0x677
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsType
(
TYPE_RITUAL
)
and
not
c
:
IsForbidden
()
and
not
c
:
IsCode
(
67200602
)
end
function
c67200602
.
sttg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
(
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
))
and
Duel
.
IsExistingMatchingCard
(
c67200602
.
psfilter
,
tp
,
LOCATION_EXTRA
+
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c67200602
.
psfilter
,
tp
,
LOCATION_EXTRA
+
LOCATION_DECK
,
0
,
1
,
nil
)
end
end
function
c67200602
.
stop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
and
not
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
then
return
end
...
...
expansions/script/c67200604.lua
View file @
317f210b
...
...
@@ -50,8 +50,7 @@ function c67200604.psfilter(c)
return
c
:
IsSetCard
(
0x677
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsType
(
TYPE_RITUAL
)
and
not
c
:
IsForbidden
()
and
not
c
:
IsCode
(
67200604
)
end
function
c67200604
.
sttg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
(
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
))
and
Duel
.
IsExistingMatchingCard
(
c67200604
.
psfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c67200604
.
psfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
)
end
end
function
c67200604
.
stop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
and
not
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
then
return
end
...
...
expansions/script/c67200606.lua
View file @
317f210b
...
...
@@ -50,8 +50,7 @@ function c67200606.psfilter(c)
return
c
:
IsSetCard
(
0x677
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsType
(
TYPE_RITUAL
)
and
not
c
:
IsForbidden
()
and
not
c
:
IsCode
(
67200606
)
end
function
c67200606
.
sttg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
(
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
))
and
Duel
.
IsExistingMatchingCard
(
c67200606
.
psfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c67200606
.
psfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
end
function
c67200606
.
stop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
and
not
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
then
return
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment