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
891fec65
Commit
891fec65
authored
Mar 07, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cdb
parent
396cd5a7
Pipeline
#43579
passed with stages
in 2 minutes and 49 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
4 deletions
+8
-4
CORI.cdb
CORI.cdb
+0
-0
etc.cdb
etc.cdb
+0
-0
pack/2026-04-25 CORI.ydk
pack/2026-04-25 CORI.ydk
+3
-1
pack/etc.ydk
pack/etc.ydk
+3
-1
pics/100200288.jpg
pics/100200288.jpg
+0
-0
pics/6218705.jpg
pics/6218705.jpg
+0
-0
script/c100200288.lua
script/c100200288.lua
+2
-2
No files found.
CORI.cdb
View file @
891fec65
No preview for this file type
etc.cdb
View file @
891fec65
No preview for this file type
pack/2026-04-25 CORI.ydk
View file @
891fec65
...
@@ -5,7 +5,9 @@
...
@@ -5,7 +5,9 @@
101305004
101305004
101305027
101305027
101305028
101305028
101305042
101305044
101305044
101305045
101305045
101305046
101305046
101305065
101305065
\ No newline at end of file
101305076
\ No newline at end of file
pack/etc.ydk
View file @
891fec65
#created by ygomobile
#created by ygomobile
100200284
100200284
100258001
100258001
100258002
100258002
\ No newline at end of file
100200288
100260001
\ No newline at end of file
pics/100200288.jpg
0 → 100644
View file @
891fec65
84.3 KB
pics/6218705.jpg
0 → 100644
View file @
891fec65
128 KB
script/c100200288.lua
View file @
891fec65
...
@@ -71,8 +71,8 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -71,8 +71,8 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
e
:
IsCostChecked
()
if
chk
==
0
then
return
e
:
IsCostChecked
()
and
(
Duel
.
IsExistingMatchingCard
(
s
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
and
(
Duel
.
IsExistingMatchingCard
(
s
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
or
(
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
or
(
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter1
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
and
(
Duel
.
IsExistingMatchingCard
(
s
.
spfilter1
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
or
Duel
.
IsExistingMatchingCard
(
s
.
spfilter2
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)))
end
or
Duel
.
IsExistingMatchingCard
(
s
.
spfilter2
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)))
)
end
local
op
=
e
:
GetLabel
()
local
op
=
e
:
GetLabel
()
if
op
==
3
then
if
op
==
3
then
if
e
:
IsCostChecked
()
then
if
e
:
IsCostChecked
()
then
...
...
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