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
48f6f45a
Commit
48f6f45a
authored
Oct 01, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
5a3a6874
Pipeline
#40847
failed with stages
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c101303067.lua
script/c101303067.lua
+3
-3
No files found.
script/c101303067.lua
View file @
48f6f45a
...
@@ -14,7 +14,7 @@ end
...
@@ -14,7 +14,7 @@ end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
if
chk
==
0
then
return
g
:
GetCount
()
>
0
end
if
chk
==
0
then
return
g
:
GetCount
()
>
0
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_D
ESTROY
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_D
ISABLE
,
g
,
1
,
0
,
0
)
if
e
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
then
if
e
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
then
Duel
.
SetChainLimit
(
s
.
chainlm
)
Duel
.
SetChainLimit
(
s
.
chainlm
)
end
end
...
@@ -71,10 +71,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,10 +71,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
e7
:
SetCode
(
EFFECT_UNRELEASABLE_SUM
)
e7
:
SetCode
(
EFFECT_UNRELEASABLE_SUM
)
e7
:
SetValue
(
1
)
e7
:
SetValue
(
1
)
e7
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e7
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
c
:
RegisterEffect
(
e7
)
t
c
:
RegisterEffect
(
e7
)
local
e8
=
e7
:
Clone
()
local
e8
=
e7
:
Clone
()
e8
:
SetCode
(
EFFECT_UNRELEASABLE_NONSUM
)
e8
:
SetCode
(
EFFECT_UNRELEASABLE_NONSUM
)
c
:
RegisterEffect
(
e8
)
t
c
:
RegisterEffect
(
e8
)
local
e9
=
e7
:
Clone
()
local
e9
=
e7
:
Clone
()
e9
:
SetCode
(
EFFECT_CANNOT_BE_FUSION_MATERIAL
)
e9
:
SetCode
(
EFFECT_CANNOT_BE_FUSION_MATERIAL
)
e9
:
SetValue
(
s
.
fuslimit
)
e9
:
SetValue
(
s
.
fuslimit
)
...
...
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