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
28319025
Commit
28319025
authored
Aug 26, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5e86d0f7
Pipeline
#40362
failed with stages
in 4 minutes and 6 seconds
Changes
9
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
12 deletions
+15
-12
expansions/script/c10230020.lua
expansions/script/c10230020.lua
+1
-1
expansions/script/c10230030.lua
expansions/script/c10230030.lua
+1
-1
expansions/script/c10230040.lua
expansions/script/c10230040.lua
+1
-1
expansions/script/c10230050.lua
expansions/script/c10230050.lua
+1
-1
expansions/script/c10230070.lua
expansions/script/c10230070.lua
+1
-1
expansions/script/c10230100.lua
expansions/script/c10230100.lua
+1
-1
expansions/script/c10230140.lua
expansions/script/c10230140.lua
+1
-1
expansions/script/c16138025.lua
expansions/script/c16138025.lua
+7
-4
expansions/script/c81907122.lua
expansions/script/c81907122.lua
+1
-1
No files found.
expansions/script/c10230020.lua
View file @
28319025
...
...
@@ -65,7 +65,7 @@ function s.filter(c)
return
not
c
:
IsSetCard
(
0x5a5
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
+
TYPE_SPELL
)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
and
(
re
:
IsHasCategory
(
CATEGORY_DRAW
)
or
re
:
IsHasCategory
(
CATEGORY_SEARCH
))
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c10230030.lua
View file @
28319025
...
...
@@ -70,7 +70,7 @@ function s.filter(c)
return
not
c
:
IsSetCard
(
0x5a5
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
+
TYPE_SPELL
)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
expansions/script/c10230040.lua
View file @
28319025
...
...
@@ -63,7 +63,7 @@ function s.filter(c)
return
not
c
:
IsSetCard
(
0x5a5
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
+
TYPE_SPELL
)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
e
:
GetHandler
())
end
...
...
expansions/script/c10230050.lua
View file @
28319025
...
...
@@ -63,7 +63,7 @@ function s.filter(c)
return
not
c
:
IsSetCard
(
0x5a5
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
+
TYPE_SPELL
)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
then
return
false
end
if
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
then
return
false
end
if
Duel
.
GetCurrentChain
()
<
2
then
return
false
end
for
i
=
1
,
ev
do
local
te
,
tgp
=
Duel
.
GetChainInfo
(
i
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_PLAYER
)
...
...
expansions/script/c10230070.lua
View file @
28319025
...
...
@@ -64,7 +64,7 @@ function s.filter(c)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
loc
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
and
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
loc
&
LOCATION_ONFIELD
~=
0
end
...
...
expansions/script/c10230100.lua
View file @
28319025
...
...
@@ -64,7 +64,7 @@ function s.filter(c)
return
not
c
:
IsSetCard
(
0x5a5
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
+
TYPE_SPELL
)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
and
eg
:
IsExists
(
Card
.
IsPreviousLocation
,
1
,
nil
,
LOCATION_EXTRA
)
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c10230140.lua
View file @
28319025
...
...
@@ -65,7 +65,7 @@ function s.filter(c)
return
not
c
:
IsSetCard
(
0x5a5
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
+
TYPE_SPELL
)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
expansions/script/c16138025.lua
View file @
28319025
...
...
@@ -129,9 +129,6 @@ end
function
s
.
exmzfilter
(
c
,
seq
)
return
c
:
GetSequence
()
==
seq
end
function
s
.
desfilter
(
c
)
return
not
c
:
IsLocation
(
LOCATION_SZONE
)
or
c
:
GetSequence
()
<
5
end
function
s
.
seqfilter
(
c
,
seq
,
tp
)
local
cseq
=
c
:
GetSequence
()
local
cloc
=
c
:
GetLocation
()
...
...
@@ -155,7 +152,13 @@ function s.seqfilter(c,seq,tp)
end
function
s
.
seqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
desfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_ONFIELD
,
1
,
nil
)
end
local
flag
=
false
for
i
=
0
,
6
do
if
Duel
.
IsExistingMatchingCard
(
s
.
seqfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_ONFIELD
,
1
,
nil
,
i
,
tp
)
then
flag
=
true
end
end
if
chk
==
0
then
return
flag
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
1
-
tp
,
LOCATION_ONFIELD
)
end
function
s
.
seqop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c81907122.lua
View file @
28319025
...
...
@@ -41,7 +41,7 @@ function cm.atkop(e,tp,eg,ep,ev,re,r,rp)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_PUBLIC
)
e1
:
SetTargetRange
(
LOCATION_HAND
,
LOCATION_HAND
)
e1
:
SetTargetRange
(
0
,
LOCATION_HAND
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
...
...
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