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
e3a0a300
Commit
e3a0a300
authored
Jan 08, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix material
parent
2b7078dc
Pipeline
#32442
passed with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
script/c101208009.lua
script/c101208009.lua
+4
-4
script/c81096431.lua
script/c81096431.lua
+3
-3
No files found.
script/c101208009.lua
View file @
e3a0a300
...
...
@@ -99,7 +99,7 @@ function s.sxfilter(c,tp,xc,eid)
local
te
=
c
:
IsHasEffect
(
81096431
,
tp
)
if
te
and
te
:
GetValue
()
==
eid
then
local
etg
=
te
:
GetTarget
()
return
etg
(
te
,
xc
)
return
not
etg
or
etg
(
te
,
xc
)
end
end
function
s
.
Drake_shark_gf
(
int_ct
,
int_tp
,
xc
)
...
...
@@ -241,7 +241,7 @@ function Auxiliary.Drake_Solve(tp,g,maxct,minct)
local
et
=
maxct
-
g
:
GetCount
()
local
exg
=
g
:
Filter
(
Card
.
IsHasEffect
,
nil
,
81096431
,
tp
)
local
ext
=
exg
:
GetClassCount
(
s
.
eftfilter
,
tp
)
if
(
et
==
0
or
2
-
et
==
ext
)
and
#
exg
>
0
then
if
(
et
==
0
or
et
==
ext
)
and
#
exg
>
0
then
for
ttc
in
aux
.
Next
(
exg
)
do
local
tte
=
ttc
:
IsHasEffect
(
81096431
,
tp
)
if
tte
then
...
...
@@ -250,7 +250,7 @@ function Auxiliary.Drake_Solve(tp,g,maxct,minct)
end
end
else
local
st
=
2
-
et
local
st
=
et
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RESOLVECARD
)
local
reg
=
exg
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
st
,
st
,
tp
)
for
ttc
in
aux
.
Next
(
reg
)
do
...
...
@@ -262,4 +262,4 @@ function Auxiliary.Drake_Solve(tp,g,maxct,minct)
end
end
end
end
\ No newline at end of file
end
script/c81096431.lua
View file @
e3a0a300
...
...
@@ -55,7 +55,7 @@ function s.sxfilter(c,tp,xc,eid)
local
te
=
c
:
IsHasEffect
(
id
,
tp
)
if
te
and
te
:
GetValue
()
==
eid
then
local
etg
=
te
:
GetTarget
()
return
etg
(
te
,
xc
)
return
not
etg
or
etg
(
te
,
xc
)
end
end
function
s
.
Drake_shark_gf
(
int_ct
,
int_tp
,
xc
)
...
...
@@ -237,7 +237,7 @@ function Auxiliary.Drake_Solve(tp,g,maxct,minct)
local
et
=
maxct
-
g
:
GetCount
()
local
exg
=
g
:
Filter
(
Card
.
IsHasEffect
,
nil
,
81096431
,
tp
)
local
ext
=
exg
:
GetClassCount
(
s
.
eftfilter
,
tp
)
if
(
et
==
0
or
2
-
et
==
ext
)
and
#
exg
>
0
then
if
(
et
==
0
or
et
==
ext
)
and
#
exg
>
0
then
for
ttc
in
aux
.
Next
(
exg
)
do
local
tte
=
ttc
:
IsHasEffect
(
81096431
,
tp
)
if
tte
then
...
...
@@ -246,7 +246,7 @@ function Auxiliary.Drake_Solve(tp,g,maxct,minct)
end
end
else
local
st
=
2
-
et
local
st
=
et
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RESOLVECARD
)
local
reg
=
exg
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
st
,
st
,
tp
)
for
ttc
in
aux
.
Next
(
reg
)
do
...
...
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