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
Vury Leo
pre-release-database-cdb
Commits
8948a53c
Commit
8948a53c
authored
Jan 29, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
6486d01a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
script/c101208061.lua
script/c101208061.lua
+3
-1
script/c101208063.lua
script/c101208063.lua
+1
-1
No files found.
script/c101208061.lua
View file @
8948a53c
...
...
@@ -63,7 +63,9 @@ function s.tgtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
tg
=
Duel
.
GetMatchingGroup
(
s
.
tgfilter
,
tp
,
LOCATION_REMOVED
,
0
,
nil
,
e
)
if
chk
==
0
then
return
#
tg
>
0
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
local
g
=
tg
:
SelectSubGroup
(
tp
,
aux
.
dabcheck
,
false
,
1
,
7
)
aux
.
GCheckAdditional
=
aux
.
dabcheck
local
g
=
tg
:
SelectSubGroup
(
tp
,
aux
.
TRUE
,
false
,
1
,
7
)
aux
.
GCheckAdditional
=
nil
Duel
.
SetTargetCard
(
g
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
g
,
g
:
GetCount
(),
0
,
0
)
end
...
...
script/c101208063.lua
View file @
8948a53c
...
...
@@ -93,7 +93,7 @@ function s.splimit(e,c)
return
not
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
function
s
.
ocfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSummonType
(
SUMMON_TYPE_XYZ
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
return
c
:
IsFaceup
()
and
c
:
IsSummonType
(
SUMMON_TYPE_XYZ
)
and
c
:
Is
AllTypes
(
TYPE_XYZ
+
TYPE_MONSTER
)
end
function
s
.
ovcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
ocfilter
,
1
,
nil
)
...
...
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