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
2076273d
Commit
2076273d
authored
Mar 10, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
e91c5fde
Pipeline
#43631
passed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
script/c101305048.lua
script/c101305048.lua
+4
-4
No files found.
script/c101305048.lua
View file @
2076273d
...
@@ -31,7 +31,7 @@ function s.initial_effect(c)
...
@@ -31,7 +31,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
s
.
tgfilter
(
c
)
function
s
.
tgfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGrave
()
return
c
:
IsFaceup
Ex
()
and
c
:
IsAbleToGrave
()
end
end
function
s
.
gcheck
(
g
,
tp
)
function
s
.
gcheck
(
g
,
tp
)
return
g
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_MONSTER
)
==
3
return
g
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_MONSTER
)
==
3
...
@@ -39,9 +39,9 @@ function s.gcheck(g,tp)
...
@@ -39,9 +39,9 @@ function s.gcheck(g,tp)
or
g
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_TRAP
)
==
3
or
g
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_TRAP
)
==
3
end
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
tgfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
e
:
GetHandler
())
local
g
=
Duel
.
GetMatchingGroup
(
s
.
tgfilter
,
tp
,
LOCATION_
HAND
+
LOCATION_
ONFIELD
,
0
,
e
:
GetHandler
())
if
chk
==
0
then
return
g
:
CheckSubGroup
(
s
.
gcheck
,
3
,
3
,
tp
)
end
if
chk
==
0
then
return
g
:
CheckSubGroup
(
s
.
gcheck
,
3
,
3
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
3
,
tp
,
LOCATION_ONFIELD
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
3
,
tp
,
LOCATION_
HAND
+
LOCATION_
ONFIELD
)
end
end
function
s
.
spfilter
(
c
,
e
,
tp
)
function
s
.
spfilter
(
c
,
e
,
tp
)
if
not
c
:
IsFaceupEx
()
or
not
c
:
IsSetCard
(
0x1144
)
then
return
false
end
if
not
c
:
IsFaceupEx
()
or
not
c
:
IsSetCard
(
0x1144
)
then
return
false
end
...
@@ -53,7 +53,7 @@ function s.spfilter(c,e,tp)
...
@@ -53,7 +53,7 @@ function s.spfilter(c,e,tp)
end
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
s
.
tgfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
aux
.
ExceptThisCard
(
e
))
local
g
=
Duel
.
GetMatchingGroup
(
s
.
tgfilter
,
tp
,
LOCATION_
HAND
+
LOCATION_
ONFIELD
,
0
,
aux
.
ExceptThisCard
(
e
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
3
,
3
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
3
,
3
)
if
sg
:
GetCount
()
>
0
and
Duel
.
SendtoGrave
(
sg
,
nil
,
REASON_EFFECT
)
~=
0
if
sg
:
GetCount
()
>
0
and
Duel
.
SendtoGrave
(
sg
,
nil
,
REASON_EFFECT
)
~=
0
...
...
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