Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
ygopro-scripts-888
Commits
a5578101
Commit
a5578101
authored
Jul 18, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove core from fusion
parent
27ffa9d1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
139 additions
and
110 deletions
+139
-110
c31444249.lua
c31444249.lua
+7
-1
procedure.lua
procedure.lua
+132
-109
No files found.
c31444249.lua
View file @
a5578101
...
@@ -28,7 +28,8 @@ function s.initial_effect(c)
...
@@ -28,7 +28,8 @@ function s.initial_effect(c)
local
e4
=
FusionSpell
.
CreateSummonEffect
(
c
,{
local
e4
=
FusionSpell
.
CreateSummonEffect
(
c
,{
fusfilter
=
s
.
fusfilter
,
fusfilter
=
s
.
fusfilter
,
pre_select_mat_location
=
s
.
pre_select_mat_location
,
pre_select_mat_location
=
s
.
pre_select_mat_location
,
additional_fcheck
=
s
.
fcheck
additional_fcheck
=
s
.
fcheck
,
fcheck_signature
=
s
.
fcheck_signature
,
})
})
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
+
CATEGORY_DECKDES
)
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
+
CATEGORY_DECKDES
)
e4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e4
:
SetType
(
EFFECT_TYPE_IGNITION
)
...
@@ -72,3 +73,8 @@ function s.fcheck(tp,mg,fc,mg_all)
...
@@ -72,3 +73,8 @@ function s.fcheck(tp,mg,fc,mg_all)
end
end
return
true
return
true
end
end
--- Helper function to speed up select material, for this fusion, only location of the material matters for fcheck
function
s
.
fcheck_signature
(
mc
)
return
mc
:
IsLocation
(
LOCATION_DECK
)
end
procedure.lua
View file @
a5578101
This diff is collapsed.
Click to expand it.
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