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
17baf905
Commit
17baf905
authored
Jul 27, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
77ab5533
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
7 deletions
+4
-7
DUAD-EN.cdb
DUAD-EN.cdb
+0
-0
etc.cdb
etc.cdb
+0
-0
script/c101301085.lua
script/c101301085.lua
+1
-1
script/c101301086.lua
script/c101301086.lua
+1
-0
script/c101301088.lua
script/c101301088.lua
+1
-3
script/c101301089.lua
script/c101301089.lua
+0
-1
script/c101302076.lua
script/c101302076.lua
+1
-2
No files found.
DUAD-EN.cdb
View file @
17baf905
No preview for this file type
etc.cdb
View file @
17baf905
No preview for this file type
script/c101301085.lua
View file @
17baf905
...
...
@@ -77,7 +77,7 @@ function s.cthcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
s
.
cthfilter
,
1
,
nil
,
tp
)
end
function
s
.
cthtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsOnField
()
and
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsAbleToHand
()
end
if
chkc
then
return
chkc
:
IsOnField
()
and
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
Is
Faceup
()
and
chkc
:
Is
AbleToHand
()
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
aux
.
AND
(
Card
.
IsFaceup
,
Card
.
IsAbleToHand
),
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RTOHAND
)
local
g
=
Duel
.
SelectTarget
(
tp
,
aux
.
AND
(
Card
.
IsFaceup
,
Card
.
IsAbleToHand
),
tp
,
0
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
...
...
script/c101301086.lua
View file @
17baf905
...
...
@@ -42,6 +42,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsType
(
TYPE_PENDULUM
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
+
o
,
0
,
TYPES_TOKEN_MONSTER
,
300
,
300
,
1
,
RACE_FIEND
,
ATTRIBUTE_DARK
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
BreakEffect
()
local
token
=
Duel
.
CreateToken
(
tp
,
id
+
o
)
Duel
.
SpecialSummonStep
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
script/c101301088.lua
View file @
17baf905
...
...
@@ -46,11 +46,9 @@ function s.setfilter(c)
return
c
:
IsSetCard
(
0x73
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsSSetable
()
end
function
s
.
settg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
setfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
setfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
end
function
s
.
setop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
<=
0
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
setfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
...
...
script/c101301089.lua
View file @
17baf905
...
...
@@ -27,7 +27,6 @@ function s.rmcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
PayLPCost
(
tp
,
2000
)
end
function
s
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ch
=
Duel
.
GetCurrentChain
()
local
b1
=
Duel
.
GetFlagEffect
(
tp
,
id
)
==
0
local
b2
=
Duel
.
GetFlagEffect
(
tp
,
id
+
o
)
==
0
local
b3
=
Duel
.
GetFlagEffect
(
tp
,
id
+
o
*
2
)
==
0
...
...
script/c101302076.lua
View file @
17baf905
...
...
@@ -53,8 +53,7 @@ end
function
s
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
false
end
local
dg
=
Duel
.
GetMatchingGroup
(
s
.
tdfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
and
dg
:
CheckSubGroup
(
s
.
gcheck
,
3
,
3
)
end
if
chk
==
0
then
return
dg
:
CheckSubGroup
(
s
.
gcheck
,
3
,
3
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
dg
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
3
,
3
)
Duel
.
SetTargetCard
(
g
)
...
...
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