Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
MyCard
pre-release-database-cdb
Commits
3c7e97ad
Commit
3c7e97ad
authored
Nov 05, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update confirm decktop for 影装騎士 ブラック・ジャック
parent
b79f5c5d
Pipeline
#41503
passed with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
script/c100253002.lua
script/c100253002.lua
+12
-9
No files found.
script/c100253002.lua
View file @
3c7e97ad
...
...
@@ -57,6 +57,15 @@ function s.eqfilter(c,tc,tp)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
CheckUniqueOnField
(
tp
)
and
not
c
:
IsForbidden
()
end
function
s
.
confirm_decktop_s
(
tp
,
count
)
local
max_decktop
=
5
if
count
>
max_decktop
then
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
count
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
else
Duel
.
ConfirmDecktop
(
tp
,
count
)
end
end
function
s
.
eqop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
<
1
then
return
end
...
...
@@ -73,17 +82,11 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
tc
=
mg
:
GetNext
()
end
if
seq
==-
1
then
Duel
.
ConfirmDecktop
(
tp
,
dcount
)
local
dg
=
Duel
.
GetDecktopGroup
(
tp
,
dcount
)
Duel
.
DisableShuffleCheck
()
Duel
.
SortDecktop
(
tp
,
tp
,
#
dg
)
for
i
=
1
,
#
dg
do
local
mvg
=
Duel
.
GetDecktopGroup
(
tp
,
1
)
Duel
.
MoveSequence
(
mvg
:
GetFirst
(),
SEQ_DECKBOTTOM
)
end
s
.
confirm_decktop_s
(
tp
,
dcount
)
Duel
.
ShuffleDeck
(
tp
)
return
end
Duel
.
ConfirmDecktop
(
tp
,
dcount
-
seq
)
s
.
confirm_decktop_s
(
tp
,
dcount
-
seq
)
local
cg
=
Duel
.
GetDecktopGroup
(
tp
,
dcount
-
seq
-
1
)
if
c
:
IsRelateToChain
()
and
c
:
IsFaceup
()
and
qc
then
Duel
.
DisableShuffleCheck
()
...
...
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