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
60d1bd47
Commit
60d1bd47
authored
Jul 27, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d13c84e7
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
12 deletions
+18
-12
expansions/no42.cdb
expansions/no42.cdb
+0
-0
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/script/c11579814.lua
expansions/script/c11579814.lua
+2
-2
expansions/script/c118817732.lua
expansions/script/c118817732.lua
+1
-1
expansions/script/c12844106.lua
expansions/script/c12844106.lua
+1
-1
expansions/script/c12844107.lua
expansions/script/c12844107.lua
+1
-1
expansions/script/c15000670.lua
expansions/script/c15000670.lua
+2
-1
expansions/script/c40009589.lua
expansions/script/c40009589.lua
+9
-4
expansions/script/c40009774.lua
expansions/script/c40009774.lua
+2
-2
No files found.
expansions/no42.cdb
View file @
60d1bd47
No preview for this file type
expansions/no81.cdb
View file @
60d1bd47
No preview for this file type
expansions/script/c11579814.lua
View file @
60d1bd47
...
...
@@ -93,12 +93,12 @@ function c11579814.ovgck(g)
return
g
:
IsExists
(
function
(
c
)
return
c
:
IsLevel
(
2
)
or
c
:
IsRank
(
2
)
or
c
:
IsLink
(
2
)
end
,
1
,
nil
)
end
function
c11579814
.
ovtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
c11579814
.
ovfil
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
e
:
GetHandler
())
local
g
=
Duel
.
GetMatchingGroup
(
c11579814
.
ovfil
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
e
:
GetHandler
())
if
chk
==
0
then
return
g
:
CheckSubGroup
(
c11579814
.
ovgck
,
2
,
2
)
end
end
function
c11579814
.
ovop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
c11579814
.
ovfil
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
e
:
GetHandler
())
local
g
=
Duel
.
GetMatchingGroup
(
c11579814
.
ovfil
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
e
:
GetHandler
())
if
c
:
IsRelateToEffect
(
e
)
and
g
:
CheckSubGroup
(
c11579814
.
ovgck
,
2
,
2
)
then
local
og
=
g
:
SelectSubGroup
(
tp
,
c11579814
.
ovgck
,
false
,
2
,
2
)
Duel
.
Overlay
(
c
,
og
)
...
...
expansions/script/c118817732.lua
View file @
60d1bd47
...
...
@@ -107,7 +107,7 @@ function c118817732.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
function
c118817732
.
spfilter
(
c
,
ft
,
e
,
tp
)
return
c
:
IsSetCard
(
0xdd
)
and
(
c
:
IsAbleToHand
()
or
(
ft
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)))
return
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
SetCard
(
0xdd
)
and
(
c
:
IsAbleToHand
()
or
(
ft
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)))
end
function
c118817732
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
expansions/script/c12844106.lua
View file @
60d1bd47
...
...
@@ -59,7 +59,7 @@ function s.cfilter(c)
end
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
ct
~=
Duel
.
GetMatchingGroupCount
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
then
return
false
end
if
ct
~=
Duel
.
GetMatchingGroupCount
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
or
ct
==
0
then
return
false
end
return
rp
==
1
-
tp
and
Duel
.
IsChainNegatable
(
ev
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c12844107.lua
View file @
60d1bd47
...
...
@@ -66,7 +66,7 @@ function s.cfilter(c)
end
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
ct
~=
Duel
.
GetMatchingGroupCount
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
then
return
false
end
if
ct
~=
Duel
.
GetMatchingGroupCount
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
or
ct
==
0
then
return
false
end
return
rp
==
1
-
tp
and
Duel
.
IsChainNegatable
(
ev
)
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c15000670.lua
View file @
60d1bd47
...
...
@@ -65,8 +65,9 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
spr2filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
g1
:
GetFirst
(),
x
,
c
)
g1
:
Merge
(
g2
)
c
:
SetMaterial
(
g1
)
e
:
SetType
(
EFFECT_TYPE_TRIGGER_O
)
e
:
SetType
(
EFFECT_TYPE_
FIELD
+
EFFECT_TYPE_
TRIGGER_O
)
Duel
.
SendtoGrave
(
g1
,
REASON_COST
)
e
:
SetType
(
EFFECT_TYPE_FIELD
)
Debug
.
Message
(
"Her cries, call forth the storm."
)
end
function
cm
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
expansions/script/c40009589.lua
View file @
60d1bd47
...
...
@@ -67,10 +67,15 @@ function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
cm
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
):
GetFirst
()
if
tc
and
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
>
0
and
tc
:
IsLocation
(
LOCATION_HAND
)
then
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
Duel
.
ShuffleHand
(
tp
)
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
2
))
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
end
expansions/script/c40009774.lua
View file @
60d1bd47
...
...
@@ -26,14 +26,14 @@ function cm.initial_effect(c)
e2
:
SetOperation
(
cm
.
damop
)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
mifilter
(
c
)
function
cm
.
mi
l
filter
(
c
)
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
IsLevelAbove
(
8
)
and
c
:
IsAbleToHand
()
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
<
3
then
return
end
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
3
)
Duel
.
ConfirmCards
(
tp
,
g
)
if
g
:
IsExists
(
cm
.
milfilter
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
if
g
:
IsExists
(
cm
.
milfilter
,
1
,
nil
,
tp
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
FilterSelect
(
tp
,
cm
.
milfilter
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
...
...
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