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
c3856b0b
Commit
c3856b0b
authored
Oct 27, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c0b537d7
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
9 deletions
+10
-9
expansions/script/c60002010.lua
expansions/script/c60002010.lua
+4
-3
expansions/script/c60002023.lua
expansions/script/c60002023.lua
+1
-1
expansions/script/c9911651.lua
expansions/script/c9911651.lua
+1
-1
expansions/script/c9911656.lua
expansions/script/c9911656.lua
+1
-1
expansions/script/c9911659.lua
expansions/script/c9911659.lua
+1
-1
expansions/script/c9911665.lua
expansions/script/c9911665.lua
+1
-1
expansions/script/c9911668.lua
expansions/script/c9911668.lua
+1
-1
No files found.
expansions/script/c60002010.lua
View file @
c3856b0b
...
...
@@ -101,6 +101,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
cm
.
filter
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_MAIN1
)
Duel
.
RegisterFlagEffect
(
tp
,
m
,
RESET_PHASE
+
PHASE_MAIN1
,
0
,
1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
elseif
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
@@ -109,10 +110,10 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0xa620
))
e1
:
SetValue
(
cm
.
filter
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_MAIN2
)
Duel
.
RegisterFlagEffect
(
tp
,
m
,
RESET_PHASE
+
PHASE_MAIN2
,
0
,
1
)
else
Duel
.
RegisterFlagEffect
(
tp
,
m
,
RESET_PHASE
+
PHASE_MAIN2
,
0
,
1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
Duel
.
RegisterEffect
(
e1
,
tp
)
end
Duel
.
RegisterFlagEffect
(
tp
,
60002009
,
RESET_PHASE
+
PHASE_END
,
0
,
1000
)
if
Duel
.
IsExistingMatchingCard
(
cm
.
ofilter
,
tp
,
LOCATION_FZONE
,
0
,
1
,
c
)
then
...
...
expansions/script/c60002023.lua
View file @
c3856b0b
...
...
@@ -78,7 +78,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
if
Duel
.
IsExistingMatchingCard
(
cm
.
ofilter
,
tp
,
LOCATION_FZONE
,
0
,
1
,
c
)
then
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
Duel
.
Remove
(
sg
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
function
cm
.
ofilter
(
c
)
...
...
expansions/script/c9911651.lua
View file @
c3856b0b
...
...
@@ -90,7 +90,7 @@ function c9911651.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c9911651
.
cfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
end
function
c9911651
.
rcccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
exccon
(
e
)
and
eg
:
IsExists
(
c9911651
.
cfilter
,
1
,
nil
,
tp
)
and
not
eg
:
IsContains
(
e
:
GetHandler
())
...
...
expansions/script/c9911656.lua
View file @
c3856b0b
...
...
@@ -85,7 +85,7 @@ function c9911656.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c9911656
.
cfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
end
function
c9911656
.
rcccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
exccon
(
e
)
and
eg
:
IsExists
(
c9911656
.
cfilter
,
1
,
nil
,
tp
)
and
not
eg
:
IsContains
(
e
:
GetHandler
())
...
...
expansions/script/c9911659.lua
View file @
c3856b0b
...
...
@@ -73,7 +73,7 @@ function c9911659.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c9911659
.
cfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
end
function
c9911659
.
rcccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
exccon
(
e
)
and
eg
:
IsExists
(
c9911659
.
cfilter
,
1
,
nil
,
tp
)
and
not
eg
:
IsContains
(
e
:
GetHandler
())
...
...
expansions/script/c9911665.lua
View file @
c3856b0b
...
...
@@ -83,7 +83,7 @@ function c9911665.disop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c9911665
.
cfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
end
function
c9911665
.
rcccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
exccon
(
e
)
and
eg
:
IsExists
(
c9911665
.
cfilter
,
1
,
nil
,
tp
)
and
not
eg
:
IsContains
(
e
:
GetHandler
())
...
...
expansions/script/c9911668.lua
View file @
c3856b0b
...
...
@@ -85,7 +85,7 @@ function c9911668.xyzop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c9911668
.
cfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
end
function
c9911668
.
rcccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
exccon
(
e
)
and
eg
:
IsExists
(
c9911668
.
cfilter
,
1
,
nil
,
tp
)
and
not
eg
:
IsContains
(
e
:
GetHandler
())
...
...
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