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
ac607fc2
Commit
ac607fc2
authored
Sep 10, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
17.7
parent
81e794d5
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
17 deletions
+25
-17
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
CH01.cdb
CH01.cdb
+0
-0
etc.cdb
etc.cdb
+0
-0
pack/2025-09-06 SD48.ydk
pack/2025-09-06 SD48.ydk
+16
-8
script/c101303014.lua
script/c101303014.lua
+1
-1
script/c101303015.lua
script/c101303015.lua
+1
-1
script/c101303016.lua
script/c101303016.lua
+1
-1
script/c101303031.lua
script/c101303031.lua
+1
-1
script/c101303059.lua
script/c101303059.lua
+1
-1
script/c101303060.lua
script/c101303060.lua
+1
-1
script/c101303073.lua
script/c101303073.lua
+1
-1
script/c101303074.lua
script/c101303074.lua
+1
-1
No files found.
.gitlab-ci.yml
View file @
ac607fc2
...
...
@@ -91,7 +91,7 @@ add_script_diff:
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
17.
5
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
17.
6
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
-
apt update;apt -y install wget
-
currentPath=$PWD
...
...
CH01.cdb
View file @
ac607fc2
No preview for this file type
etc.cdb
View file @
ac607fc2
No preview for this file type
pack/2025-09-06 SD48.ydk
View file @
ac607fc2
#created by ygomobile
100244001
100244002
100244003
100244004
100244005
100244006
100244032
100244033
\ No newline at end of file
101303201
101303202
101303203
101303014
101303015
101303016
101303031
101303204
101303205
101303206
101303207
101303059
101303060
101303208
101303073
101303074
\ No newline at end of file
script/c101303014.lua
View file @
ac607fc2
...
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToChain
()
and
aux
.
NecroValleyFilter
()(
c
)
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101303015.lua
View file @
ac607fc2
...
...
@@ -88,4 +88,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToChain
()
and
aux
.
NecroValleyFilter
()(
c
)
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101303016.lua
View file @
ac607fc2
...
...
@@ -79,4 +79,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToChain
()
and
aux
.
NecroValleyFilter
()(
c
)
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101303031.lua
View file @
ac607fc2
...
...
@@ -114,4 +114,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
#
g
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101303059.lua
View file @
ac607fc2
...
...
@@ -74,4 +74,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
script/c101303060.lua
View file @
ac607fc2
...
...
@@ -77,4 +77,4 @@ function s.teop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoExtraP
(
g
,
nil
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101303073.lua
View file @
ac607fc2
...
...
@@ -50,4 +50,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
\ No newline at end of file
end
script/c101303074.lua
View file @
ac607fc2
...
...
@@ -92,4 +92,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
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