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
Vury Leo
pre-release-database-cdb
Commits
a628fbb8
Commit
a628fbb8
authored
Aug 20, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
71066b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
script/c100245034.lua
script/c100245034.lua
+6
-2
No files found.
script/c100245034.lua
View file @
a628fbb8
...
@@ -16,6 +16,7 @@ function s.initial_effect(c)
...
@@ -16,6 +16,7 @@ function s.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
id
)
e2
:
SetCountLimit
(
1
,
id
)
e2
:
SetTarget
(
s
.
sptg
)
e2
:
SetTarget
(
s
.
sptg
)
e2
:
SetOperation
(
s
.
spop
)
e2
:
SetOperation
(
s
.
spop
)
...
@@ -68,9 +69,12 @@ end
...
@@ -68,9 +69,12 @@ end
function
s
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
s
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
GetOriginalType
()
&
TYPE_TUNER
==
0
return
c
:
GetOriginalType
()
&
TYPE_TUNER
==
0
end
end
function
s
.
rmcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_GRAVE
)
and
r
==
REASON_SYNCHRO
end
function
s
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
2
)
local
g
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
2
)
if
chk
==
0
then
return
#
g
>
0
and
g
:
IsExists
(
Card
.
IsAbleToRemove
,
2
,
nil
)
end
if
chk
==
0
then
return
#
g
>
0
and
g
:
IsExists
(
Card
.
IsAbleToRemove
,
1
,
nil
)
end
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
)
...
@@ -85,7 +89,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,7 +89,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RevealSelectDeckSequence
(
false
)
Duel
.
RevealSelectDeckSequence
(
false
)
if
#
sg
>
0
then
if
#
sg
>
0
then
Duel
.
DisableShuffleCheck
(
true
)
Duel
.
DisableShuffleCheck
(
true
)
Duel
.
Remove
(
sg
,
POS_FACE
DOWN
,
REASON_EFFECT
)
Duel
.
Remove
(
sg
,
POS_FACE
UP
,
REASON_EFFECT
)
g
:
Sub
(
sg
)
g
:
Sub
(
sg
)
if
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
2
),
aux
.
Stringid
(
id
,
3
))
==
1
then
if
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
2
),
aux
.
Stringid
(
id
,
3
))
==
1
then
Duel
.
MoveSequence
(
g
:
GetFirst
(),
SEQ_DECKBOTTOM
)
Duel
.
MoveSequence
(
g
:
GetFirst
(),
SEQ_DECKBOTTOM
)
...
...
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