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
Mr.Tan
pre-release-database-cdb
Commits
157bf642
Commit
157bf642
authored
Feb 26, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
a1e2a805
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
LOCH.cdb
LOCH.cdb
+0
-0
script/c100200284.lua
script/c100200284.lua
+1
-1
script/c100259008.lua
script/c100259008.lua
+1
-1
script/c100259010.lua
script/c100259010.lua
+1
-1
No files found.
LOCH.cdb
View file @
157bf642
No preview for this file type
script/c100200284.lua
View file @
157bf642
...
...
@@ -80,7 +80,7 @@ function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
tg
,
2
,
0
,
0
)
end
function
s
.
tdop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tg
=
Duel
.
GetTargetsRelateToChain
()
local
tg
=
Duel
.
GetTargetsRelateToChain
()
:
Filter
(
Card
.
IsOnField
,
nil
)
if
tg
:
GetCount
()
>
0
then
aux
.
PlaceCardsOnDeckBottom
(
tp
,
tg
)
end
...
...
script/c100259008.lua
View file @
157bf642
...
...
@@ -58,7 +58,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
elseif
e
:
GetLabel
()
==
2
then
local
g
=
Duel
.
GetMatchingGroup
(
s
.
adfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
#
g
>
0
then
if
#
g
>
0
then
local
tc
=
g
:
GetFirst
()
while
tc
do
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
script/c100259010.lua
View file @
157bf642
...
...
@@ -36,7 +36,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp)
return
g
:
IsExists
(
Card
.
IsRace
,
1
,
nil
,
RACE_ZOMBIE
)
and
g
:
IsExists
(
Card
.
IsCode
,
1
,
nil
,
97077563
)
end
function
s
.
tgfilter1
(
c
)
return
c
:
Is
Faceup
()
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
IsAbleToGrave
()
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGrave
()
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
s
.
tgfilter1
(
chkc
)
end
...
...
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