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
b8c8f4d3
Commit
b8c8f4d3
authored
Nov 04, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
caae62b3
Pipeline
#41492
failed with stages
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
script/c100253005.lua
script/c100253005.lua
+4
-4
No files found.
script/c100253005.lua
View file @
b8c8f4d3
...
...
@@ -41,13 +41,13 @@ end
function
s
.
cfilter
(
c
,
g
,
e
,
tp
)
return
c
:
IsSummonPlayer
(
1
-
tp
)
and
g
:
IsContains
(
c
)
and
c
:
IsType
(
TYPE_EFFECT
)
and
Duel
.
GetLocationCount
(
1
-
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
3
,
RACE_AQUA
,
ATTRIBUTE_WATER
,
POS_FACEUP
,
1
-
c
:
GetControler
())
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
3
,
RACE_AQUA
,
ATTRIBUTE_WATER
,
POS_FACEUP
_DEFENSE
,
1
-
c
:
GetControler
())
end
function
s
.
tktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsSummonPlayer
(
1
-
tp
)
and
eg
:
IsContains
(
chkc
)
and
chkc
:
IsType
(
TYPE_EFFECT
)
and
Duel
.
GetLocationCount
(
1
-
chkc
:
GetControler
(),
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
3
,
RACE_AQUA
,
ATTRIBUTE_WATER
,
POS_FACEUP
,
1
-
chkc
:
GetControler
())
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
3
,
RACE_AQUA
,
ATTRIBUTE_WATER
,
POS_FACEUP
_DEFENSE
,
1
-
chkc
:
GetControler
())
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
,
eg
,
e
,
tp
)
end
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
nil
,
eg
,
e
,
tp
)
...
...
@@ -59,9 +59,9 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
if
not
(
tc
:
IsRelateToChain
()
and
tc
:
IsType
(
TYPE_MONSTER
))
then
return
end
local
sp
=
tc
:
GetControler
()
if
Duel
.
GetLocationCount
(
sp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
3
,
RACE_AQUA
,
ATTRIBUTE_WATER
,
POS_FACEUP
,
1
-
sp
)
then
return
end
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
0
,
0
,
3
,
RACE_AQUA
,
ATTRIBUTE_WATER
,
POS_FACEUP
_DEFENSE
,
1
-
sp
)
then
return
end
local
token
=
Duel
.
CreateToken
(
tp
,
id
+
o
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
1
-
sp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
1
-
sp
,
false
,
false
,
POS_FACEUP
_DEFENSE
)
end
function
s
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
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