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
1
Merge Requests
1
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
70259824
Commit
70259824
authored
Aug 20, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix キラーチューン・キュー
parent
dc91e3c6
Pipeline
#40335
passed with stages
in 11 minutes and 32 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
4 deletions
+6
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
DBPR.cdb
DBPR.cdb
+0
-0
pack/2025-08-23 DBPR.ydk
pack/2025-08-23 DBPR.ydk
+1
-0
pics/100245034.jpg
pics/100245034.jpg
+0
-0
script/c100245034.lua
script/c100245034.lua
+3
-2
script/c100247149.lua
script/c100247149.lua
+1
-1
No files found.
.gitlab-ci.yml
View file @
70259824
...
@@ -91,7 +91,7 @@ add_script_diff:
...
@@ -91,7 +91,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
:
'
1
6.43
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
1
7.0
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
script
:
-
apt update;apt -y install wget
-
apt update;apt -y install wget
-
currentPath=$PWD
-
currentPath=$PWD
...
...
DBPR.cdb
View file @
70259824
No preview for this file type
pack/2025-08-23 DBPR.ydk
View file @
70259824
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
100245031
100245031
100245032
100245032
100245033
100245033
100245034
100245035
100245035
100245036
100245036
100245037
100245037
...
...
pics/100245034.jpg
0 → 100644
View file @
70259824
113 KB
script/c100245034.lua
View file @
70259824
--
--
キラーチューン・キュー
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--synchro custom
--synchro custom
...
@@ -78,6 +78,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -78,6 +78,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
1
,
1
-
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
1
,
1
-
tp
,
LOCATION_DECK
)
end
end
function
s
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
IsPlayerCanRemove
(
tp
)
then
return
end
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_DECK
)
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_DECK
)
if
ct
>
2
then
ct
=
2
end
if
ct
>
2
then
ct
=
2
end
if
ct
<
2
then
return
end
if
ct
<
2
then
return
end
...
@@ -95,4 +96,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -95,4 +96,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
MoveSequence
(
g
:
GetFirst
(),
SEQ_DECKBOTTOM
)
Duel
.
MoveSequence
(
g
:
GetFirst
(),
SEQ_DECKBOTTOM
)
end
end
end
end
end
end
\ No newline at end of file
script/c100247149.lua
View file @
70259824
...
@@ -38,4 +38,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -38,4 +38,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
GetControl
(
g
,
tp
)
Duel
.
GetControl
(
g
,
tp
)
end
end
end
end
end
end
\ No newline at end of file
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