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
bd7b1e8d
Commit
bd7b1e8d
authored
Oct 17, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xf修复
parent
dc100412
Pipeline
#41103
failed with stages
in 1 minute and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
BPRO.cdb
BPRO.cdb
+0
-0
script/c101303046.lua
script/c101303046.lua
+2
-2
script/c101303053.lua
script/c101303053.lua
+2
-2
No files found.
BPRO.cdb
View file @
bd7b1e8d
No preview for this file type
script/c101303046.lua
View file @
bd7b1e8d
...
@@ -60,8 +60,8 @@ function s.eop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -60,8 +60,8 @@ function s.eop(e,tp,eg,ep,ev,re,r,rp)
if
not
(
b1
or
b2
or
b3
)
then
return
end
if
not
(
b1
or
b2
or
b3
)
then
return
end
local
op
=
aux
.
SelectFromOptions
(
tp
,
local
op
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b
1
,
aux
.
Stringid
(
id
,
1
),
2
},
{
b
2
,
aux
.
Stringid
(
id
,
1
),
2
},
{
b
2
,
aux
.
Stringid
(
id
,
2
),
3
})
{
b
3
,
aux
.
Stringid
(
id
,
2
),
3
})
if
op
==
1
then
if
op
==
1
then
Duel
.
RegisterFlagEffect
(
tp
,
id
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
id
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
aux
.
ExceptThisCard
(
e
))
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
aux
.
ExceptThisCard
(
e
))
...
...
script/c101303053.lua
View file @
bd7b1e8d
...
@@ -60,8 +60,8 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -60,8 +60,8 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
if
b1
or
b2
or
b3
then
if
b1
or
b2
or
b3
then
op
=
aux
.
SelectFromOptions
(
tp
,
op
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b
1
,
aux
.
Stringid
(
id
,
1
),
2
},
{
b
2
,
aux
.
Stringid
(
id
,
1
),
2
},
{
b
2
,
aux
.
Stringid
(
id
,
2
),
3
})
{
b
3
,
aux
.
Stringid
(
id
,
2
),
3
})
end
end
e
:
SetLabel
(
op
)
e
:
SetLabel
(
op
)
if
op
==
1
or
op
==
2
then
if
op
==
1
or
op
==
2
then
...
...
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