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
c2fda5dc
Commit
c2fda5dc
authored
Oct 28, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
abb5a0fc
Pipeline
#41310
failed with stages
in 2 minutes and 39 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
11 deletions
+16
-11
expansions/lflist.conf
expansions/lflist.conf
+1
-1
expansions/script/c16401890.lua
expansions/script/c16401890.lua
+3
-3
expansions/script/c61200002.lua
expansions/script/c61200002.lua
+1
-1
expansions/script/c61200103.lua
expansions/script/c61200103.lua
+1
-0
expansions/script/c61200204.lua
expansions/script/c61200204.lua
+1
-1
expansions/script/c61200206.lua
expansions/script/c61200206.lua
+1
-1
expansions/script/c61200209.lua
expansions/script/c61200209.lua
+8
-4
No files found.
expansions/lflist.conf
View file @
c2fda5dc
...
...
@@ -2400,7 +2400,7 @@
52700712
1
--忍·妖 玉雪
52700715
0
--忍·兽 鹿雷
52700697
1
--鬼行大道而世人惮之 忍·鬼 猩猩童子
52700694
1
--樱花烂漫 忍·鬼 猩猩童子
52700694
2
--樱花烂漫 忍·鬼 猩猩童子
52700679
1
--彼岸归还
#52700721 0 --余兴之鬼 忍·鬼 仙贝
52700738
1
--忍·龙 缠
...
...
expansions/script/c16401890.lua
View file @
c2fda5dc
...
...
@@ -44,7 +44,7 @@ function s.immcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
immop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
()
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_EFFECT_TARGET
)
...
...
@@ -78,8 +78,8 @@ function s.descost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
function
s
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
end
local
g
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
end
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
1
,
0
,
0
)
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
id
,
0
))
end
...
...
expansions/script/c61200002.lua
View file @
c2fda5dc
...
...
@@ -100,7 +100,7 @@ function s.target3(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
operation3
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
re
:
IsLocation
(
LOCATION_GRAVE
)
and
Duel
.
Remove
(
re
:
GetHandler
(),
POS_FACEUP
,
REASON_EFFECT
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
then
if
Duel
.
Remove
(
re
:
GetHandler
(),
POS_FACEUP
,
REASON_EFFECT
)
>
0
and
re
:
IsPreviousLocation
(
LOCATION_GRAVE
)
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
then
Duel
.
NegateActivation
(
ev
)
end
end
...
...
expansions/script/c61200103.lua
View file @
c2fda5dc
...
...
@@ -62,6 +62,7 @@ function s.op1(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
f1
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
local
c
=
e
:
GetHandler
()
if
tc
and
Duel
.
SSet
(
tp
,
tc
)
~=
0
and
g
:
GetCount
()
>
0
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
expansions/script/c61200204.lua
View file @
c2fda5dc
...
...
@@ -161,7 +161,7 @@ function s.op5(e,tp,eg,ep,ev,re,r,rp)
end
end
if
not
c
:
GetEquipTarget
():
IsCode
(
61200201
)
and
c
:
IsAbleToGrave
()
then
c
:
SendtoGrave
(
REASON_EFFECT
)
Duel
.
SendtoGrave
(
c
,
REASON_EFFECT
)
end
end
function
s
.
distg
(
e
,
c
)
...
...
expansions/script/c61200206.lua
View file @
c2fda5dc
...
...
@@ -163,7 +163,7 @@ function s.tg5(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
op5
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
f4
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
f4
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
,
e
)
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
expansions/script/c61200209.lua
View file @
c2fda5dc
...
...
@@ -139,13 +139,17 @@ function s.tg4(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
op4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
f3
,
tp
,
LOCATION_DECK
+
LOCATION_REMOVED
,
0
,
nil
)
local
g1
=
Group
.
CreateGroup
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
f3
,
tp
,
LOCATION_DECK
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
,
e
,
tp
)
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
or
g
:
GetCount
()
==
1
then
local
g
1
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
f3
,
tp
,
LOCATION_DECK
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
,
e
,
tp
)
else
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
f3
,
tp
,
LOCATION_DECK
+
LOCATION_REMOVED
,
0
,
1
,
2
,
nil
,
e
,
tp
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
f3
,
tp
,
LOCATION_DECK
+
LOCATION_REMOVED
,
0
,
1
,
2
,
nil
,
e
,
tp
)
end
if
g1
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g1
,
nil
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
Duel
.
SpecialSummon
(
g
,
nil
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
function
s
.
cost5
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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