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
eb864b7c
Commit
eb864b7c
authored
Jan 08, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
b6c26185
Pipeline
#42480
failed with stages
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
script/c101304040.lua
script/c101304040.lua
+8
-5
No files found.
script/c101304040.lua
View file @
eb864b7c
...
@@ -35,8 +35,11 @@ function s.sucfilter(c,tp)
...
@@ -35,8 +35,11 @@ function s.sucfilter(c,tp)
return
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
and
c
:
IsControler
(
tp
)
return
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
and
c
:
IsControler
(
tp
)
end
end
function
s
.
sucop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
sucop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
eg
:
IsExists
(
s
.
sucfilter
,
1
,
nil
,
tp
)
and
Duel
.
GetCurrentChain
()
==
1
then
if
not
eg
:
IsExists
(
s
.
sucfilter
,
1
,
nil
,
tp
)
then
return
end
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
if
Duel
.
GetCurrentChain
()
==
0
then
Duel
.
SetChainLimitTillChainEnd
(
s
.
chainlm
)
elseif
Duel
.
GetCurrentChain
()
==
1
then
Duel
.
RegisterFlagEffect
(
tp
,
id
+
o
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetCode
(
EVENT_CHAINING
)
...
@@ -49,14 +52,14 @@ function s.sucop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,14 +52,14 @@ function s.sucop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
resetop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
resetop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
ResetFlagEffect
(
id
)
Duel
.
ResetFlagEffect
(
tp
,
id
+
o
)
e
:
Reset
()
e
:
Reset
()
end
end
function
s
.
cedop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
cedop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
GetFlagEffect
(
id
)
~=
0
then
if
Duel
.
GetFlagEffect
(
tp
,
id
+
o
)
~=
0
then
Duel
.
SetChainLimitTillChainEnd
(
s
.
chainlm
)
Duel
.
SetChainLimitTillChainEnd
(
s
.
chainlm
)
end
end
e
:
GetHandler
():
ResetFlagEffect
(
id
)
Duel
.
ResetFlagEffect
(
tp
,
id
+
o
)
end
end
function
s
.
tdfilter
(
c
)
function
s
.
tdfilter
(
c
)
return
c
:
IsFaceupEx
()
and
c
:
IsType
(
TYPE_SYNCHRO
)
and
c
:
IsAbleToDeck
()
return
c
:
IsFaceupEx
()
and
c
:
IsType
(
TYPE_SYNCHRO
)
and
c
:
IsAbleToDeck
()
...
...
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