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
0d1fdc92
Commit
0d1fdc92
authored
Jun 04, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: shaddol fusion spell should only fusion shaddol
parent
3c532fec
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
script/c21011044.lua
script/c21011044.lua
+2
-2
script/c44394295.lua
script/c44394295.lua
+2
-2
script/c60226558.lua
script/c60226558.lua
+2
-2
script/c6417578.lua
script/c6417578.lua
+3
-2
No files found.
script/c21011044.lua
View file @
0d1fdc92
...
@@ -8,7 +8,7 @@ function s.initial_effect(c)
...
@@ -8,7 +8,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e0
)
c
:
RegisterEffect
(
e0
)
--fusion summon
--fusion summon
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
fus
limit
=
s
.
fuslimit
,
fus
filter
=
s
.
fusfilter
,
pre_select_mat_location
=
LOCATION_MZONE
|
LOCATION_GRAVE
,
pre_select_mat_location
=
LOCATION_MZONE
|
LOCATION_GRAVE
,
mat_operation_code_map
=
{
mat_operation_code_map
=
{
{
[
LOCATION_REMOVED
]
=
FusionSpell
.
FUSION_OPERATION_GRAVE
},
{
[
LOCATION_REMOVED
]
=
FusionSpell
.
FUSION_OPERATION_GRAVE
},
...
@@ -26,7 +26,7 @@ function s.initial_effect(c)
...
@@ -26,7 +26,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
s
.
fus
limit
(
c
)
function
s
.
fus
filter
(
c
)
return
c
:
IsSetCard
(
0x9d
)
return
c
:
IsSetCard
(
0x9d
)
end
end
...
...
script/c44394295.lua
View file @
0d1fdc92
...
@@ -3,7 +3,7 @@ local s,id,o=GetID()
...
@@ -3,7 +3,7 @@ local s,id,o=GetID()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
fus
limit
=
s
.
fuslimit
,
fus
filter
=
s
.
fusfilter
,
pre_select_mat_location
=
s
.
pre_select_mat_location
,
pre_select_mat_location
=
s
.
pre_select_mat_location
,
})
})
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
+
CATEGORY_DECKDES
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
+
CATEGORY_DECKDES
)
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
s
.
fus
limit
(
c
)
function
s
.
fus
filter
(
c
)
return
c
:
IsSetCard
(
0x9d
)
return
c
:
IsSetCard
(
0x9d
)
end
end
...
...
script/c60226558.lua
View file @
0d1fdc92
...
@@ -19,7 +19,7 @@ function s.initial_effect(c)
...
@@ -19,7 +19,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--spsummon
--spsummon
local
e3
=
FusionSpell
.
CreateSummonEffect
(
c
,{
local
e3
=
FusionSpell
.
CreateSummonEffect
(
c
,{
fus
limit
=
s
.
fuslimit
,
fus
filter
=
s
.
fusfilter
,
gc
=
s
.
gc
gc
=
s
.
gc
})
})
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
...
@@ -63,7 +63,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -63,7 +63,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
fus
limit
(
c
)
function
s
.
fus
filter
(
c
)
return
c
:
IsSetCard
(
0x9d
)
return
c
:
IsSetCard
(
0x9d
)
end
end
...
...
script/c6417578.lua
View file @
0d1fdc92
...
@@ -3,12 +3,13 @@ local s,id,o=GetID()
...
@@ -3,12 +3,13 @@ local s,id,o=GetID()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
fus
limit
=
s
.
fuslimit
,
fus
filter
=
s
.
fusfilter
,
})
})
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetCountLimit
(
1
,
id
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
id
+
EFFECT_COUNT_CODE_OATH
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
s
.
fuslimit
(
c
)
function
s
.
fusfilter
(
c
)
return
c
:
IsSetCard
(
0x9d
)
return
c
:
IsSetCard
(
0x9d
)
end
end
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