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
40bbdac9
Commit
40bbdac9
authored
Jun 17, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
f3fb5ecd
Pipeline
#37762
failed with stages
in 2 minutes and 52 seconds
Changes
11
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
13 deletions
+13
-13
script/c100200273.lua
script/c100200273.lua
+1
-1
script/c100242057.lua
script/c100242057.lua
+1
-1
script/c100242058.lua
script/c100242058.lua
+1
-1
script/c100242059.lua
script/c100242059.lua
+1
-1
script/c101301090.lua
script/c101301090.lua
+1
-1
script/c101301091.lua
script/c101301091.lua
+1
-1
script/c101301092.lua
script/c101301092.lua
+2
-2
script/c101301093.lua
script/c101301093.lua
+1
-1
script/c101301094.lua
script/c101301094.lua
+1
-1
script/c101301095.lua
script/c101301095.lua
+1
-1
script/c101301096.lua
script/c101301096.lua
+2
-2
No files found.
script/c100200273.lua
View file @
40bbdac9
script/c100242057.lua
View file @
40bbdac9
script/c100242058.lua
View file @
40bbdac9
script/c100242059.lua
View file @
40bbdac9
script/c101301090.lua
View file @
40bbdac9
script/c101301091.lua
View file @
40bbdac9
script/c101301092.lua
View file @
40bbdac9
...
...
@@ -49,7 +49,7 @@ function s.descost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_ONFIELD
)
and
chkc
:
IsControler
(
1
-
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
2
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
g
=
Duel
.
SelectTarget
(
tp
,
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
2
,
nil
)
g
:
AddCard
(
e
:
GetHandler
())
...
...
script/c101301093.lua
View file @
40bbdac9
script/c101301094.lua
View file @
40bbdac9
script/c101301095.lua
View file @
40bbdac9
script/c101301096.lua
View file @
40bbdac9
...
...
@@ -40,7 +40,7 @@ function s.splimit(e,c)
end
function
s
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x2d2
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
not
Duel
.
IsExistingMatchingCard
(
aux
.
AND
(
Card
.
IsFaceup
,
Card
.
IsCode
),
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
,
e
:
GetCode
())
and
not
Duel
.
IsExistingMatchingCard
(
aux
.
AND
(
Card
.
IsFaceup
,
Card
.
IsCode
),
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
,
c
:
GetCode
())
and
(
c
:
IsLocation
(
LOCATION_DECK
)
and
Duel
.
GetMZoneCount
(
tp
)
>
0
or
c
:
IsLocation
(
LOCATION_EXTRA
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
)
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