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
e2e4139a
Commit
e2e4139a
authored
Oct 26, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
f43b77d3
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
13 deletions
+15
-13
BPRO.cdb
BPRO.cdb
+0
-0
script/c101303007.lua
script/c101303007.lua
+3
-3
script/c101303011.lua
script/c101303011.lua
+3
-3
script/c101303012.lua
script/c101303012.lua
+1
-1
script/c101303018.lua
script/c101303018.lua
+1
-1
script/c101303026.lua
script/c101303026.lua
+1
-1
script/c101303051.lua
script/c101303051.lua
+1
-1
script/c101303201.lua
script/c101303201.lua
+1
-1
script/c101303202.lua
script/c101303202.lua
+1
-0
script/c101303203.lua
script/c101303203.lua
+3
-2
No files found.
BPRO.cdb
View file @
e2e4139a
No preview for this file type
script/c101303007.lua
View file @
e2e4139a
--ジャンク・ウォリア/バスター
--ジャンク・ウォリア
ー
/バスター
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
60800381
,
80280737
)
...
...
@@ -25,7 +25,7 @@ function s.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetValue
(
s
.
immval
)
c
:
RegisterEffect
(
e2
)
--
spsummon
--
toextra
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e3
:
SetCategory
(
CATEGORY_TOEXTRA
+
CATEGORY_SPECIAL_SUMMON
)
...
...
@@ -66,7 +66,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToChain
()
and
tc
:
IsCode
(
60800381
)
if
tc
:
IsRelateToChain
()
and
aux
.
NecroValleyFilter
()(
tc
)
and
Duel
.
SendtoDeck
(
tc
,
nil
,
0
,
REASON_EFFECT
)
>
0
and
tc
:
IsLocation
(
LOCATION_EXTRA
)
and
tc
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_SYNCHRO
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
tc
)
>
0
...
...
script/c101303011.lua
View file @
e2e4139a
...
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1
:
SetCondition
(
s
.
spcon
)
e1
:
SetValue
(
s
.
spval
)
c
:
RegisterEffect
(
e1
)
--
set
--
place
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
...
...
@@ -43,7 +43,7 @@ function s.spval(e,c)
return
0
,
0x4
end
function
s
.
pfilter
(
c
,
tp
)
return
c
:
Is
Type
(
TYPE_CONTINUOUS
)
and
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsSetCard
(
0x2d8
)
return
c
:
Is
AllTypes
(
TYPE_CONTINUOUS
+
TYPE_SPELL
)
and
c
:
IsSetCard
(
0x2d8
)
and
not
c
:
IsForbidden
()
and
c
:
CheckUniqueOnField
(
tp
)
end
function
s
.
ptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
@@ -95,7 +95,7 @@ function s.chop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetOperation
(
s
.
retop
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
rc
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
1
,
fid
)
rc
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
fid
,
aux
.
Stringid
(
id
,
3
)
)
end
end
end
...
...
script/c101303012.lua
View file @
e2e4139a
...
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1
:
SetCondition
(
s
.
spcon
)
e1
:
SetValue
(
s
.
spval
)
c
:
RegisterEffect
(
e1
)
--
set
--
place
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
...
...
script/c101303018.lua
View file @
e2e4139a
...
...
@@ -54,7 +54,7 @@ function s.splimit(e,c)
end
function
s
.
thfilter
(
c
)
return
(
c
:
IsSetCard
(
0xef
)
and
not
c
:
IsCode
(
id
)
or
c
:
IsSetCard
(
0x11d
)
and
c
:
Is
Type
(
TYPE_QUICKPLAY
))
or
c
:
IsSetCard
(
0x11d
)
and
c
:
Is
AllTypes
(
TYPE_QUICKPLAY
+
TYPE_SPELL
))
and
c
:
IsAbleToHand
()
end
function
s
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c101303026.lua
View file @
e2e4139a
--蒼穹を睨めるダーク
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--special
S
ummon
--special
s
ummon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
script/c101303051.lua
View file @
e2e4139a
...
...
@@ -19,7 +19,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--destroy
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetRange
(
LOCATION_MZONE
)
...
...
script/c101303201.lua
View file @
e2e4139a
...
...
@@ -15,7 +15,7 @@ function s.initial_effect(c)
local
e2
=
e1
:
Clone
()
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e2
)
--
target effect
--
change attribute
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
...
...
script/c101303202.lua
View file @
e2e4139a
...
...
@@ -52,6 +52,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
id
,
2
))
ct
=
Duel
.
AnnounceNumber
(
tp
,
table.unpack
(
tbl
))
end
Duel
.
BreakEffect
()
Duel
.
ConfirmDecktop
(
1
-
tp
,
ct
)
local
g
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
ct
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
...
...
script/c101303203.lua
View file @
e2e4139a
...
...
@@ -36,13 +36,14 @@ function s.sfilter(c,e,tp)
and
(
c
:
GetOriginalAttribute
()
&
ATTRIBUTE_DARK
)
~=
0
and
(
c
:
GetOriginalRace
()
&
RACE_DRAGON
)
~=
0
and
c
:
IsFaceup
()
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
c
:
GetSequence
()
<
5
end
function
s
.
spstg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsOnField
()
and
s
.
sfilter
(
chkc
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingTarget
(
s
.
sfilter
,
tp
,
LOCATION_
ONFIELD
,
0
,
1
,
nil
,
e
,
tp
)
end
and
Duel
.
IsExistingTarget
(
s
.
sfilter
,
tp
,
LOCATION_
SZONE
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
sfilter
,
tp
,
LOCATION_
ONFIELD
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
sfilter
,
tp
,
LOCATION_
SZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
g
,
1
,
0
,
0
)
end
function
s
.
spsop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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