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
a43c429f
Commit
a43c429f
authored
Dec 25, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ブリーチヴァレル・ドラゴン
parent
3ac61f47
Pipeline
#42151
passed with stages
in 1 minute and 25 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
BLZD.cdb
BLZD.cdb
+0
-0
pack/2026-01-24 BLZD.ydk
pack/2026-01-24 BLZD.ydk
+1
-0
pics/101304049.jpg
pics/101304049.jpg
+0
-0
script/c101304049.lua
script/c101304049.lua
+2
-2
No files found.
BLZD.cdb
View file @
a43c429f
No preview for this file type
pack/2026-01-24 BLZD.ydk
View file @
a43c429f
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
101304044
101304044
101304047
101304047
101304048
101304048
101304049
101304050
101304050
101304207
101304207
101304053
101304053
...
...
pics/101304049.jpg
0 → 100644
View file @
a43c429f
109 KB
script/c101304049.lua
View file @
a43c429f
...
@@ -32,7 +32,7 @@ function s.initial_effect(c)
...
@@ -32,7 +32,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
s
.
mfilter
(
c
)
function
s
.
mfilter
(
c
)
return
c
:
IsLinkAttribute
(
ATTRIBUTE_DARK
)
and
c
:
IsLinkRace
(
RACE_DRAGON
)
return
c
:
IsLinkAttribute
(
ATTRIBUTE_DARK
)
and
(
c
:
IsLinkRace
(
RACE_DRAGON
)
or
c
:
IsHasEffect
(
77189532
)
)
end
end
function
s
.
lcheck
(
g
,
lc
)
function
s
.
lcheck
(
g
,
lc
)
return
g
:
IsExists
(
Card
.
IsLinkSetCard
,
1
,
nil
,
0x102
)
return
g
:
IsExists
(
Card
.
IsLinkSetCard
,
1
,
nil
,
0x102
)
...
@@ -90,4 +90,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -90,4 +90,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
end
end
end
end
\ No newline at end of file
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