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
aef03d88
Commit
aef03d88
authored
Sep 07, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c15be0b9
Pipeline
#40444
failed with stages
in 2 minutes and 40 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
16 deletions
+12
-16
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/93378018.jpg
expansions/pics/93378018.jpg
+0
-0
expansions/pics/93378021.jpg
expansions/pics/93378021.jpg
+0
-0
expansions/script/c93378018.lua
expansions/script/c93378018.lua
+9
-13
expansions/script/c93378021.lua
expansions/script/c93378021.lua
+3
-3
No files found.
expansions/FiNALE.cdb
View file @
aef03d88
No preview for this file type
expansions/pics/93378018.jpg
View replaced file @
c15be0b9
View file @
aef03d88
72.3 KB
|
W:
|
H:
296 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/93378021.jpg
View replaced file @
c15be0b9
View file @
aef03d88
75.7 KB
|
W:
|
H:
319 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c93378018.lua
View file @
aef03d88
...
@@ -3,6 +3,7 @@ function c93378018.initial_effect(c)
...
@@ -3,6 +3,7 @@ function c93378018.initial_effect(c)
aux
.
AddCodeList
(
c
,
93378021
)
aux
.
AddCodeList
(
c
,
93378021
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
93378018
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
...
@@ -12,7 +13,7 @@ function c93378018.initial_effect(c)
...
@@ -12,7 +13,7 @@ function c93378018.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--spsummon
--spsummon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
93378018
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
93378018
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetRange
(
LOCATION_GRAVE
)
...
@@ -23,10 +24,10 @@ function c93378018.initial_effect(c)
...
@@ -23,10 +24,10 @@ function c93378018.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c93378018
.
thfilter
(
c
)
function
c93378018
.
thfilter
(
c
)
return
c
:
IsRace
(
RACE_AQUA
)
and
c
:
IsAbleToHand
()
return
((
c
:
IsSetCard
(
0xfcb
)
and
c
:
IsType
(
TYPE_MONSTER
))
or
c
:
IsCode
(
93378021
)
)
and
c
:
IsAbleToHand
()
end
end
function
c93378018
.
filter
(
c
)
function
c93378018
.
filter
(
c
)
return
c
:
Is
Code
(
93378021
)
and
c
:
IsAbleToHand
()
return
c
:
Is
AbleToRemove
()
end
end
function
c93378018
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c93378018
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c93378018
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c93378018
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
@@ -36,16 +37,11 @@ function c93378018.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -36,16 +37,11 @@ function c93378018.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c93378018
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c93378018
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
if
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
~=
0
and
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
~=
0
then
if
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
~=
0
and
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
~=
0
and
Duel
.
IsExistingMatchingCard
(
c93378018
.
filter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
then
local
tc
=
g
:
GetFirst
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
if
tc
:
IsSetCard
(
0x3fcb
)
and
Duel
.
IsExistingMatchingCard
(
c93378018
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
local
tg
=
Duel
.
SelectMatchingCard
(
tp
,
c93378018
.
filter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
93378018
,
1
))
then
local
tc
=
tg
:
GetFirst
()
Duel
.
BreakEffect
()
Duel
.
Remove
(
tc
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tg
=
Duel
.
SelectMatchingCard
(
tp
,
c93378018
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
end
end
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
expansions/script/c93378021.lua
View file @
aef03d88
...
@@ -46,13 +46,13 @@ function c93378021.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -46,13 +46,13 @@ function c93378021.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c93378021
.
spfilter
(
c
,
e
,
tp
)
function
c93378021
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xfcb
)
and
not
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
(
c
:
IsSetCard
(
0xfcb
)
and
not
c
:
IsType
(
TYPE_FUSION
)
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
function
c93378021
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c93378021
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingTarget
(
c93378021
.
spfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
and
Duel
.
IsExistingTarget
(
c93378021
.
spfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c93378021
.
spfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c93378021
.
spfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
g
,
1
,
0
,
0
)
end
end
function
c93378021
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c93378021
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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