Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
57852998
Commit
57852998
authored
Dec 18, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
79b3a21f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
17 deletions
+12
-17
expansions/script/c65810015.lua
expansions/script/c65810015.lua
+3
-4
expansions/script/c65810040.lua
expansions/script/c65810040.lua
+2
-3
expansions/script/c65810045.lua
expansions/script/c65810045.lua
+3
-5
expansions/script/c65810070.lua
expansions/script/c65810070.lua
+1
-1
expansions/script/c65810105.lua
expansions/script/c65810105.lua
+2
-3
expansions/script/c98930408.lua
expansions/script/c98930408.lua
+1
-1
No files found.
expansions/script/c65810015.lua
View file @
57852998
...
...
@@ -62,15 +62,14 @@ end
function
c65810015
.
cost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
and
Duel
.
GetMZoneCount
(
tp
,
e
:
GetHandler
())
>
0
end
Duel
.
SendtoGrave
(
e
:
GetHandler
(),
REASON_COST
)
end
function
c65810015
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xa31
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c65810015
.
target2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c65810015
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c65810015
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
)
end
function
c65810015
.
activate2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c65810040.lua
View file @
57852998
...
...
@@ -86,15 +86,14 @@ end
function
c65810040
.
cost4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
DeckOrExtraAsCost
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
ExtraAsCost
()
and
Duel
.
GetMZoneCount
(
tp
,
e
:
GetHandler
())
>
0
end
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
nil
,
SEQ_DECKTOP
,
REASON_COST
)
end
function
c65810040
.
filter4
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xa31
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c65810040
.
target4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c65810040
.
filter4
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c65810040
.
filter4
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
)
end
function
c65810040
.
activate4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c65810045.lua
View file @
57852998
...
...
@@ -76,15 +76,14 @@ end
function
c65810045
.
cost4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
DeckOrExtraAsCost
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
ExtraAsCost
()
and
Duel
.
GetMZoneCount
(
tp
,
e
:
GetHandler
())
>
0
end
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
nil
,
SEQ_DECKTOP
,
REASON_COST
)
end
function
c65810045
.
filter4
(
c
,
e
,
tp
)
return
c
:
IsRace
(
RACE_INSECT
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
aux
.
NecroValleyFilter
()
end
function
c65810045
.
target4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c65810045
.
filter4
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c65810045
.
filter4
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
)
end
function
c65810045
.
activate4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -95,4 +94,3 @@ function c65810045.activate4(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
expansions/script/c65810070.lua
View file @
57852998
...
...
@@ -26,7 +26,7 @@ end
function
c65810070
.
filter
(
c
)
return
c
:
IsRace
(
RACE_INSECT
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
IsPlayerCanRelease
(
c
:
GetControler
())
return
c
:
IsRace
(
RACE_INSECT
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
IsPlayerCanRelease
(
c
:
GetControler
())
and
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
)
>
0
end
function
c65810070
.
filter1
(
c
,
e
,
tp
)
return
c
:
IsCode
(
65810055
)
...
...
expansions/script/c65810105.lua
View file @
57852998
...
...
@@ -43,12 +43,11 @@ end
function
c65810105
.
filter
(
c
)
return
c
:
IsRace
(
RACE_INSECT
)
return
c
:
IsRace
(
RACE_INSECT
)
and
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
)
>
0
end
function
c65810105
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
return
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c65810105
.
filter
,
c
:
GetControler
(),
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c65810105
.
filter
,
c
:
GetControler
(),
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
function
c65810105
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
c65810105
.
filter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
,
tp
)
...
...
expansions/script/c98930408.lua
View file @
57852998
...
...
@@ -42,7 +42,7 @@ function c98930408.initial_effect(c)
end
function
c98930408
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
if
chk
==
0
then
return
ft
>
0
end
if
chk
==
0
then
return
ft
>
0
or
e
:
GetHandler
():
IsLocation
(
LOCATION_SZONE
)
end
if
e
:
GetHandler
():
IsLocation
(
LOCATION_DECK
)
then
Duel
.
MoveToField
(
e
:
GetHandler
(),
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
local
tc
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_FZONE
,
0
):
GetFirst
()
...
...
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