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
d4ebbcd3
Commit
d4ebbcd3
authored
Mar 10, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.moenext.com:mycard/pre-release-database-cdb
parents
f0b24ccb
d4a71d30
Pipeline
#43625
passed with stages
in 2 minutes and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
LOCH.cdb
LOCH.cdb
+0
-0
script/c100256019.lua
script/c100256019.lua
+4
-4
No files found.
.gitlab-ci.yml
View file @
d4ebbcd3
...
@@ -115,7 +115,7 @@ add_script_diff:
...
@@ -115,7 +115,7 @@ add_script_diff:
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
:
'
22.1
5
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
22.1
6
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
script
:
-
apt update;apt -y install wget
-
apt update;apt -y install wget
-
currentPath=$PWD
-
currentPath=$PWD
...
...
LOCH.cdb
View file @
d4ebbcd3
No preview for this file type
script/c100256019.lua
View file @
d4ebbcd3
...
@@ -80,7 +80,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -80,7 +80,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local
tc2
=
nil
local
tc2
=
nil
if
Duel
.
GetLocationCount
(
p1
,
LOCATION_MZONE
)
>
0
if
Duel
.
GetLocationCount
(
p1
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
p1
)
and
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
p1
)
and
Duel
.
SelectYesNo
(
p1
,
aux
.
Stringid
(
id
,
2
))
then
and
Duel
.
SelectYesNo
(
p1
,
aux
.
Stringid
(
id
,
3
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
p1
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
p1
,
HINTMSG_SPSUMMON
)
local
sg1
=
Duel
.
SelectMatchingCard
(
p1
,
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
p1
)
local
sg1
=
Duel
.
SelectMatchingCard
(
p1
,
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
p1
)
Duel
.
HintSelection
(
sg1
)
Duel
.
HintSelection
(
sg1
)
...
@@ -88,7 +88,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -88,7 +88,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
if
Duel
.
GetLocationCount
(
p2
,
LOCATION_MZONE
)
>
0
if
Duel
.
GetLocationCount
(
p2
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p2
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
p2
)
and
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p2
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
p2
)
and
Duel
.
SelectYesNo
(
p2
,
aux
.
Stringid
(
id
,
2
))
then
and
Duel
.
SelectYesNo
(
p2
,
aux
.
Stringid
(
id
,
3
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
p2
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
p2
,
HINTMSG_SPSUMMON
)
local
sg2
=
Duel
.
SelectMatchingCard
(
p2
,
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p2
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
p2
)
local
sg2
=
Duel
.
SelectMatchingCard
(
p2
,
aux
.
NecroValleyFilter
(
s
.
spfilter2
),
p2
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
p2
)
Duel
.
HintSelection
(
sg2
)
Duel
.
HintSelection
(
sg2
)
...
@@ -96,7 +96,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -96,7 +96,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
if
tc1
then
if
tc1
then
if
Duel
.
SpecialSummonStep
(
tc1
,
0
,
p1
,
p1
,
true
,
false
,
POS_FACEUP
)
then
if
Duel
.
SpecialSummonStep
(
tc1
,
0
,
p1
,
p1
,
true
,
false
,
POS_FACEUP
)
then
tc1
:
RegisterFlagEffect
(
0
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
3
))
tc1
:
RegisterFlagEffect
(
0
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
4
))
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
...
@@ -108,7 +108,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -108,7 +108,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
if
tc2
then
if
tc2
then
if
Duel
.
SpecialSummonStep
(
tc2
,
0
,
p2
,
p2
,
true
,
false
,
POS_FACEUP
)
then
if
Duel
.
SpecialSummonStep
(
tc2
,
0
,
p2
,
p2
,
true
,
false
,
POS_FACEUP
)
then
tc2
:
RegisterFlagEffect
(
0
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
3
))
tc2
:
RegisterFlagEffect
(
0
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
4
))
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
...
...
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