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
041f8557
Commit
041f8557
authored
Mar 27, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d9962bc5
Pipeline
#34274
passed with stages
in 66 minutes and 52 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
32 additions
and
8 deletions
+32
-8
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c18018110.lua
expansions/script/c18018110.lua
+2
-1
expansions/script/c18029704.lua
expansions/script/c18029704.lua
+8
-4
expansions/script/c18029721.lua
expansions/script/c18029721.lua
+3
-0
expansions/script/c18029722.lua
expansions/script/c18029722.lua
+3
-0
expansions/script/c18030102.lua
expansions/script/c18030102.lua
+1
-0
expansions/script/c18030103.lua
expansions/script/c18030103.lua
+1
-0
expansions/script/c18030104.lua
expansions/script/c18030104.lua
+1
-0
expansions/script/c18030105.lua
expansions/script/c18030105.lua
+1
-0
expansions/script/c18030106.lua
expansions/script/c18030106.lua
+1
-0
expansions/script/c18030107.lua
expansions/script/c18030107.lua
+1
-0
expansions/script/c18030108.lua
expansions/script/c18030108.lua
+1
-0
expansions/script/c18030109.lua
expansions/script/c18030109.lua
+1
-0
expansions/script/c18030114.lua
expansions/script/c18030114.lua
+1
-0
expansions/script/c18700628.lua
expansions/script/c18700628.lua
+4
-2
expansions/script/c18700740.lua
expansions/script/c18700740.lua
+3
-1
No files found.
expansions/FiNALE.cdb
View file @
041f8557
No preview for this file type
expansions/script/c18018110.lua
View file @
041f8557
...
...
@@ -129,7 +129,8 @@ function s.filter(c)
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
and
chkc
:
IsControler
(
tp
)
and
s
.
filter
(
chkc
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
aux
.
NegateAnyFilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
filter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
aux
.
NegateAnyFilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
filter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
)
end
...
...
expansions/script/c18029704.lua
View file @
041f8557
...
...
@@ -52,14 +52,18 @@ function s.atktg(e,c)
local
lg1
=
Duel
.
GetMatchingGroup
(
s
.
cfilter1
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
nil
)
local
res
=
false
for
tc
in
aux
.
Next
(
lg1
)
do
if
tc
==
c
and
c
:
IsSetCard
(
0xc6e9
)
then
res
=
true
for
lc
in
aux
.
Next
(
tc
:
GetLinkedGroup
())
do
if
lc
==
c
and
c
:
IsSetCard
(
0xc6e9
)
then
res
=
true
end
end
end
local
lg2
=
Duel
.
GetMatchingGroup
(
s
.
cfilter2
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
nil
)
for
tc
in
aux
.
Next
(
lg2
)
do
if
tc
==
c
and
c
:
IsSetCard
(
0xa6e9
)
then
res
=
true
for
lc
in
aux
.
Next
(
tc
:
GetLinkedGroup
())
do
if
lc
==
c
and
c
:
IsSetCard
(
0xa6e9
)
then
res
=
true
end
end
end
return
res
...
...
expansions/script/c18029721.lua
View file @
041f8557
...
...
@@ -17,6 +17,9 @@ function s.initial_effect(c)
e2
:
SetTarget
(
s
.
thtg
)
e2
:
SetOperation
(
s
.
thop
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e2
:
Clone
()
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
c
:
RegisterEffect
(
e3
)
end
function
s
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0xc6e9
)
and
c
:
IsFaceup
()
...
...
expansions/script/c18029722.lua
View file @
041f8557
...
...
@@ -17,6 +17,9 @@ function s.initial_effect(c)
e2
:
SetTarget
(
s
.
thtg
)
e2
:
SetOperation
(
s
.
thop
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e2
:
Clone
()
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
c
:
RegisterEffect
(
e3
)
end
function
s
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0xa6e9
)
and
c
:
IsFaceup
()
...
...
expansions/script/c18030102.lua
View file @
041f8557
...
...
@@ -124,6 +124,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
2500
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eatg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c18030103.lua
View file @
041f8557
...
...
@@ -146,6 +146,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
3000
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
filter
(
c
)
...
...
expansions/script/c18030104.lua
View file @
041f8557
...
...
@@ -132,6 +132,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
3000
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eafilter
(
c
)
...
...
expansions/script/c18030105.lua
View file @
041f8557
...
...
@@ -126,6 +126,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
2500
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eatg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
expansions/script/c18030106.lua
View file @
041f8557
...
...
@@ -127,6 +127,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
2500
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eatg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
expansions/script/c18030107.lua
View file @
041f8557
...
...
@@ -127,6 +127,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
3000
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eatg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
expansions/script/c18030108.lua
View file @
041f8557
...
...
@@ -125,6 +125,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
3500
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eatg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c18030109.lua
View file @
041f8557
...
...
@@ -129,6 +129,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
4000
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eacon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c18030114.lua
View file @
041f8557
...
...
@@ -127,6 +127,7 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
PayLPCost
(
tp
,(
2000
-
cp
)
*
2
)
end
Duel
.
SpecialSummon
(
c
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
c
:
CompleteProcedure
()
end
end
function
s
.
eatg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
expansions/script/c18700628.lua
View file @
041f8557
...
...
@@ -55,10 +55,12 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
end
function
cm
.
filter2
(
c
)
return
c
:
GetType
()
==
TYPE_TRAP
or
(
c
:
IsType
(
TYPE_TRAP
)
and
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsSSetable
()
and
(
c
:
GetOriginalLevel
()
>
0
or
bit
.
band
(
c
:
GetOriginalRace
(),
0x3fffffff
)
~=
0
return
((
c
:
IsType
(
TYPE_TRAP
)
and
c
:
IsType
(
TYPE_CONTINUOUS
))
and
c
:
IsSSetable
()
and
(
c
:
GetOriginalLevel
()
>
0
or
bit
.
band
(
c
:
GetOriginalRace
(),
0x3fffffff
)
~=
0
or
bit
.
band
(
c
:
GetOriginalAttribute
(),
0x7f
)
~=
0
or
c
:
GetBaseAttack
()
>
0
or
c
:
GetBaseDefense
()
>
0
))
or
c
:
GetBaseDefense
()
>
0
))
or
(
c
:
GetType
()
==
TYPE_TRAP
and
c
:
IsSSetable
())
end
function
cm
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c18700740.lua
View file @
041f8557
...
...
@@ -76,7 +76,9 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
end
function
cm
.
filter2
(
c
)
return
(
c
:
GetType
()
==
TYPE_TRAP
or
(
c
:
IsType
(
TYPE_TRAP
)
and
c
:
IsType
(
TYPE_CONTINUOUS
)))
and
c
:
IsSSetable
()
and
(
c
:
GetOriginalLevel
()
>
0
or
bit
.
band
(
c
:
GetOriginalRace
(),
0x3fffffff
)
~=
0
return
(
c
:
GetType
()
==
TYPE_TRAP
or
(
c
:
IsType
(
TYPE_TRAP
)
and
c
:
IsType
(
TYPE_CONTINUOUS
)))
and
c
:
IsSSetable
()
and
(
c
:
GetOriginalLevel
()
>
0
or
bit
.
band
(
c
:
GetOriginalRace
(),
0x3fffffff
)
~=
0
or
bit
.
band
(
c
:
GetOriginalAttribute
(),
0x7f
)
~=
0
or
c
:
GetBaseAttack
()
>
0
or
c
:
GetBaseDefense
()
>
0
)
...
...
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