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
bb3ea896
Commit
bb3ea896
authored
Aug 11, 2024
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c11410000.lua
parent
40a3dd3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
32 deletions
+34
-32
expansions/script/c11410000.lua
expansions/script/c11410000.lua
+34
-32
No files found.
expansions/script/c11410000.lua
View file @
bb3ea896
...
@@ -110,38 +110,6 @@ function cm.nnfilter(c,ec)
...
@@ -110,38 +110,6 @@ function cm.nnfilter(c,ec)
end
end
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
Reset
()
e
:
Reset
()
Duel
.
ResetTimeLimit
(
0
,
360
)
Duel
.
ResetTimeLimit
(
1
,
360
)
local
ag
=
Duel
.
GetMatchingGroup
(
cm
.
nnfilter
,
0
,
0xff
,
0xff
,
nil
)
local
_TGetID
=
GetID
local
stack
=
{}
for
ac
in
aux
.
Next
(
ag
)
do
local
int
=
ac
:
GetOriginalCode
()
local
ini
=
ac
.
initial_effect
if
ini
then
--ac.initial_effect(ac)
stack
[
#
stack
+
1
]
=
ac
else
if
not
_G
[
"c"
..
int
]
then
_G
[
"c"
..
int
]
=
{}
_G
[
"c"
..
int
].
__index
=
_G
[
"c"
..
int
]
end
GetID
=
function
()
return
_G
[
"c"
..
int
],
int
,
int
<
100000000
and
1
or
100
end
require
(
"expansions/script/c"
..
int
)
local
ini
=
ac
.
initial_effect
if
ini
then
stack
[
#
stack
+
1
]
=
ac
end
end
end
GetID
=
_TGetID
if
#
stack
>
0
then
for
i
=#
stack
,
1
,
-
1
do
local
ac
=
stack
[
i
]
local
ini
=
ac
.
initial_effect
if
ini
then
ac
.
initial_effect
(
ac
)
end
end
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
g
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
LOCATION_DECK
,
0
,
nil
)
...
@@ -174,6 +142,40 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
...
@@ -174,6 +142,40 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_RULE
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_RULE
)
end
end
end
end
if
KOISHI_CHECK
then
Duel
.
ResetTimeLimit
(
0
,
360
)
Duel
.
ResetTimeLimit
(
1
,
360
)
end
local
ag
=
Duel
.
GetMatchingGroup
(
cm
.
nnfilter
,
0
,
0xff
,
0xff
,
nil
)
local
_TGetID
=
GetID
local
stack
=
{}
for
ac
in
aux
.
Next
(
ag
)
do
local
int
=
ac
:
GetOriginalCode
()
local
ini
=
ac
.
initial_effect
if
ini
then
--ac.initial_effect(ac)
stack
[
#
stack
+
1
]
=
ac
else
if
not
_G
[
"c"
..
int
]
then
_G
[
"c"
..
int
]
=
{}
_G
[
"c"
..
int
].
__index
=
_G
[
"c"
..
int
]
end
GetID
=
function
()
return
_G
[
"c"
..
int
],
int
,
int
<
100000000
and
1
or
100
end
require
(
"expansions/script/c"
..
int
)
local
ini
=
ac
.
initial_effect
if
ini
then
stack
[
#
stack
+
1
]
=
ac
end
end
end
GetID
=
_TGetID
if
#
stack
>
0
then
for
i
=#
stack
,
1
,
-
1
do
local
ac
=
stack
[
i
]
local
ini
=
ac
.
initial_effect
if
ini
then
ac
.
initial_effect
(
ac
)
end
end
end
end
end
if
not
apricot_nightfall
then
if
not
apricot_nightfall
then
apricot_nightfall
=
true
apricot_nightfall
=
true
...
...
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