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
d9d4b33c
Commit
d9d4b33c
authored
Dec 12, 2024
by
Amiya
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.moenext.com/mycard/pre-release-database-cdb
parents
2c39c0f4
924af46f
Pipeline
#31747
passed with stages
in 3 minutes and 20 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
21 deletions
+19
-21
script/c100200264.lua
script/c100200264.lua
+1
-1
script/c100229001.lua
script/c100229001.lua
+1
-1
script/c100229002.lua
script/c100229002.lua
+1
-1
script/c101208018.lua
script/c101208018.lua
+1
-1
script/c101208029.lua
script/c101208029.lua
+1
-1
script/c101208047.lua
script/c101208047.lua
+1
-1
script/c101208048.lua
script/c101208048.lua
+1
-1
script/c101208049.lua
script/c101208049.lua
+9
-12
script/c101208061.lua
script/c101208061.lua
+2
-1
script/c101208065.lua
script/c101208065.lua
+1
-1
No files found.
script/c100200264.lua
View file @
d9d4b33c
...
...
@@ -98,4 +98,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c100229001.lua
View file @
d9d4b33c
...
...
@@ -76,4 +76,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/c100229002.lua
View file @
d9d4b33c
...
...
@@ -177,4 +177,4 @@ function s.fspop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
cfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
end
\ No newline at end of file
end
script/c101208018.lua
View file @
d9d4b33c
...
...
@@ -81,4 +81,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
aux
.
NecroValleyFilter
()(
tc
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101208029.lua
View file @
d9d4b33c
...
...
@@ -54,4 +54,4 @@ function s.splimit(e,c,sump,sumtype,sumpos,targetp,se)
end
function
s
.
sumtg
(
e
,
c
)
return
c
:
IsRace
(
RACE_ZOMBIE
)
and
c
:
IsLevelBelow
(
4
)
end
\ No newline at end of file
end
script/c101208047.lua
View file @
d9d4b33c
...
...
@@ -78,4 +78,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101208048.lua
View file @
d9d4b33c
...
...
@@ -77,4 +77,4 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
NegateActivation
(
ev
)
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
then
Duel
.
Remove
(
eg
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101208049.lua
View file @
d9d4b33c
...
...
@@ -75,23 +75,20 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function
s
.
attfilter
(
c
,
att
)
return
c
:
IsSetCard
(
0x2c3
)
and
c
:
Is
Attribute
(
att
)
function
s
.
attfilter
(
c
)
return
c
:
IsSetCard
(
0x2c3
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
end
function
s
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetHandler
():
GetOverlayGroup
()
local
att
=
0x1
local
r1
=
0
local
res
=
0
for
i
=
1
,
6
do
if
g
:
IsExists
(
s
.
attfilter
,
1
,
nil
,
att
)
then
res
=
res
+
1
local
att
=
0
for
tc
in
aux
.
Next
(
g
)
do
if
s
.
attfilter
(
tc
)
then
att
=
att
|
tc
:
GetAttribute
()
end
att
=
att
*
2
r1
=
r1
+
1
end
return
res
==
6
local
gattr
=
ATTRIBUTE_EARTH
|
ATTRIBUTE_WATER
|
ATTRIBUTE_FIRE
|
ATTRIBUTE_WIND
|
ATTRIBUTE_LIGHT
|
ATTRIBUTE_DARK
return
att
&
gattr
==
gattr
end
function
s
.
efilter
(
e
,
te
)
return
te
:
GetOwner
()
~=
e
:
GetOwner
()
end
\ No newline at end of file
end
script/c101208061.lua
View file @
d9d4b33c
...
...
@@ -7,6 +7,7 @@ function s.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
|
TIMING_END_PHASE
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetTarget
(
s
.
target
)
e1
:
SetOperation
(
s
.
activate
)
...
...
@@ -72,4 +73,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
tg
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
tg
,
REASON_EFFECT
+
REASON_RETURN
)
end
end
\ No newline at end of file
end
script/c101208065.lua
View file @
d9d4b33c
...
...
@@ -67,4 +67,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
not
c
:
IsRace
(
RACE_ZOMBIE
)
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