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
71afdf1b
Commit
71afdf1b
authored
Dec 18, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 黒智天至イリスフィール
parent
3f5832cc
Pipeline
#42027
passed with stages
in 1 minute and 52 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
BLZD.cdb
BLZD.cdb
+0
-0
pack/2026-01-24 BLZD.ydk
pack/2026-01-24 BLZD.ydk
+1
-0
pics/101304048.jpg
pics/101304048.jpg
+0
-0
script/c101304048.lua
script/c101304048.lua
+3
-4
No files found.
BLZD.cdb
View file @
71afdf1b
No preview for this file type
pack/2026-01-24 BLZD.ydk
View file @
71afdf1b
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
101304043
101304043
101304044
101304044
101304047
101304047
101304048
101304207
101304207
101304054
101304054
101304062
101304062
...
...
pics/101304048.jpg
0 → 100644
View file @
71afdf1b
101 KB
script/c101304048.lua
View file @
71afdf1b
...
@@ -49,7 +49,7 @@ function s.xyzop(e,tp,chk)
...
@@ -49,7 +49,7 @@ function s.xyzop(e,tp,chk)
end
end
function
s
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_XYZ
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_XYZ
)
and
Duel
.
IsAbleToEnterBP
(
)
and
aux
.
bpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
end
function
s
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
@@ -63,8 +63,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -63,8 +63,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
s
.
atkcon2
(
e
)
function
s
.
atkcon2
(
e
)
local
ph
=
Duel
.
GetCurrentPhase
()
return
Duel
.
IsBattlePhase
()
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
end
end
function
s
.
atktg
(
e
,
c
)
function
s
.
atktg
(
e
,
c
)
return
c
:
IsType
(
TYPE_XYZ
)
return
c
:
IsType
(
TYPE_XYZ
)
...
...
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