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
d966c1de
Commit
d966c1de
authored
Jan 12, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
efa5e796
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
16 deletions
+23
-16
LOCH.cdb
LOCH.cdb
+0
-0
pack/2026-02-28 LOCH.ydk
pack/2026-02-28 LOCH.ydk
+6
-0
script/c100256002.lua
script/c100256002.lua
+11
-10
script/c100256006.lua
script/c100256006.lua
+3
-3
script/c100256008.lua
script/c100256008.lua
+3
-3
No files found.
LOCH.cdb
View file @
d966c1de
No preview for this file type
pack/2026-02-28 LOCH.ydk
View file @
d966c1de
#created by ygomobile
#created by ygomobile
100256001
100256001
100256002
100256004
100256004
100256006
100256007
100256007
100256008
100256010
100256010
100256011
100256013
100256013
100256014
100256016
100256016
100256017
100256019
100256019
100256025
100256025
\ No newline at end of file
script/c100256002.lua
View file @
d966c1de
--増殖するクリボー
!
--増殖するクリボー
!
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
46986414
)
aux
.
AddCodeList
(
c
,
46986414
)
...
@@ -81,18 +81,19 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,18 +81,19 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
thfilter
),
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
thfilter
),
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
t
c
=
g
:
GetFirst
()
local
o
c
=
g
:
GetFirst
()
if
t
c
then
if
o
c
then
local
res
=
true
local
res
=
true
if
tc
:
IsAbleToHand
()
and
(
not
t
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
ft
<=
0
or
Duel
.
SelectOption
(
tp
,
1190
,
1152
)
==
0
)
then
if
oc
:
IsAbleToHand
()
and
(
not
o
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
ft
<=
0
or
Duel
.
SelectOption
(
tp
,
1190
,
1152
)
==
0
)
then
Duel
.
SendtoHand
(
t
c
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
o
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
t
c
)
Duel
.
ConfirmCards
(
1
-
tp
,
o
c
)
res
=
t
c
:
IsLocation
(
LOCATION_HAND
)
res
=
o
c
:
IsLocation
(
LOCATION_HAND
)
else
else
res
=
Duel
.
SpecialSummon
(
t
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
>
0
res
=
Duel
.
SpecialSummon
(
o
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
>
0
end
end
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
and
res
and
tc
:
IsRelateToChain
()
and
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsFaceup
()
and
not
tc
:
IsImmuneToEffect
(
e
)
then
if
tc
and
res
and
tc
:
IsRelateToChain
()
and
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsFaceup
()
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
and
not
tc
:
IsImmuneToEffect
(
e
)
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
@@ -102,4 +103,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -102,4 +103,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
end
end
\ No newline at end of file
script/c100256006.lua
View file @
d966c1de
--ハネクリボー
•サバティエル
LV10
--ハネクリボー
・サバティエル
LV10
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--search
--search
...
@@ -18,7 +18,7 @@ function s.initial_effect(c)
...
@@ -18,7 +18,7 @@ function s.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DAMAGE
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DAMAGE
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
TIMING_DRAW_PHASE
+
TIMING_
STANDBY_PHASE
+
TIMING_
MAIN_END
+
TIMING_BATTLE_START
+
TIMING_ATTACK
+
TIMING_BATTLE_END
+
TIMING_END_PHASE
)
e2
:
SetHintTiming
(
0
,
TIMING_DRAW_PHASE
+
TIMING_MAIN_END
+
TIMING_BATTLE_START
+
TIMING_ATTACK
+
TIMING_BATTLE_END
+
TIMING_END_PHASE
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetCondition
(
s
.
spcon
)
e2
:
SetCondition
(
s
.
spcon
)
...
@@ -83,4 +83,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -83,4 +83,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Damage
(
1
-
tp
,
tc
:
GetAttack
(),
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
tc
:
GetAttack
(),
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
script/c100256008.lua
View file @
d966c1de
--スタージャンク
•
シンクロン
--スタージャンク
・
シンクロン
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
60800381
)
aux
.
AddCodeList
(
c
,
60800381
)
...
@@ -75,8 +75,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,8 +75,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
end
end
end
end
Duel
.
SpecialSummonComplete
()
end
end
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_SYNCHRO
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsType
(
TYPE_SYNCHRO
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
...
@@ -91,4 +91,4 @@ function s.immop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -91,4 +91,4 @@ function s.immop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsCode
,
60800381
))
e1
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsCode
,
60800381
))
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
\ No newline at end of file
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