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
9950fde9
Commit
9950fde9
authored
Dec 07, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
fb722b11
Pipeline
#41865
passed with stages
in 3 minutes and 28 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
39 additions
and
34 deletions
+39
-34
26PP.cdb
26PP.cdb
+0
-0
etc.cdb
etc.cdb
+0
-0
pack/2025-12-20 26PP.ydk
pack/2025-12-20 26PP.ydk
+4
-1
pack/etc.ydk
pack/etc.ydk
+2
-1
pics/100228003.jpg
pics/100228003.jpg
+0
-0
script/c100200282.lua
script/c100200282.lua
+2
-2
script/c100255018.lua
script/c100255018.lua
+10
-9
script/c100255019.lua
script/c100255019.lua
+12
-11
script/c100255020.lua
script/c100255020.lua
+9
-10
No files found.
26PP.cdb
View file @
9950fde9
No preview for this file type
etc.cdb
View file @
9950fde9
No preview for this file type
pack/2025-12-20 26PP.ydk
View file @
9950fde9
...
...
@@ -17,4 +17,7 @@
100255015
100255016
100255116
100255017
\ No newline at end of file
100255017
100255018
100255019
100255020
\ No newline at end of file
pack/etc.ydk
View file @
9950fde9
...
...
@@ -4,4 +4,5 @@
100200281
100254201
100254202
100228003
\ No newline at end of file
100228003
100200282
\ No newline at end of file
pics/100228003.jpg
View replaced file @
fb722b11
View file @
9950fde9
87 KB
|
W:
|
H:
95.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
script/c100200282.lua
View file @
9950fde9
...
...
@@ -59,7 +59,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
thfilter
(
c
)
return
aux
.
IsCodeListed
(
c
,
id
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
return
aux
.
IsCodeListed
(
c
,
id
)
and
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsAbleToHand
()
end
function
s
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
@@ -75,4 +75,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
valcon
(
e
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
end
\ No newline at end of file
end
script/c100255018.lua
View file @
9950fde9
...
...
@@ -15,11 +15,12 @@ function s.initial_effect(c)
--spsummon
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_
REMOVE
+
CATEGORY_
SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_MAIN_END
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetCondition
(
s
.
spcon2
)
e2
:
SetTarget
(
s
.
sptg2
)
...
...
@@ -27,7 +28,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
s
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_
WARRIO
R
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_
SPELLCASTE
R
)
end
function
s
.
spcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
@@ -39,14 +40,15 @@ function s.sptg1(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
spop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
if
c
:
IsRelateToChain
()
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
function
s
.
spcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
return
Duel
.
IsMainPhase
()
end
function
s
.
rmfilter
(
c
,
tp
)
return
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAbleToRemove
()
return
c
:
Is
Faceup
()
and
c
:
Is
Race
(
RACE_SPELLCASTER
)
and
c
:
IsAbleToRemove
()
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
end
function
s
.
spfilter
(
c
,
e
,
tp
)
...
...
@@ -54,8 +56,7 @@ function s.spfilter(c,e,tp)
end
function
s
.
sptg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
s
.
rmfilter
(
chkc
,
tp
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingTarget
(
s
.
rmfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
rmfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
rmfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
tp
)
...
...
@@ -72,4 +73,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
\ No newline at end of file
end
script/c100255019.lua
View file @
9950fde9
...
...
@@ -12,18 +12,18 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
activate
)
c
:
RegisterEffect
(
e1
)
--destroy replace
local
e
1
=
Effect
.
CreateEffect
(
c
)
e
1
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e
1
:
SetCode
(
EFFECT_DESTROY_REPLACE
)
e
1
:
SetRange
(
LOCATION_SZONE
)
e
1
:
SetCountLimit
(
1
,
id
)
e
1
:
SetTarget
(
s
.
desreptg
)
e
1
:
SetValue
(
s
.
desrepval
)
e
1
:
SetOperation
(
s
.
desrepop
)
c
:
RegisterEffect
(
e
1
)
local
e
2
=
Effect
.
CreateEffect
(
c
)
e
2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e
2
:
SetCode
(
EFFECT_DESTROY_REPLACE
)
e
2
:
SetRange
(
LOCATION_SZONE
)
e
2
:
SetCountLimit
(
1
,
id
)
e
2
:
SetTarget
(
s
.
desreptg
)
e
2
:
SetValue
(
s
.
desrepval
)
e
2
:
SetOperation
(
s
.
desrepop
)
c
:
RegisterEffect
(
e
2
)
end
function
s
.
thfilter
(
c
)
return
(
c
:
IsCode
(
100200282
)
or
aux
.
IsCodeListed
(
c
,
100200282
)
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
return
(
c
:
IsCode
(
100200282
)
or
aux
.
IsCodeListed
(
c
,
100200282
)
and
c
:
IsType
(
TYPE_MONSTER
)
)
and
c
:
IsAbleToHand
()
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
@@ -38,7 +38,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
if
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
0
))
then
Duel
.
BreakEffect
()
...
...
script/c100255020.lua
View file @
9950fde9
...
...
@@ -16,7 +16,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--spsummon
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
3
))
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
...
...
@@ -41,23 +41,22 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
ch
=
Duel
.
GetCurrentChain
()
local
b2
=
false
local
og
=
Group
.
CreateGroup
()
local
tsp
=-
1
local
tse
=
nil
if
ch
>
0
then
ts
p
,
tse
=
Duel
.
GetChainInfo
(
ch
,
CHAININFO_TRIGGERING_PLAYER
,
CHAININFO_TRIGGERING_EFFECT
)
ts
e
=
Duel
.
GetChainInfo
(
ch
,
CHAININFO_TRIGGERING_EFFECT
)
b2
=
tse
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
(
tse
:
IsActiveType
(
TYPE_QUICKPLAY
)
or
tse
:
GetHandler
():
GetType
()
==
TYPE_SPELL
)
and
Duel
.
IsChainDisablable
(
ev
)
end
if
chk
==
0
then
return
b1
or
b2
end
local
op
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
id
,
1
),
1
},
{
b2
,
aux
.
Stringid
(
id
,
2
),
2
})
{
b1
,
aux
.
Stringid
(
id
,
2
),
1
},
{
b2
,
aux
.
Stringid
(
id
,
3
),
2
})
e
:
SetLabel
(
op
)
if
op
==
1
then
e
:
SetCategory
(
CATEGORY_DESTROY
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
desfilter
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
1
,
0
,
0
)
else
else
if
op
==
2
then
e
:
SetCategory
(
CATEGORY_DISABLE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
og
,
1
,
0
,
0
)
end
...
...
@@ -70,13 +69,13 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
HintSelection
(
g
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
else
else
if
e
:
GetLabel
()
==
2
then
local
ch
=
Duel
.
GetCurrentChain
()
Duel
.
NegateEffect
(
ch
-
1
)
end
end
function
s
.
spfilter
(
c
,
e
,
tp
)
return
(
c
:
IsCode
(
100200282
)
or
aux
.
IsCodeListed
(
c
,
100200282
)
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
aux
.
IsCodeOrListed
(
c
,
100200282
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
s
.
spfilter
(
chkc
,
e
,
tp
)
end
...
...
@@ -88,7 +87,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
:
IsRelateTo
Effect
(
e
)
then
if
tc
:
IsRelateTo
Chain
()
and
aux
.
NecroValleyFilter
()(
tc
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
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