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
7466238e
Commit
7466238e
authored
May 22, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
70330295
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
26 deletions
+0
-26
expansions/lflist.conf
expansions/lflist.conf
+0
-1
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/65899930.jpg
expansions/pics/65899930.jpg
+0
-0
expansions/script/c65899930.lua
expansions/script/c65899930.lua
+0
-25
No files found.
expansions/lflist.conf
View file @
7466238e
...
...
@@ -6583,7 +6583,6 @@
31400040
0
60002191
0
65899900
0
65899930
0
88881936
0
98920207
0
21113915
0
...
...
expansions/no81.cdb
View file @
7466238e
No preview for this file type
expansions/pics/65899930.jpg
deleted
100644 → 0
View file @
70330295
104 KB
expansions/script/c65899930.lua
deleted
100644 → 0
View file @
70330295
--冲进厕所!
function
c65899930
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetTarget
(
c65899930
.
target
)
e1
:
SetOperation
(
c65899930
.
activate
)
c
:
RegisterEffect
(
e1
)
end
function
c65899930
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
e
:
GetHandler
())
end
end
function
c65899930
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
local
ec
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
TRUE
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
if
ec
then
if
ec
:
IsType
(
TYPE_XYZ
)
and
ec
:
GetOverlayCount
()
>
0
then
local
mg
=
ec
:
GetOverlayGroup
()
Duel
.
SendtoGrave
(
mg
,
REASON_RULE
)
end
Duel
.
Exile
(
ec
,
0
)
Duel
.
RaiseEvent
(
ec
,
EVENT_LEAVE_FIELD
,
e
,
REASON_EFFECT
,
tp
,
nil
,
nil
)
end
end
\ No newline at end of file
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