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
d1584ca7
Commit
d1584ca7
authored
May 28, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
80c20524
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
expansions/script/c9310007.lua
expansions/script/c9310007.lua
+13
-7
No files found.
expansions/script/c9310007.lua
View file @
d1584ca7
...
...
@@ -37,8 +37,8 @@ function c9310007.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
c9310007
.
cfilter
(
c
,
g
,
mc
)
return
g
:
CheckSubGroup
(
c9310007
.
mtfilter
,
1
,
#
g
,
mc
,
c
)
function
c9310007
.
cfilter
(
c
,
mc
)
return
c
:
IsSynchroSummonable
(
mc
)
--
g:CheckSubGroup(c9310007.mtfilter,1,#g,mc,c)
end
function
c9310007
.
mtfilter
(
g
,
mc
,
c
)
local
sg
=
g
:
Clone
()
...
...
@@ -46,10 +46,16 @@ function c9310007.mtfilter(g,mc,c)
return
sg
:
GetSum
(
Card
.
GetSynchroLevel
,
c
)
==
c
:
GetLevel
()
and
c
:
IsSynchroSummonable
(
nil
,
sg
)
end
function
c9310007
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
kc
=
e
:
GetHandler
()
if
kc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
kc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
local
sg
=
Duel
.
GetMatchingGroup
(
Card
.
IsCanBeSynchroMaterial
,
tp
,
LOCATION_MZONE
,
0
,
kc
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
>
0
then
Duel
.
AdjustAll
()
local
g
=
Duel
.
GetMatchingGroup
(
c9310007
.
cfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
c
)
if
g
:
GetCount
()
>
0
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsControler
(
tp
)
and
c
:
IsFaceup
()
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SynchroSummon
(
tp
,
sg
:
GetFirst
(),
c
)
end
--[[local sg=Duel.GetMatchingGroup(Card.IsCanBeSynchroMaterial,tp,LOCATION_MZONE,0,kc)
local kg=Duel.GetMatchingGroup(c9310007.cfilter,tp,LOCATION_EXTRA,0,nil,sg,kc)
if kg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(9310007,1)) then
Duel.BreakEffect()
...
...
@@ -62,7 +68,7 @@ function c9310007.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect()
Duel.SynchroSummon(tp,sc,nil,sg1)
sc:CompleteProcedure()
end
end
--]]
end
end
function
c9310007
.
tnval
(
e
,
c
)
...
...
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