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
91da42fd
Commit
91da42fd
authored
Nov 05, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
7c8e37bb
Pipeline
#41499
passed with stages
in 2 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
15 deletions
+13
-15
script/c100253001.lua
script/c100253001.lua
+2
-4
script/c100253002.lua
script/c100253002.lua
+1
-1
script/c100253005.lua
script/c100253005.lua
+10
-10
No files found.
script/c100253001.lua
View file @
91da42fd
...
...
@@ -68,12 +68,11 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp)
c
:
SetCardTarget
(
tc
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
+
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetCode
(
EFFECT_UNRELEASABLE_SUM
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
s
.
nrcon
)
e1
:
SetValue
(
1
)
e1
:
SetLabelObject
(
c
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
...
...
@@ -95,6 +94,5 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
nrcon
(
e
)
local
c
=
e
:
GetLabelObject
()
return
c
:
GetCardTarget
():
IsContains
(
e
:
GetHandler
())
return
e
:
GetOwner
():
IsHasCardTarget
(
e
:
GetHandler
())
end
script/c100253002.lua
View file @
91da42fd
...
...
@@ -44,7 +44,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e5
)
end
function
s
.
desfilter
(
c
,
tp
)
return
c
:
IsLocation
(
LOCATION_SZONE
)
and
c
:
IsControler
(
1
-
tp
)
return
c
:
IsLocation
(
LOCATION_SZONE
)
and
c
:
IsControler
(
1
-
tp
)
and
c
:
GetSequence
()
<
5
end
function
s
.
eqcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
desfilter
,
1
,
e
:
GetHandler
(),
tp
)
...
...
script/c100253005.lua
View file @
91da42fd
...
...
@@ -32,25 +32,25 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
desop
)
c
:
RegisterEffect
(
e3
)
end
function
s
.
filter
(
c
,
e
,
tp
)
return
c
:
Is
SummonPlayer
(
1
-
tp
)
function
s
.
filter
(
c
)
return
c
:
Is
AllTypes
(
TYPE_EFFECT
+
TYPE_MONSTER
)
and
c
:
IsFaceup
(
)
end
function
s
.
tkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
filter
,
1
,
nil
,
nil
,
tp
)
return
eg
:
IsExists
(
s
.
filter
,
1
,
nil
)
end
function
s
.
cfilter
(
c
,
g
,
e
,
tp
)
return
g
:
IsContains
(
c
)
and
c
:
Is
Type
(
TYPE_EFFECT
)
and
c
:
IsFaceup
()
function
s
.
cfilter
(
c
,
g
,
tp
)
return
g
:
IsContains
(
c
)
and
c
:
Is
AllTypes
(
TYPE_EFFECT
+
TYPE_MONSTER
)
and
c
:
IsFaceup
()
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_DEFENSE
,
1
-
c
:
GetControler
())
end
function
s
.
tktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
eg
:
IsContains
(
chkc
)
and
chkc
:
Is
Type
(
TYPE_EFFECT
)
if
chkc
then
return
eg
:
IsContains
(
chkc
)
and
chkc
:
Is
AllTypes
(
TYPE_EFFECT
+
TYPE_MONSTER
)
and
chkc
:
IsFaceup
()
and
chkc
:
IsOnField
()
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_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
)
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
,
eg
,
tp
)
end
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
nil
,
eg
,
tp
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
1
,
0
,
0
)
end
...
...
@@ -58,7 +58,7 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
Duel
.
GetFirstTarget
()
if
not
(
tc
:
IsRelateToChain
()
and
tc
:
IsType
(
TYPE_MONSTER
))
then
return
end
local
sp
=
tc
:
GetControler
()
if
Duel
.
GetLocationCount
(
sp
,
LOCATION_MZONE
)
<=
0
if
Duel
.
GetLocationCount
(
1
-
sp
,
LOCATION_MZONE
)
<=
0
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_DEFENSE
)
...
...
@@ -77,7 +77,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
g
:
AddCard
(
c
)
if
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
~=
0
then
local
og
=
Duel
.
GetOperatedGroup
()
if
not
og
:
IsContains
(
c
)
then
return
end
if
not
og
:
IsContains
(
c
)
or
og
:
GetCount
()
<
2
then
return
end
local
atk
=
og
:
GetCount
()
-
1
local
token
=
Duel
.
CreateToken
(
tp
,
id
+
o
*
2
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
...
...
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