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
a3c5e531
Commit
a3c5e531
authored
Jan 08, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
da696d39
Pipeline
#42471
passed with stages
in 2 minutes and 33 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
script/c101304060.lua
script/c101304060.lua
+3
-3
script/c101304061.lua
script/c101304061.lua
+2
-2
No files found.
script/c101304060.lua
View file @
a3c5e531
...
@@ -82,14 +82,14 @@ function s.clearop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -82,14 +82,14 @@ function s.clearop(e,tp,eg,ep,ev,re,r,rp)
s
[
0
]
=
0
s
[
0
]
=
0
end
end
function
s
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
s
[
tp
]
>
0
return
bit
.
band
(
s
[
0
],
TYPE_RITUAL
+
TYPE_FUSION
+
TYPE_SYNCHRO
+
TYPE_XYZ
+
TYPE_PENDULUM
+
TYPE_LINK
)
~=
0
end
end
function
s
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ct
=
0
local
ct
=
0
local
type
=
{
TYPE_RITUAL
,
TYPE_FUSION
,
TYPE_SYNCHRO
,
TYPE_XYZ
,
TYPE_PENDULUM
,
TYPE_LINK
}
local
type
=
{
TYPE_RITUAL
,
TYPE_FUSION
,
TYPE_SYNCHRO
,
TYPE_XYZ
,
TYPE_PENDULUM
,
TYPE_LINK
}
for
i
=
1
,
#
type
do
for
i
=
1
,
#
type
do
local
value
=
type
[
i
]
local
value
=
type
[
i
]
if
bit
.
band
(
s
[
tp
],
value
)
~=
0
then
if
bit
.
band
(
s
[
0
],
value
)
~=
0
then
ct
=
ct
+
1
ct
=
ct
+
1
end
end
end
end
...
@@ -101,7 +101,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -101,7 +101,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
local
type
=
{
TYPE_RITUAL
,
TYPE_FUSION
,
TYPE_SYNCHRO
,
TYPE_XYZ
,
TYPE_PENDULUM
,
TYPE_LINK
}
local
type
=
{
TYPE_RITUAL
,
TYPE_FUSION
,
TYPE_SYNCHRO
,
TYPE_XYZ
,
TYPE_PENDULUM
,
TYPE_LINK
}
for
i
=
1
,
#
type
do
for
i
=
1
,
#
type
do
local
value
=
type
[
i
]
local
value
=
type
[
i
]
if
bit
.
band
(
s
[
tp
],
value
)
~=
0
then
if
bit
.
band
(
s
[
0
],
value
)
~=
0
then
ct
=
ct
+
1
ct
=
ct
+
1
end
end
end
end
...
...
script/c101304061.lua
View file @
a3c5e531
...
@@ -89,9 +89,9 @@ function s.cfilter(c,tp)
...
@@ -89,9 +89,9 @@ function s.cfilter(c,tp)
return
Duel
.
IsExistingTarget
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
c
)
return
Duel
.
IsExistingTarget
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
c
)
end
end
function
s
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
and
Duel
.
CheckReleaseGroupEx
(
tp
,
s
.
cfilter
,
1
,
REASON_COST
,
true
,
c
,
tp
)
end
if
chk
==
0
then
return
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
and
Duel
.
CheckReleaseGroupEx
(
tp
,
s
.
cfilter
,
1
,
REASON_COST
,
true
,
nil
,
tp
)
end
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
SelectReleaseGroupEx
(
tp
,
s
.
cfilter
,
1
,
1
,
REASON_COST
,
true
,
c
,
tp
)
local
g
=
Duel
.
SelectReleaseGroupEx
(
tp
,
s
.
cfilter
,
1
,
1
,
REASON_COST
,
true
,
nil
,
tp
)
g
:
AddCard
(
c
)
g
:
AddCard
(
c
)
Duel
.
Release
(
g
,
REASON_COST
)
Duel
.
Release
(
g
,
REASON_COST
)
end
end
...
...
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