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
liucerf
pre-release-database-cdb
Commits
08f94238
Commit
08f94238
authored
Jan 09, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Drake_shark_gf
parent
52660621
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
15 deletions
+31
-15
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
script/c101208009.lua
script/c101208009.lua
+15
-7
script/c81096431.lua
script/c81096431.lua
+15
-7
No files found.
.gitlab-ci.yml
View file @
08f94238
...
@@ -53,7 +53,7 @@ merge_databases:
...
@@ -53,7 +53,7 @@ merge_databases:
FIELDS
:
'
name,desc,overallString,picUrl'
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
11.
8
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
11.
9
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
script
:
-
apt update;apt -y install wget
-
apt update;apt -y install wget
-
currentPath=$PWD
-
currentPath=$PWD
...
...
script/c101208009.lua
View file @
08f94238
...
@@ -95,21 +95,29 @@ function s.Drake_shark_f(function_f,int_lv,card_c)
...
@@ -95,21 +95,29 @@ function s.Drake_shark_f(function_f,int_lv,card_c)
return
c
:
IsXyzLevel
(
card_c
,
int_lv
)
and
(
not
function_f
or
function_f
(
c
))
return
c
:
IsXyzLevel
(
card_c
,
int_lv
)
and
(
not
function_f
or
function_f
(
c
))
end
end
end
end
function
s
.
sxfilter
(
c
,
tp
,
xc
,
eid
)
function
s
.
sxfilter
(
c
,
tp
,
xc
)
local
te
=
c
:
IsHasEffect
(
81096431
,
tp
)
local
te
=
c
:
IsHasEffect
(
81096431
,
tp
)
if
te
and
te
:
GetValue
()
==
eid
then
if
te
then
local
etg
=
te
:
GetTarget
()
local
etg
=
te
:
GetTarget
()
return
not
etg
or
etg
(
te
,
xc
)
return
not
etg
or
etg
(
te
,
xc
)
end
end
return
false
end
function
s
.
sxvalue
(
c
,
tp
,
xc
)
local
te
=
c
:
IsHasEffect
(
81096431
,
tp
)
if
te
then
local
etg
=
te
:
GetTarget
()
if
not
etg
or
etg
(
te
,
xc
)
then
return
te
:
GetValue
()
end
end
end
end
function
s
.
Drake_shark_gf
(
int_ct
,
int_tp
,
xc
)
function
s
.
Drake_shark_gf
(
int_ct
,
int_tp
,
xc
)
return
function
(
g
)
return
function
(
g
)
local
ct
=
g
:
GetCount
()
local
ct
=
g
:
GetCount
()
if
g
:
IsExists
(
s
.
sxfilter
,
1
,
nil
,
int_tp
,
xc
,
81096431
)
then
local
eg
=
g
:
Filter
(
s
.
sxfilter
,
nil
,
int_tp
,
xc
)
ct
=
ct
+
1
if
#
eg
>
0
then
end
ct
=
ct
+
eg
:
GetClassCount
(
s
.
sxvalue
,
int_tp
,
xc
)
if
g
:
IsExists
(
s
.
sxfilter
,
1
,
nil
,
int_tp
,
xc
,
id
)
then
ct
=
ct
+
1
end
end
return
ct
>=
int_ct
return
ct
>=
int_ct
end
end
...
...
script/c81096431.lua
View file @
08f94238
...
@@ -51,21 +51,29 @@ function s.Drake_shark_f(function_f,int_lv,card_c)
...
@@ -51,21 +51,29 @@ function s.Drake_shark_f(function_f,int_lv,card_c)
return
c
:
IsXyzLevel
(
card_c
,
int_lv
)
and
(
not
function_f
or
function_f
(
c
))
return
c
:
IsXyzLevel
(
card_c
,
int_lv
)
and
(
not
function_f
or
function_f
(
c
))
end
end
end
end
function
s
.
sxfilter
(
c
,
tp
,
xc
,
eid
)
function
s
.
sxfilter
(
c
,
tp
,
xc
)
local
te
=
c
:
IsHasEffect
(
id
,
tp
)
local
te
=
c
:
IsHasEffect
(
id
,
tp
)
if
te
and
te
:
GetValue
()
==
eid
then
if
te
then
local
etg
=
te
:
GetTarget
()
local
etg
=
te
:
GetTarget
()
return
not
etg
or
etg
(
te
,
xc
)
return
not
etg
or
etg
(
te
,
xc
)
end
end
return
false
end
function
s
.
sxvalue
(
c
,
tp
,
xc
)
local
te
=
c
:
IsHasEffect
(
id
,
tp
)
if
te
then
local
etg
=
te
:
GetTarget
()
if
not
etg
or
etg
(
te
,
xc
)
then
return
te
:
GetValue
()
end
end
end
end
function
s
.
Drake_shark_gf
(
int_ct
,
int_tp
,
xc
)
function
s
.
Drake_shark_gf
(
int_ct
,
int_tp
,
xc
)
return
function
(
g
)
return
function
(
g
)
local
ct
=
g
:
GetCount
()
local
ct
=
g
:
GetCount
()
if
g
:
IsExists
(
s
.
sxfilter
,
1
,
nil
,
int_tp
,
xc
,
id
)
then
local
eg
=
g
:
Filter
(
s
.
sxfilter
,
nil
,
int_tp
,
xc
)
ct
=
ct
+
1
if
#
eg
>
0
then
end
ct
=
ct
+
eg
:
GetClassCount
(
s
.
sxvalue
,
int_tp
,
xc
)
if
g
:
IsExists
(
s
.
sxfilter
,
1
,
nil
,
int_tp
,
xc
,
101208009
)
then
ct
=
ct
+
1
end
end
return
ct
>=
int_ct
return
ct
>=
int_ct
end
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