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
e248e9fc
Commit
e248e9fc
authored
Jun 01, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
limit to mzone
parent
ef44f86f
Pipeline
#37053
failed with stages
in 2 minutes and 55 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
script/c12450071.lua
script/c12450071.lua
+1
-1
script/c48130397.lua
script/c48130397.lua
+2
-2
script/c70534340.lua
script/c70534340.lua
+1
-1
script/c87931906.lua
script/c87931906.lua
+1
-1
No files found.
script/c12450071.lua
View file @
e248e9fc
...
...
@@ -5,7 +5,7 @@ function s.initial_effect(c)
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsLinkType
,
TYPE_EFFECT
),
2
)
--fusion
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
pre_select_mat_location
=
LOCATION_
ONFIELD
})
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
pre_select_mat_location
=
LOCATION_
MZONE
})
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
script/c48130397.lua
View file @
e248e9fc
...
...
@@ -3,8 +3,8 @@ local s,id,o=GetID()
function
s
.
initial_effect
(
c
)
--Activate
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
pre_select_mat_location
=
LOCATION_
ONFIELD
,
pre_select_mat_opponent_location
=
LOCATION_
ONFIELD
,
pre_select_mat_location
=
LOCATION_
MZONE
,
pre_select_mat_opponent_location
=
LOCATION_
MZONE
,
extra_target
=
s
.
extra_target
})
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
...
...
script/c70534340.lua
View file @
e248e9fc
...
...
@@ -7,7 +7,7 @@ function s.initial_effect(c)
--spsummon
local
e1
=
FusionSpell
.
CreateSummonEffect
(
c
,{
fusfilter
=
s
.
fusfilter
,
pre_select_mat_location
=
LOCATION_GRAVE
|
LOCATION_
ONFIELD
|
LOCATION_REMOVED
,
pre_select_mat_location
=
LOCATION_GRAVE
|
LOCATION_
MZONE
|
LOCATION_REMOVED
,
mat_operation_code_map
=
{
{
[
LOCATION_DECK
]
=
FusionSpell
.
FUSION_OPERATION_GRAVE
},
{
[
0xff
]
=
FusionSpell
.
FUSION_OPERATION_SHUFFLE
}
...
...
script/c87931906.lua
View file @
e248e9fc
...
...
@@ -20,7 +20,7 @@ end
---@type FUSION_SPELL_PRE_SELECT_MAT_LOCATION_FUNCTION
function
s
.
pre_select_mat_location
(
tc
,
tp
)
local
res
=
LOCATION_HAND
|
LOCATION_
ONFIELD
local
res
=
LOCATION_HAND
|
LOCATION_
MZONE
if
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
then
res
=
res
|
LOCATION_DECK
|
LOCATION_EXTRA
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