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
4e14fd3e
Commit
4e14fd3e
authored
Oct 13, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 鎖縛竜ザレン
parent
b5ef0793
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
pack/2025-10-25 BPRO.ydk
pack/2025-10-25 BPRO.ydk
+1
-0
pics/101303042.jpg
pics/101303042.jpg
+0
-0
script/c101303042.lua
script/c101303042.lua
+5
-5
No files found.
.gitlab-ci.yml
View file @
4e14fd3e
...
...
@@ -91,7 +91,7 @@ add_script_diff:
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
18.1
3
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
18.1
4
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
-
apt update;apt -y install wget
-
currentPath=$PWD
...
...
pack/2025-10-25 BPRO.ydk
View file @
4e14fd3e
...
...
@@ -25,6 +25,7 @@
101303038
101303039
101303040
101303042
101303043
101303205
101303206
...
...
pics/101303042.jpg
0 → 100644
View file @
4e14fd3e
112 KB
script/c101303042.lua
View file @
4e14fd3e
...
...
@@ -47,8 +47,8 @@ end
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
ev
<=
1
then
return
false
end
return
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
Duel
.
IsChainDisablable
(
ev
)
or
Duel
.
IsChainDisablable
(
ev
-
1
)
return
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
(
Duel
.
IsChainDisablable
(
ev
)
or
Duel
.
IsChainDisablable
(
ev
-
1
)
)
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
b1
=
Duel
.
IsChainDisablable
(
ev
)
...
...
@@ -73,13 +73,13 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetLabel
()
==
1
then
if
Duel
.
NegateEffect
(
ev
)
and
re
:
GetHandler
():
IsRelateTo
Effect
(
re
)
then
if
Duel
.
NegateEffect
(
ev
)
and
re
:
GetHandler
():
IsRelateTo
Chain
(
ev
)
then
Duel
.
Destroy
(
eg
,
REASON_EFFECT
)
end
else
local
te
=
Duel
.
GetChainInfo
(
ev
-
1
,
CHAININFO_TRIGGERING_EFFECT
)
if
Duel
.
NegateEffect
(
ev
-
1
)
and
te
:
GetHandler
():
IsRelateTo
Effect
(
te
)
then
if
Duel
.
NegateEffect
(
ev
-
1
)
and
te
:
GetHandler
():
IsRelateTo
Chain
(
ev
-
1
)
then
Duel
.
Destroy
(
te
:
GetHandler
(),
REASON_EFFECT
)
end
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