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
51438533
Commit
51438533
authored
Aug 25, 2025
by
八宫一月
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix--キラーチューン・プレイリスト
parent
3583a6f9
Pipeline
#40361
passed with stages
in 3 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
script/c100245041.lua
script/c100245041.lua
+11
-7
No files found.
script/c100245041.lua
View file @
51438533
...
@@ -15,11 +15,11 @@ function s.initial_effect(c)
...
@@ -15,11 +15,11 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
s
.
filter
(
c
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
filter
(
c
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
(
c
:
IsFaceupEx
()
and
c
:
IsSetCard
(
0x2d6
)
and
c
:
IsAbleToHand
()
)
then
return
false
end
if
not
(
c
:
IsFaceupEx
()
and
c
:
IsSetCard
(
0x2d6
))
then
return
false
end
local
te
=
c
.
killer_tune_be_material_effect
local
te
=
c
.
killer_tune_be_material_effect
if
not
te
then
return
false
end
if
not
te
then
return
c
:
IsAbleToHand
()
end
local
tg
=
te
:
GetTarget
()
local
tg
=
te
:
GetTarget
()
return
not
tg
or
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
0
,
nil
,
c
)
return
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
0
,
nil
,
c
)
or
c
:
IsAbleToHand
(
)
end
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
if
chkc
then
...
@@ -35,8 +35,10 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -35,8 +35,10 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
tc
:
CreateEffectRelation
(
e
)
tc
:
CreateEffectRelation
(
e
)
e
:
SetLabelObject
(
tc
)
e
:
SetLabelObject
(
tc
)
local
te
=
tc
.
killer_tune_be_material_effect
local
te
=
tc
.
killer_tune_be_material_effect
local
tg
=
te
:
GetTarget
()
if
te
then
if
tg
then
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
1
)
end
local
tg
=
te
:
GetTarget
()
if
tg
then
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
1
)
end
end
Duel
.
ClearOperationInfo
(
0
)
Duel
.
ClearOperationInfo
(
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g
,
1
,
0
,
0
)
end
end
...
@@ -44,8 +46,10 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -44,8 +46,10 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
e
:
GetLabelObject
()
local
tc
=
e
:
GetLabelObject
()
if
tc
and
tc
:
IsRelateToChain
()
then
if
tc
and
tc
:
IsRelateToChain
()
then
local
te
=
tc
.
killer_tune_be_material_effect
local
te
=
tc
.
killer_tune_be_material_effect
local
op
=
te
:
GetOperation
()
if
te
then
if
op
then
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
local
op
=
te
:
GetOperation
()
if
op
then
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
end
if
aux
.
NecroValleyFilter
()(
tc
)
then
if
aux
.
NecroValleyFilter
()(
tc
)
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
...
...
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