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
3b26634b
Commit
3b26634b
authored
Dec 17, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
41736e25
Pipeline
#42009
passed with stages
in 1 minute and 55 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
11 deletions
+12
-11
BLZD.cdb
BLZD.cdb
+0
-0
pack/2026-01-24 BLZD.ydk
pack/2026-01-24 BLZD.ydk
+1
-0
pics/101304023.jpg
pics/101304023.jpg
+0
-0
script/c101304023.lua
script/c101304023.lua
+11
-11
No files found.
BLZD.cdb
View file @
3b26634b
No preview for this file type
pack/2026-01-24 BLZD.ydk
View file @
3b26634b
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
101304006
101304006
101304007
101304007
101304016
101304016
101304023
101304030
101304030
101304033
101304033
101304034
101304034
...
...
pics/101304023.jpg
0 → 100644
View file @
3b26634b
114 KB
script/c101304023.lua
View file @
3b26634b
...
@@ -25,16 +25,16 @@ function s.initial_effect(c)
...
@@ -25,16 +25,16 @@ function s.initial_effect(c)
e3
:
SetValue
(
1
)
e3
:
SetValue
(
1
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
--special summon
--special summon
local
e
3
=
Effect
.
CreateEffect
(
c
)
local
e
4
=
Effect
.
CreateEffect
(
c
)
e
3
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e
4
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e
3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e
4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e
3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e
4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e
3
:
SetRange
(
LOCATION_GRAVE
)
e
4
:
SetRange
(
LOCATION_GRAVE
)
e
3
:
SetCountLimit
(
1
,
id
+
EFFECT_COUNT_CODE_DUEL
)
e
4
:
SetCountLimit
(
1
,
id
+
EFFECT_COUNT_CODE_DUEL
)
e
3
:
SetCost
(
s
.
spcost
)
e
4
:
SetCost
(
s
.
spcost
)
e
3
:
SetTarget
(
s
.
sptg
)
e
4
:
SetTarget
(
s
.
sptg
)
e
3
:
SetOperation
(
s
.
spop
)
e
4
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e
3
)
c
:
RegisterEffect
(
e
4
)
end
end
function
s
.
tgfilter
(
c
)
function
s
.
tgfilter
(
c
)
return
c
:
IsRace
(
RACE_FIEND
+
RACE_ILLUSION
+
RACE_SPELLCASTER
)
and
c
:
IsAbleToGrave
()
return
c
:
IsRace
(
RACE_FIEND
+
RACE_ILLUSION
+
RACE_SPELLCASTER
)
and
c
:
IsAbleToGrave
()
...
...
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