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
57436139
Commit
57436139
authored
Mar 11, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
15676f14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
expansions/script/c28366995.lua
expansions/script/c28366995.lua
+1
-1
expansions/script/c67201136.lua
expansions/script/c67201136.lua
+10
-10
No files found.
expansions/script/c28366995.lua
View file @
57436139
...
...
@@ -48,7 +48,7 @@ function c28366995.cfilter(c)
end
function
c28366995
.
reop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Recover
(
tp
,
1000
,
REASON_EFFECT
)
local
g
=
Duel
.
IsExistingMatchingCard
(
c28351818
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c28366995
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
if
Duel
.
GetLP
(
tp
)
>=
10000
and
#
g
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
28366995
,
0
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
expansions/script/c67201136.lua
View file @
57436139
...
...
@@ -12,15 +12,15 @@ function c67201136.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--spsummon
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
6720113
4
,
0
))
e4
:
SetDescription
(
aux
.
Stringid
(
6720113
6
,
0
))
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_TO_HAND
)
e4
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e4
:
SetCountLimit
(
1
,
67201136
)
e4
:
SetCondition
(
c6720113
4
.
spcon
)
e4
:
SetTarget
(
c6720113
4
.
sptg
)
e4
:
SetOperation
(
c6720113
4
.
spop
)
e4
:
SetCondition
(
c6720113
6
.
spcon
)
e4
:
SetTarget
(
c6720113
6
.
sptg
)
e4
:
SetOperation
(
c6720113
6
.
spop
)
c
:
RegisterEffect
(
e4
)
end
function
c67201136
.
actcfilter
(
c
)
...
...
@@ -47,22 +47,22 @@ function c67201136.activate(e,tp,eg,ep,ev,re,r,rp)
end
--
--
function
c6720113
4
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c6720113
6
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsReason
(
REASON_DRAW
)
end
function
c6720113
4
.
spfilter
(
c
,
e
,
tp
)
function
c6720113
6
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x3670
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c6720113
4
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c6720113
6
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c6720113
4
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
)
and
e
:
GetHandler
():
IsSSetable
()
end
and
Duel
.
IsExistingMatchingCard
(
c6720113
6
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
)
and
e
:
GetHandler
():
IsSSetable
()
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
)
end
function
c6720113
4
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c6720113
6
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
local
c
=
e
:
GetHandler
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c6720113
4
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c6720113
6
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
tc
=
g
:
GetFirst
()
if
tc
and
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
and
c
:
IsRelateToEffect
(
e
)
then
if
Duel
.
SSet
(
tp
,
c
)
~=
0
then
...
...
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