Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
nanahira
ygopro-scripts
Commits
62b88444
Commit
62b88444
authored
Mar 15, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/tmp-fusproc-20250315' into develop
parents
0aac48db
3b15da10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
procedure.lua
procedure.lua
+10
-10
No files found.
procedure.lua
View file @
62b88444
...
@@ -1387,11 +1387,11 @@ end
...
@@ -1387,11 +1387,11 @@ end
---@param cc integer
---@param cc integer
---@param insf boolean
---@param insf boolean
function
Auxiliary
.
AddFusionProcFunRep
(
c
,
f
,
cc
,
insf
)
function
Auxiliary
.
AddFusionProcFunRep
(
c
,
f
,
cc
,
insf
)
local
fun
=
{}
Auxiliary
.
AddFusionProcUltimate
(
c
,
false
,
insf
,{
for
i
=
1
,
cc
do
min
=
cc
,
fun
[
i
]
=
f
max
=
cc
,
end
f
=
f
Auxiliary
.
AddFusionProcMix
(
c
,
false
,
insf
,
table.unpack
(
fun
)
)
}
)
end
end
---Fusion monster, condition * minc to maxc
---Fusion monster, condition * minc to maxc
---@param c Card
---@param c Card
...
@@ -1409,11 +1409,11 @@ end
...
@@ -1409,11 +1409,11 @@ end
---@param cc integer
---@param cc integer
---@param insf boolean
---@param insf boolean
function
Auxiliary
.
AddFusionProcFunFun
(
c
,
f1
,
f2
,
cc
,
insf
)
function
Auxiliary
.
AddFusionProcFunFun
(
c
,
f1
,
f2
,
cc
,
insf
)
local
fun
=
{}
Auxiliary
.
AddFusionProcUltimate
(
c
,
false
,
insf
,
f1
,{
for
i
=
1
,
cc
do
min
=
cc
,
fun
[
i
]
=
f2
max
=
cc
,
end
f
=
f2
Auxiliary
.
AddFusionProcMix
(
c
,
false
,
insf
,
f1
,
table.unpack
(
fun
)
)
}
)
end
end
--Fusion monster, condition1 + condition2 * minc to maxc
--Fusion monster, condition1 + condition2 * minc to maxc
function
Auxiliary
.
AddFusionProcFunFunRep
(
c
,
f1
,
f2
,
minc
,
maxc
,
insf
)
function
Auxiliary
.
AddFusionProcFunFunRep
(
c
,
f1
,
f2
,
minc
,
maxc
,
insf
)
...
...
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