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
f40d000a
Commit
f40d000a
authored
Jan 24, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ボンバー・プレイス
parent
b18eca3c
Pipeline
#32781
failed with stages
in 1 minute and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
ALIN.cdb
ALIN.cdb
+0
-0
script/c101208034.lua
script/c101208034.lua
+3
-2
No files found.
.gitlab-ci.yml
View file @
f40d000a
...
@@ -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.1
8
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
11.1
9
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
script
:
-
apt update;apt -y install wget
-
apt update;apt -y install wget
-
currentPath=$PWD
-
currentPath=$PWD
...
...
ALIN.cdb
View file @
f40d000a
No preview for this file type
script/c101208034.lua
View file @
f40d000a
...
@@ -28,7 +28,7 @@ function s.descon1(tp)
...
@@ -28,7 +28,7 @@ function s.descon1(tp)
end
end
function
s
.
tgfilter1
(
c
,
tp
)
function
s
.
tgfilter1
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsLevelAbove
(
1
)
return
c
:
IsFaceup
()
and
c
:
IsLevelAbove
(
1
)
and
Duel
.
IsExistingMatchingCard
(
s
.
desfilter1
,
tp
,
0
,
LOCATION_MZONE
,
c
,
c
:
GetLevel
())
and
Duel
.
IsExistingMatchingCard
(
s
.
desfilter1
,
tp
,
0
,
LOCATION_MZONE
,
1
,
c
,
c
:
GetLevel
())
end
end
function
s
.
desfilter1
(
c
,
lv
)
function
s
.
desfilter1
(
c
,
lv
)
return
c
:
IsFaceup
()
and
(
c
:
IsLevel
(
lv
)
or
c
:
IsRank
(
lv
)
or
c
:
IsLink
(
lv
))
return
c
:
IsFaceup
()
and
(
c
:
IsLevel
(
lv
)
or
c
:
IsRank
(
lv
)
or
c
:
IsLink
(
lv
))
...
@@ -48,7 +48,8 @@ function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -48,7 +48,8 @@ function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b2
,
aux
.
Stringid
(
id
,
1
),
2
})
{
b2
,
aux
.
Stringid
(
id
,
1
),
2
})
e
:
SetLabel
(
label
)
e
:
SetLabel
(
label
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
LOCATION_MZONE
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
1
,
0
,
0
)
end
end
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
label
=
e
:
GetLabel
()
local
label
=
e
:
GetLabel
()
...
...
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