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
liucerf
pre-release-database-cdb
Commits
898e36a6
Commit
898e36a6
authored
May 07, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
31798852
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
8 deletions
+12
-8
LPG1.cdb
LPG1.cdb
+0
-0
pack/etc.ydk
pack/etc.ydk
+5
-1
script/c100200272.lua
script/c100200272.lua
+1
-1
script/c100241001.lua
script/c100241001.lua
+1
-1
script/c100241002.lua
script/c100241002.lua
+1
-1
script/c100241003.lua
script/c100241003.lua
+4
-4
No files found.
LPG1.cdb
View file @
898e36a6
No preview for this file type
pack/etc.ydk
View file @
898e36a6
...
@@ -3,4 +3,8 @@
...
@@ -3,4 +3,8 @@
100228002
100228002
100238001
100238001
100239001
100239001
100200271
100200271
\ No newline at end of file
100241001
100241002
100241003
100200272
\ No newline at end of file
script/c100200272.lua
View file @
898e36a6
...
@@ -50,4 +50,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -50,4 +50,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
Duel
.
ShuffleHand
(
p
)
Duel
.
ShuffleHand
(
p
)
end
end
end
end
\ No newline at end of file
script/c100241001.lua
View file @
898e36a6
...
@@ -87,4 +87,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -87,4 +87,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToChain
()
and
aux
.
NecroValleyFilter
()(
tc
)
then
if
tc
:
IsRelateToChain
()
and
aux
.
NecroValleyFilter
()(
tc
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
script/c100241002.lua
View file @
898e36a6
...
@@ -82,4 +82,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -82,4 +82,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
script/c100241003.lua
View file @
898e36a6
...
@@ -20,7 +20,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -20,7 +20,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
spfilter
(
c
,
e
,
tp
)
function
s
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsRace
(
RACE_DINOSAUR
)
and
c
:
IsAttribute
(
ATTRIBUTE_WIND
+
ATTRIBUTE_WATER
)
and
c
:
IsLevelBelow
(
5
)
return
c
:
IsRace
(
RACE_DINOSAUR
)
and
c
:
IsAttribute
(
ATTRIBUTE_WIND
+
ATTRIBUTE_WATER
)
and
c
:
IsLevelBelow
(
5
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_DEFEN
C
E
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_DEFEN
S
E
)
end
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
if
chk
==
0
then
...
@@ -40,7 +40,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -40,7 +40,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local
sg1
=
g
:
Select
(
tp
,
3
,
3
,
nil
)
local
sg1
=
g
:
Select
(
tp
,
3
,
3
,
nil
)
local
tc
=
sg1
:
GetFirst
()
local
tc
=
sg1
:
GetFirst
()
while
tc
do
while
tc
do
Duel
.
SpecialSummonStep
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummonStep
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
_DEFENSE
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_DISABLE
)
e1
:
SetCode
(
EFFECT_DISABLE
)
...
@@ -66,5 +66,5 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,5 +66,5 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsRace
(
RACE_DINOSAUR
+
RACE_SEASERPENT
)
return
not
c
:
IsRace
(
RACE_DINOSAUR
+
RACE_SEASERPENT
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
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