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
Crescent/毛虫
pre-release-database-cdb
Commits
499101ce
Commit
499101ce
authored
Oct 18, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 超巨大戦艦 メタル・スレイブ
parent
b4581875
Pipeline
#41140
passed with stages
in 2 minutes and 53 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
BPRO.cdb
BPRO.cdb
+0
-0
pack/2025-10-25 BPRO.ydk
pack/2025-10-25 BPRO.ydk
+1
-0
pics/101303027.jpg
pics/101303027.jpg
+0
-0
script/c101303022.lua
script/c101303022.lua
+1
-1
script/c101303027.lua
script/c101303027.lua
+1
-1
No files found.
.gitlab-ci.yml
View file @
499101ce
...
...
@@ -91,7 +91,7 @@ add_script_diff:
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
18.1
8
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
18.1
9
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
-
apt update;apt -y install wget
-
currentPath=$PWD
...
...
BPRO.cdb
View file @
499101ce
No preview for this file type
pack/2025-10-25 BPRO.ydk
View file @
499101ce
...
...
@@ -22,6 +22,7 @@
101303021
101303022
101303025
101303027
101303028
101303029
101303031
...
...
pics/101303027.jpg
0 → 100644
View file @
499101ce
112 KB
script/c101303022.lua
View file @
499101ce
...
...
@@ -60,7 +60,7 @@ end
function
s
.
cfilter
(
c
,
e
)
return
c
:
IsFaceup
()
and
c
:
IsCanBeEffectTarget
(
e
)
end
function
s
.
desfilter
(
c
)
function
s
.
desfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x15
)
and
c
:
IsControler
(
tp
)
end
function
s
.
fselect
(
g
,
tp
)
...
...
script/c101303027.lua
View file @
499101ce
...
...
@@ -66,4 +66,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
valcon
(
e
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
end
\ No newline at end of file
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