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
097de8da
Commit
097de8da
authored
Nov 04, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
8f10ccd3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
83 deletions
+6
-83
expansions/script/c11608001.lua
expansions/script/c11608001.lua
+0
-11
expansions/script/c11608025.lua
expansions/script/c11608025.lua
+1
-12
expansions/script/c11608045.lua
expansions/script/c11608045.lua
+1
-12
expansions/script/c11608050.lua
expansions/script/c11608050.lua
+1
-12
expansions/script/c11608060.lua
expansions/script/c11608060.lua
+1
-12
expansions/script/c11608065.lua
expansions/script/c11608065.lua
+1
-12
expansions/script/c11608070.lua
expansions/script/c11608070.lua
+1
-12
No files found.
expansions/script/c11608001.lua
View file @
097de8da
...
...
@@ -85,17 +85,6 @@ end
function
s
.
athcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
faceup_cards
=
Group
.
CreateGroup
()
for
tc
in
aux
.
Next
(
g
)
do
if
tc
:
GetFlagEffect
(
id
+
1000
)
>
0
then
faceup_cards
:
AddCard
(
tc
)
end
end
if
faceup_cards
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
tp
,
faceup_cards
)
Duel
.
ConfirmCards
(
1
-
tp
,
faceup_cards
)
end
return
true
end
return
false
...
...
expansions/script/c11608025.lua
View file @
097de8da
...
...
@@ -75,18 +75,7 @@ end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
faceup_cards
=
Group
.
CreateGroup
()
for
tc
in
aux
.
Next
(
g
)
do
if
tc
:
GetFlagEffect
(
id
+
1000
)
>
0
then
faceup_cards
:
AddCard
(
tc
)
end
end
if
faceup_cards
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
tp
,
faceup_cards
)
Duel
.
ConfirmCards
(
1
-
tp
,
faceup_cards
)
end
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
return
true
end
return
false
...
...
expansions/script/c11608045.lua
View file @
097de8da
...
...
@@ -83,18 +83,7 @@ end
function
s
.
athcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
faceup_cards
=
Group
.
CreateGroup
()
for
tc
in
aux
.
Next
(
g
)
do
if
tc
:
GetFlagEffect
(
id
+
1000
)
>
0
then
faceup_cards
:
AddCard
(
tc
)
end
end
if
faceup_cards
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
tp
,
faceup_cards
)
Duel
.
ConfirmCards
(
1
-
tp
,
faceup_cards
)
end
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
return
true
end
return
false
...
...
expansions/script/c11608050.lua
View file @
097de8da
...
...
@@ -86,18 +86,7 @@ end
function
s
.
athcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
faceup_cards
=
Group
.
CreateGroup
()
for
tc
in
aux
.
Next
(
g
)
do
if
tc
:
GetFlagEffect
(
id
+
1000
)
>
0
then
faceup_cards
:
AddCard
(
tc
)
end
end
if
faceup_cards
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
tp
,
faceup_cards
)
Duel
.
ConfirmCards
(
1
-
tp
,
faceup_cards
)
end
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
return
true
end
return
false
...
...
expansions/script/c11608060.lua
View file @
097de8da
...
...
@@ -99,18 +99,7 @@ end
function
s
.
athcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
faceup_cards
=
Group
.
CreateGroup
()
for
tc
in
aux
.
Next
(
g
)
do
if
tc
:
GetFlagEffect
(
id
+
1000
)
>
0
then
faceup_cards
:
AddCard
(
tc
)
end
end
if
faceup_cards
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
tp
,
faceup_cards
)
Duel
.
ConfirmCards
(
1
-
tp
,
faceup_cards
)
end
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
return
true
end
return
false
...
...
expansions/script/c11608065.lua
View file @
097de8da
...
...
@@ -124,18 +124,7 @@ end
function
s
.
athcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
faceup_cards
=
Group
.
CreateGroup
()
for
tc
in
aux
.
Next
(
g
)
do
if
tc
:
GetFlagEffect
(
id
+
1000
)
>
0
then
faceup_cards
:
AddCard
(
tc
)
end
end
if
faceup_cards
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
tp
,
faceup_cards
)
Duel
.
ConfirmCards
(
1
-
tp
,
faceup_cards
)
end
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
return
true
end
return
false
...
...
expansions/script/c11608070.lua
View file @
097de8da
...
...
@@ -148,18 +148,7 @@ end
function
s
.
athcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
faceup_cards
=
Group
.
CreateGroup
()
for
tc
in
aux
.
Next
(
g
)
do
if
tc
:
GetFlagEffect
(
id
+
1000
)
>
0
then
faceup_cards
:
AddCard
(
tc
)
end
end
if
faceup_cards
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
tp
,
faceup_cards
)
Duel
.
ConfirmCards
(
1
-
tp
,
faceup_cards
)
end
if
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsPosition
(
POS_FACEUP_DEFENSE
)
then
return
true
end
return
false
...
...
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