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
95f0ae0b
Commit
95f0ae0b
authored
Mar 07, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
891fec65
Pipeline
#43580
passed with stages
in 1 minute and 12 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
13 deletions
+11
-13
CORI.cdb
CORI.cdb
+0
-0
etc.cdb
etc.cdb
+0
-0
script/c100260001.lua
script/c100260001.lua
+3
-4
script/c101305042.lua
script/c101305042.lua
+4
-4
script/c101305076.lua
script/c101305076.lua
+4
-5
No files found.
CORI.cdb
View file @
95f0ae0b
No preview for this file type
etc.cdb
View file @
95f0ae0b
No preview for this file type
script/c100260001.lua
View file @
95f0ae0b
...
...
@@ -22,7 +22,7 @@ function s.initial_effect(c)
e2
:
SetCondition
(
s
.
adcon
)
e2
:
SetValue
(
-
1500
)
c
:
RegisterEffect
(
e2
)
--
to deck
--
release effect
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetCategory
(
CATEGORY_TODECK
+
CATEGORY_SPECIAL_SUMMON
)
...
...
@@ -66,7 +66,7 @@ function s.aclimit(e,re,tp)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
rc
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
rc
:
IsLocation
(
LOCATION_MZONE
)
and
rc
:
IsSummonLocation
(
LOCATION_DECK
+
LOCATION_EXTRA
)
end
function
s
.
cfilter
(
c
)
return
c
:
Is
Faceup
()
and
c
:
Is
SummonType
(
SUMMON_TYPE_ADVANCE
)
return
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
end
function
s
.
adcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
@@ -92,7 +92,7 @@ function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk)
{
b1
,
aux
.
Stringid
(
id
,
2
),
1
},
{
b2
,
aux
.
Stringid
(
id
,
3
),
2
})
end
e
:
SetLabel
(
op
,
ct
)
e
:
SetLabel
(
op
)
if
op
==
1
then
if
e
:
IsCostChecked
()
then
e
:
SetCategory
(
CATEGORY_TODECK
)
...
...
@@ -112,7 +112,6 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
e
:
GetLabel
()
==
1
then
local
g
=
Duel
.
GetMatchingGroup
(
s
.
tdfilter
,
tp
,
LOCATION_EXTRA
+
LOCATION_MZONE
,
LOCATION_EXTRA
+
LOCATION_MZONE
,
nil
)
if
aux
.
NecroValleyNegateCheck
(
g
)
then
return
end
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_EFFECT
)
elseif
e
:
GetLabel
()
==
2
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
...
...
script/c101305042.lua
View file @
95f0ae0b
...
...
@@ -13,10 +13,10 @@ function s.initial_effect(c)
e1
:
SetTarget
(
s
.
atktg
)
e1
:
SetValue
(
1
)
c
:
RegisterEffect
(
e1
)
--
to deck
--
release effect
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetCategory
(
CATEGORY_TODECK
+
CATEGORY_
TODECK
+
CATEGORY_
DRAW
)
e2
:
SetCategory
(
CATEGORY_TODECK
+
CATEGORY_DRAW
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_RELEASE
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
...
@@ -46,7 +46,7 @@ function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk)
{
b1
,
aux
.
Stringid
(
id
,
1
),
1
},
{
b2
,
aux
.
Stringid
(
id
,
2
),
2
})
end
e
:
SetLabel
(
op
,
ct
)
e
:
SetLabel
(
op
)
if
op
==
1
then
if
e
:
IsCostChecked
()
then
e
:
SetCategory
(
CATEGORY_TODECK
)
...
...
@@ -82,4 +82,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Draw
(
1
-
tp
,
ct2
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
end
script/c101305076.lua
View file @
95f0ae0b
--道化の一座
『終演』
--道化の一座『終演』
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--Activate
...
...
@@ -29,7 +29,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
s
.
cfilter
(
c
)
return
c
:
Is
Faceup
()
and
c
:
Is
SummonType
(
SUMMON_TYPE_ADVANCE
)
return
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
@@ -51,8 +51,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
ct
,
0
,
0
)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tg
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
local
rg
=
tg
:
Filter
(
Card
.
IsRelateToChain
,
nil
)
local
rg
=
Duel
.
GetTargetsRelateToChain
()
if
rg
:
GetCount
()
>
0
then
Duel
.
Destroy
(
rg
,
REASON_EFFECT
)
end
...
...
@@ -95,4 +94,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
\ No newline at end of file
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