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
e8527bf6
Commit
e8527bf6
authored
Mar 11, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
729f7525
Pipeline
#33564
passed with stages
in 48 minutes and 50 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c16104412.lua
expansions/script/c16104412.lua
+1
-1
expansions/script/c16104413.lua
expansions/script/c16104413.lua
+2
-2
expansions/script/c16104416.lua
expansions/script/c16104416.lua
+1
-2
No files found.
expansions/FiNALE.cdb
View file @
e8527bf6
No preview for this file type
expansions/script/c16104412.lua
View file @
e8527bf6
...
...
@@ -167,7 +167,7 @@ function cm.spfilter(c,e,tp,lv)
return
c
:
IsLevelBelow
(
lv
)
and
c
:
IsSetCard
(
0xccb
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
((
c
:
IsLocation
(
LOCATION_DECK
)
and
Duel
.
GetMZoneCount
(
tp
)
>
0
)
or
(
c
:
IsLocation
(
LOCATION_EXTRA
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
and
c
:
IsFaceup
()
))
or
(
c
:
IsLocation
(
LOCATION_EXTRA
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
))
end
function
cm
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
e
:
GetHandler
():
GetLevel
())
end
...
...
expansions/script/c16104413.lua
View file @
e8527bf6
...
...
@@ -124,7 +124,7 @@ function cm.ptarget(e,tp,eg,ep,ev,re,r,rp,chk)
local
lab_a
=
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
local
lab_b
=
Duel
.
IsExistingMatchingCard
(
cm
.
seqcheck2
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
,
1
-
tp
)
and
Duel
.
GetTurnPlayer
()
==
tp
and
Duel
.
GetCurrentChain
()
<
1
if
chk
==
0
then
return
lab_a
or
lab_b
end
local
lab_b2
=
Duel
.
IsExistingMatchingCard
(
cm
.
seqcheck2
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
,
1
-
tp
)
and
Duel
.
GetTurnPlayer
()
==
tp
local
lab_b2
=
Duel
.
IsExistingMatchingCard
(
cm
.
seqcheck2
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
,
1
-
tp
)
and
Duel
.
GetTurnPlayer
()
==
tp
and
Duel
.
GetCurrentChain
()
==
1
local
op
=
2
if
lab_a
and
lab_b2
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
m
,
0
),
aux
.
Stringid
(
m
,
1
))
...
...
@@ -153,7 +153,7 @@ function cm.poperation(e,tp,eg,ep,ev,re,r,rp)
while
Duel
.
IsExistingMatchingCard
(
cm
.
seqcheck2
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
,
1
-
tp
)
do
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
seqcheck2
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
,
1
-
tp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
g
:
Select
(
1
-
tp
,
1
,
1
,
nil
)
Duel
.
SendtoGrave
(
sg
,
REASON_RULE
)
end
end
...
...
expansions/script/c16104416.lua
View file @
e8527bf6
--与天界的再续
--与天界的再续
--天界法 忒希斯
local
m
=
16104416
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
...
...
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