Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
ygopro-scripts-888
Commits
672f57f5
Commit
672f57f5
authored
Aug 29, 2024
by
mercury233
Committed by
GitHub
Aug 29, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update RevealSelectDeckSequence (#2626)
parent
1460980c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
c43618262.lua
c43618262.lua
+2
-2
c94392192.lua
c94392192.lua
+2
-2
constant.lua
constant.lua
+1
-0
No files found.
c43618262.lua
View file @
672f57f5
...
...
@@ -20,9 +20,9 @@ function c43618262.cfop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
FilterCount
(
Card
.
IsAbleToHand
,
nil
,
tp
)
==
0
then
return
end
Duel
.
ConfirmDecktop
(
1
-
p
,
5
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Preserve
SelectDeckSequence
(
true
)
Duel
.
Reveal
SelectDeckSequence
(
true
)
local
tc
=
g
:
FilterSelect
(
tp
,
Card
.
IsAbleToHand
,
1
,
1
,
nil
,
tp
):
GetFirst
()
Duel
.
Preserve
SelectDeckSequence
(
false
)
Duel
.
Reveal
SelectDeckSequence
(
false
)
local
num
=
math.floor
(
3000
/
100
)
local
t
=
{}
for
i
=
1
,
num
do
...
...
c94392192.lua
View file @
672f57f5
...
...
@@ -85,9 +85,9 @@ function c94392192.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmDecktop
(
1
-
tp
,
ct
)
local
g
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
ct
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Preserve
SelectDeckSequence
(
true
)
Duel
.
Reveal
SelectDeckSequence
(
true
)
local
sg
=
g
:
FilterSelect
(
tp
,
c94392192
.
rmfilter
,
1
,
1
,
nil
,
tp
)
Duel
.
Preserve
SelectDeckSequence
(
false
)
Duel
.
Reveal
SelectDeckSequence
(
false
)
if
#
sg
>
0
then
Duel
.
DisableShuffleCheck
(
true
)
Duel
.
Remove
(
sg
,
POS_FACEDOWN
,
REASON_EFFECT
)
...
...
constant.lua
View file @
672f57f5
...
...
@@ -868,6 +868,7 @@ DUEL_PSEUDO_SHUFFLE =0x10 --不洗牌
DUEL_TAG_MODE
=
0x20
--双打PP
DUEL_SIMPLE_AI
=
0x40
--AI(用于残局)
DUEL_RETURN_DECK_TOP
=
0x80
--回卡组洗切的卡放到卡组最上方(不洗牌模式下曾经的默认行为)
DUEL_REVEAL_DECK_SEQ
=
0x100
--从卡组选卡显示实际顺序(曾经的默认行为)
--Activity counter
--global: 1-6 (binary: 5,6)
--custom: 1-5,7 (binary: 1-5)
...
...
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