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
f8edc1b8
Commit
f8edc1b8
authored
Feb 18, 2025
by
zengsxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 19-21
适配调和支援士
parent
3f46e74c
Pipeline
#33286
passed with stages
in 3 minutes and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
script/c100236019.lua
script/c100236019.lua
+1
-1
script/c100236020.lua
script/c100236020.lua
+1
-1
script/c100236021.lua
script/c100236021.lua
+1
-1
No files found.
script/c100236019.lua
View file @
f8edc1b8
...
@@ -63,7 +63,7 @@ function s.goal(g,tp,lv,syncard,tuc)
...
@@ -63,7 +63,7 @@ function s.goal(g,tp,lv,syncard,tuc)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
syncard
)
<=
0
then
return
false
end
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
syncard
)
<=
0
then
return
false
end
if
tuc
:
IsHasEffect
(
EFFECT_HAND_SYNCHRO
)
and
g
:
IsExists
(
Card
.
IsLocation
,
2
,
tuc
,
LOCATION_HAND
)
then
return
false
end
if
tuc
:
IsHasEffect
(
EFFECT_HAND_SYNCHRO
)
and
g
:
IsExists
(
Card
.
IsLocation
,
2
,
tuc
,
LOCATION_HAND
)
then
return
false
end
local
lg
=
g
:
__add
(
tuc
)
local
lg
=
g
:
__add
(
tuc
)
return
lg
:
GetSum
(
s
.
val
,
syncard
)
==
lv
return
lg
:
CheckWithSumEqual
(
s
.
val
,
lv
,
#
lg
,
#
lg
,
syncard
)
end
end
function
s
.
LSynCondition
(
e
,
c
,
tuner
,
mg
,
min
,
max
)
function
s
.
LSynCondition
(
e
,
c
,
tuner
,
mg
,
min
,
max
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
...
...
script/c100236020.lua
View file @
f8edc1b8
...
@@ -63,7 +63,7 @@ function s.goal(g,tp,lv,syncard,tuc)
...
@@ -63,7 +63,7 @@ function s.goal(g,tp,lv,syncard,tuc)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
syncard
)
<=
0
then
return
false
end
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
syncard
)
<=
0
then
return
false
end
if
tuc
:
IsHasEffect
(
EFFECT_HAND_SYNCHRO
)
and
g
:
IsExists
(
Card
.
IsLocation
,
2
,
tuc
,
LOCATION_HAND
)
then
return
false
end
if
tuc
:
IsHasEffect
(
EFFECT_HAND_SYNCHRO
)
and
g
:
IsExists
(
Card
.
IsLocation
,
2
,
tuc
,
LOCATION_HAND
)
then
return
false
end
local
lg
=
g
:
__add
(
tuc
)
local
lg
=
g
:
__add
(
tuc
)
return
lg
:
GetSum
(
s
.
val
,
syncard
)
==
lv
return
lg
:
CheckWithSumEqual
(
s
.
val
,
lv
,
#
lg
,
#
lg
,
syncard
)
end
end
function
s
.
LSynCondition
(
e
,
c
,
tuner
,
mg
,
min
,
max
)
function
s
.
LSynCondition
(
e
,
c
,
tuner
,
mg
,
min
,
max
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
...
...
script/c100236021.lua
View file @
f8edc1b8
...
@@ -63,7 +63,7 @@ function s.goal(g,tp,lv,syncard,tuc)
...
@@ -63,7 +63,7 @@ function s.goal(g,tp,lv,syncard,tuc)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
syncard
)
<=
0
then
return
false
end
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
syncard
)
<=
0
then
return
false
end
if
tuc
:
IsHasEffect
(
EFFECT_HAND_SYNCHRO
)
and
g
:
IsExists
(
Card
.
IsLocation
,
2
,
tuc
,
LOCATION_HAND
)
then
return
false
end
if
tuc
:
IsHasEffect
(
EFFECT_HAND_SYNCHRO
)
and
g
:
IsExists
(
Card
.
IsLocation
,
2
,
tuc
,
LOCATION_HAND
)
then
return
false
end
local
lg
=
g
:
__add
(
tuc
)
local
lg
=
g
:
__add
(
tuc
)
return
lg
:
GetSum
(
s
.
val
,
syncard
)
==
lv
return
lg
:
CheckWithSumEqual
(
s
.
val
,
lv
,
#
lg
,
#
lg
,
syncard
)
end
end
function
s
.
LSynCondition
(
e
,
c
,
tuner
,
mg
,
min
,
max
)
function
s
.
LSynCondition
(
e
,
c
,
tuner
,
mg
,
min
,
max
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
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