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
3
Merge Requests
3
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
da8dba6a
Commit
da8dba6a
authored
Jan 09, 2026
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Auxiliary.SynGroupCheckLevelAddition
parent
efbee653
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
c45675980.lua
c45675980.lua
+1
-7
procedure.lua
procedure.lua
+6
-0
No files found.
c45675980.lua
View file @
da8dba6a
...
@@ -32,14 +32,8 @@ function c45675980.syncheck(g,tp,syncard)
...
@@ -32,14 +32,8 @@ function c45675980.syncheck(g,tp,syncard)
return
g
:
IsExists
(
Card
.
IsRace
,
1
,
nil
,
RACE_DRAGON
)
return
g
:
IsExists
(
Card
.
IsRace
,
1
,
nil
,
RACE_DRAGON
)
and
aux
.
SynMixHandCheck
(
g
,
tp
,
syncard
)
and
syncard
:
IsSynchroSummonable
(
nil
,
g
,
#
g
-
1
,
#
g
-
1
)
and
aux
.
SynMixHandCheck
(
g
,
tp
,
syncard
)
and
syncard
:
IsSynchroSummonable
(
nil
,
g
,
#
g
-
1
,
#
g
-
1
)
end
end
function
c45675980
.
syncheckaddition
(
syncard
)
return
function
(
g
)
local
sumlv
=
g
:
GetSum
(
Auxiliary
.
GetMinSynchroLevel
,
syncard
)
return
sumlv
<=
syncard
:
GetLevel
()
end
end
function
c45675980
.
spfilter
(
c
,
tp
,
mg
)
function
c45675980
.
spfilter
(
c
,
tp
,
mg
)
aux
.
GCheckAdditional
=
c45675980
.
synchecka
ddition
(
c
)
aux
.
GCheckAdditional
=
aux
.
SynGroupCheckLevelA
ddition
(
c
)
local
res
=
mg
:
CheckSubGroup
(
c45675980
.
syncheck
,
2
,
#
mg
,
tp
,
c
)
local
res
=
mg
:
CheckSubGroup
(
c45675980
.
syncheck
,
2
,
#
mg
,
tp
,
c
)
aux
.
GCheckAdditional
=
nil
aux
.
GCheckAdditional
=
nil
return
res
return
res
...
...
procedure.lua
View file @
da8dba6a
...
@@ -440,6 +440,12 @@ function Auxiliary.TuneMagicianCheckAdditionalX(ecode)
...
@@ -440,6 +440,12 @@ function Auxiliary.TuneMagicianCheckAdditionalX(ecode)
return
not
g
:
IsExists
(
Auxiliary
.
TuneMagicianCheckX
,
1
,
nil
,
g
,
ecode
)
return
not
g
:
IsExists
(
Auxiliary
.
TuneMagicianCheckX
,
1
,
nil
,
g
,
ecode
)
end
end
end
end
function
Auxiliary
.
SynGroupCheckLevelAddition
(
syncard
)
return
function
(
g
)
local
sumlv
=
g
:
GetSum
(
Auxiliary
.
GetMinSynchroLevel
,
syncard
)
return
sumlv
<=
syncard
:
GetLevel
()
end
end
--Xyz Summon
--Xyz Summon
function
Auxiliary
.
XyzAlterFilter
(
c
,
alterf
,
xyzc
,
e
,
tp
,
alterop
)
function
Auxiliary
.
XyzAlterFilter
(
c
,
alterf
,
xyzc
,
e
,
tp
,
alterop
)
...
...
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