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
Vury Leo
pre-release-database-cdb
Commits
6af66cd1
Commit
6af66cd1
authored
Jun 03, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename effect
parent
8208f6ef
Pipeline
#37149
failed with stages
in 58 seconds
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
script/c17825378.lua
script/c17825378.lua
+2
-2
script/c2344618.lua
script/c2344618.lua
+1
-1
script/c5370235.lua
script/c5370235.lua
+3
-3
script/c72064891.lua
script/c72064891.lua
+2
-2
script/c81788994.lua
script/c81788994.lua
+1
-1
script/c86758746.lua
script/c86758746.lua
+1
-1
No files found.
script/c17825378.lua
View file @
6af66cd1
...
@@ -27,8 +27,8 @@ function s.initial_effect(c)
...
@@ -27,8 +27,8 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
s
.
mtval
(
e
,
c
)
function
s
.
mtval
(
e
xtra_material_effect
,
c
)
return
c
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
return
c
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
and
c
:
IsControler
(
e
xtra_material_effect
:
GetHandlerPlayer
())
end
end
function
s
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
script/c2344618.lua
View file @
6af66cd1
...
@@ -89,7 +89,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -89,7 +89,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTargetRange
(
LOCATION_GRAVE
,
0
)
e1
:
SetTargetRange
(
LOCATION_GRAVE
,
0
)
e1
:
SetTarget
(
function
(
_
,
c
)
return
c
:
IsAbleToRemove
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
)
e1
:
SetTarget
(
function
(
_
,
c
)
return
c
:
IsAbleToRemove
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
)
e1
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_BANISH
end
)
e1
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_BANISH
end
)
e1
:
SetValue
(
function
(
fusion_effect
,
c
)
return
c
and
c
:
IsSetCard
(
0xdf
)
and
c
:
IsControler
(
fusion
_effect
:
GetHandlerPlayer
())
end
)
e1
:
SetValue
(
function
(
extra_material_effect
,
c
)
return
c
and
c
:
IsSetCard
(
0xdf
)
and
c
:
IsControler
(
extra_material
_effect
:
GetHandlerPlayer
())
end
)
e1
:
SetReset
(
RESET_PHASE
|
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
|
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
...
...
script/c5370235.lua
View file @
6af66cd1
...
@@ -64,16 +64,16 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,16 +64,16 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetCountLimit
(
1
)
e2
:
SetCountLimit
(
1
)
e2
:
SetTarget
(
s
.
mttg
)
e2
:
SetTarget
(
s
.
mttg
)
e2
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_BANISH
end
)
e2
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_BANISH
end
)
e2
:
SetValue
(
function
(
fusion_effect
,
c
)
return
c
and
c
:
IsControler
(
fusion
_effect
:
GetHandlerPlayer
())
end
)
e2
:
SetValue
(
function
(
extra_material_effect
,
c
)
return
c
and
c
:
IsControler
(
extra_material
_effect
:
GetHandlerPlayer
())
end
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e2
,
tp
)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
end
function
s
.
limittg
(
e
,
c
)
function
s
.
limittg
(
e
,
c
)
return
not
(
c
:
IsRace
(
RACE_DRAGON
+
RACE_MACHINE
)
and
c
:
IsSetCard
(
0x93
))
return
not
(
c
:
IsRace
(
RACE_DRAGON
+
RACE_MACHINE
)
and
c
:
IsSetCard
(
0x93
))
end
end
function
s
.
fuslimit
(
e
,
c
,
sumtype
)
function
s
.
fuslimit
(
can_not_be_fusion_material_effect
,
c
,
sumtype
)
if
not
c
then
return
false
end
if
not
c
then
return
false
end
return
c
:
IsControler
(
e
:
GetHandlerPlayer
())
return
c
:
IsControler
(
can_not_be_fusion_material_effect
:
GetHandlerPlayer
())
end
end
function
s
.
mttg
(
e
,
c
)
function
s
.
mttg
(
e
,
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemove
()
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemove
()
...
...
script/c72064891.lua
View file @
6af66cd1
...
@@ -56,6 +56,6 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -56,6 +56,6 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
mtval
(
e
,
c
)
function
s
.
mtval
(
e
xtra_material_effect
,
c
)
return
c
and
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsLevel
(
7
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
return
c
and
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsLevel
(
7
)
and
c
:
IsControler
(
e
xtra_material_effect
:
GetHandlerPlayer
())
end
end
\ No newline at end of file
script/c81788994.lua
View file @
6af66cd1
...
@@ -36,7 +36,7 @@ function s.initial_effect(c)
...
@@ -36,7 +36,7 @@ function s.initial_effect(c)
e4
:
SetTarget
(
function
(
_
,
mc
)
return
mc
:
IsFaceup
()
and
mc
:
IsType
(
TYPE_MONSTER
)
end
)
e4
:
SetTarget
(
function
(
_
,
mc
)
return
mc
:
IsFaceup
()
and
mc
:
IsType
(
TYPE_MONSTER
)
end
)
e4
:
SetCost
(
s
.
extra_material_cost
)
e4
:
SetCost
(
s
.
extra_material_cost
)
e4
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_INHERIT
end
)
e4
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_INHERIT
end
)
e4
:
SetValue
(
function
(
fusion_effect
,
tc
)
return
tc
and
tc
:
IsSetCard
(
0x9d
)
and
tc
:
IsControler
(
fusion
_effect
:
GetHandlerPlayer
())
end
)
e4
:
SetValue
(
function
(
extra_material_effect
,
tc
)
return
tc
and
tc
:
IsSetCard
(
0x9d
)
and
tc
:
IsControler
(
extra_material
_effect
:
GetHandlerPlayer
())
end
)
e4
:
SetLabel
(
1
)
--- at most 1 material per fusion effect
e4
:
SetLabel
(
1
)
--- at most 1 material per fusion effect
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
script/c86758746.lua
View file @
6af66cd1
...
@@ -32,7 +32,7 @@ function s.fusop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -32,7 +32,7 @@ function s.fusop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTargetRange
(
LOCATION_EXTRA
,
0
)
e1
:
SetTargetRange
(
LOCATION_EXTRA
,
0
)
e1
:
SetTarget
(
function
(
_
,
c
)
return
c
:
IsAbleToGrave
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x4
)
end
)
e1
:
SetTarget
(
function
(
_
,
c
)
return
c
:
IsAbleToGrave
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x4
)
end
)
e1
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_GRAVE
end
)
e1
:
SetOperation
(
function
()
return
FusionSpell
.
FUSION_OPERATION_GRAVE
end
)
e1
:
SetValue
(
function
(
fusion_effect
,
c
)
return
c
and
c
:
IsSetCard
(
0x4
)
and
c
:
IsControler
(
fusion
_effect
:
GetHandlerPlayer
())
end
)
e1
:
SetValue
(
function
(
extra_material_effect
,
c
)
return
c
and
c
:
IsSetCard
(
0x4
)
and
c
:
IsControler
(
extra_material
_effect
:
GetHandlerPlayer
())
end
)
e1
:
SetLabel
(
1
)
--- at most 1 material per fusion effect
e1
:
SetLabel
(
1
)
--- at most 1 material per fusion effect
e1
:
SetReset
(
RESET_PHASE
|
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
|
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
...
...
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