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
b49f7432
Commit
b49f7432
authored
Nov 20, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
69b5b807
Pipeline
#41731
canceled with stages
in 33 minutes and 30 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
BLZD.cdb
BLZD.cdb
+0
-0
pack/2026-01-24 BLZD.ydk
pack/2026-01-24 BLZD.ydk
+0
-0
script/c100250062.lua
script/c100250062.lua
+1
-1
script/c100255016.lua
script/c100255016.lua
+12
-7
No files found.
BL
A
D.cdb
→
BL
Z
D.cdb
View file @
b49f7432
File moved
pack/2026-01-24 BL
A
D.ydk
→
pack/2026-01-24 BL
Z
D.ydk
View file @
b49f7432
File moved
script/c100250062.lua
View file @
b49f7432
...
@@ -27,7 +27,7 @@ function s.initial_effect(c)
...
@@ -27,7 +27,7 @@ function s.initial_effect(c)
s
.
shadoll_flip_effect
=
e1
s
.
shadoll_flip_effect
=
e1
end
end
function
s
.
counterfilter
(
c
)
function
s
.
counterfilter
(
c
)
return
not
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
or
c
:
IsSetCard
(
0x9d
)
return
not
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
or
c
:
IsSetCard
(
0x9d
)
and
c
:
IsFaceup
()
end
end
function
s
.
rfilter
(
c
)
function
s
.
rfilter
(
c
)
return
c
:
IsType
(
TYPE_FLIP
)
and
c
:
IsSetCard
(
0x9d
)
return
c
:
IsType
(
TYPE_FLIP
)
and
c
:
IsSetCard
(
0x9d
)
...
...
script/c100255016.lua
View file @
b49f7432
...
@@ -119,14 +119,14 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -119,14 +119,14 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
function
s
.
cfilter
(
c
,
e
,
tp
)
function
s
.
cfilter
(
c
,
tp
,
chk
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsReleasableByEffect
()
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsReleasableByEffect
()
and
not
chk
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
1
or
(
Duel
.
GetMZoneCount
(
tp
,
c
)
>
1
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
c
:
GetLevel
(),
RACE_SPELLCASTER
,
ATTRIBUTE_DARK
)
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
c
:
GetLevel
(),
RACE_SPELLCASTER
,
ATTRIBUTE_DARK
)
)
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
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
if
chk
==
0
then
return
rg
:
Filter
(
s
.
cfilter
,
nil
,
e
,
tp
)
if
chk
==
0
then
return
rg
:
Filter
(
s
.
cfilter
,
nil
,
tp
,
true
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
end
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
2
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
2
,
0
,
0
)
...
@@ -135,8 +135,13 @@ end
...
@@ -135,8 +135,13 @@ end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
srg
=
rg
:
FilterSelect
(
tp
,
s
.
cfilter
,
1
,
1
,
nil
,
e
,
tp
)
local
srg
=
nil
if
srg
:
GetCount
()
>
0
then
if
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
,
true
)
then
srg
=
rg
:
FilterSelect
(
tp
,
s
.
cfilter
,
1
,
1
,
nil
,
tp
,
true
)
else
srg
=
rg
:
FilterSelect
(
tp
,
s
.
cfilter
,
1
,
1
,
nil
,
tp
,
false
)
end
if
srg
and
srg
:
GetCount
()
>
0
then
local
rc
=
srg
:
GetFirst
()
local
rc
=
srg
:
GetFirst
()
local
level
=
rc
:
GetLevel
()
local
level
=
rc
:
GetLevel
()
if
Duel
.
Release
(
rc
,
REASON_EFFECT
)
>
0
if
Duel
.
Release
(
rc
,
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