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
00a1f388
Commit
00a1f388
authored
Nov 04, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Format
parent
242b2528
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
7 deletions
+14
-7
26PR.cdb
26PR.cdb
+0
-0
pack/2025-12-20 26PR.ydk
pack/2025-12-20 26PR.ydk
+6
-0
pack/etc.ydk
pack/etc.ydk
+2
-1
script/c100252001.lua
script/c100252001.lua
+1
-1
script/c100253001.lua
script/c100253001.lua
+1
-1
script/c100253002.lua
script/c100253002.lua
+1
-1
script/c100253003.lua
script/c100253003.lua
+1
-1
script/c100253004.lua
script/c100253004.lua
+1
-1
script/c100253005.lua
script/c100253005.lua
+1
-1
No files found.
26PR.cdb
View file @
00a1f388
No preview for this file type
pack/2025-12-20 26PR.ydk
0 → 100644
View file @
00a1f388
#created by ygomobile
100253001
100253002
100253003
100253004
100253005
\ No newline at end of file
pack/etc.ydk
View file @
00a1f388
...
...
@@ -3,4 +3,5 @@
100248041
100249001
100238301
100200280
\ No newline at end of file
100200280
100252001
\ No newline at end of file
script/c100252001.lua
View file @
00a1f388
...
...
@@ -86,4 +86,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToChain
()
and
aux
.
NecroValleyFilter
()(
tc
)
then
Duel
.
Remove
(
tc
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c100253001.lua
View file @
00a1f388
...
...
@@ -104,4 +104,4 @@ function s.nrcon(e)
local
fid
=
e
:
GetLabel
()
local
c
=
e
:
GetLabelObject
()
return
c
:
IsFaceup
()
and
c
:
GetFlagEffectLabel
(
id
)
==
fid
end
\ No newline at end of file
end
script/c100253002.lua
View file @
00a1f388
...
...
@@ -123,4 +123,4 @@ end
function
s
.
descon
(
e
)
local
eg
=
e
:
GetHandler
():
GetEquipGroup
():
Filter
(
s
.
cqfilter
,
nil
)
return
eg
:
GetSum
(
Card
.
GetOriginalLevel
)
>
21
end
\ No newline at end of file
end
script/c100253003.lua
View file @
00a1f388
...
...
@@ -63,4 +63,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
1
-
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
tp
,
c
)
end
end
\ No newline at end of file
end
script/c100253004.lua
View file @
00a1f388
...
...
@@ -89,4 +89,4 @@ function s.efilter(e,te)
return
te
:
GetOwner
()
~=
e
:
GetOwner
()
and
te
:
IsActivated
()
and
not
te
:
GetHandler
():
IsCode
(
id
)
and
te
:
IsActiveType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
\ No newline at end of file
end
script/c100253005.lua
View file @
00a1f388
...
...
@@ -90,4 +90,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
token
:
RegisterEffect
(
e2
)
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