Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Vury Leo
pre-release-database-cdb
Commits
ae5add8d
Commit
ae5add8d
authored
Apr 15, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
8d1eeee8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
script/c101208092.lua
script/c101208092.lua
+1
-1
script/c101208093.lua
script/c101208093.lua
+2
-2
script/c101208094.lua
script/c101208094.lua
+4
-7
No files found.
script/c101208092.lua
View file @
ae5add8d
--Ame no
Murakumo
no Mitsurugi
--Ame no
Habakiri
no Mitsurugi
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
...
...
script/c101208093.lua
View file @
ae5add8d
--Mitsurugi Mirror
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
101208
1
92
,
19899073
,
55397172
)
aux
.
AddCodeList
(
c
,
101208
0
92
,
19899073
,
55397172
)
--Activate
local
e1
=
aux
.
AddRitualProcGreater2
(
c
,
s
.
spfilter
,
LOCATION_HAND
+
LOCATION_GRAVE
,
nil
,
s
.
mfilter
,
true
)
e1
:
SetCountLimit
(
1
,
id
)
...
...
@@ -28,7 +28,7 @@ function s.mfilter(c)
end
function
s
.
cfilter
(
c
,
tp
)
return
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsPreviousControler
(
tp
)
and
(
c
:
GetPreviousCodeOnField
()
==
101208
1
92
or
c
:
GetPreviousCodeOnField
()
==
19899073
or
c
:
GetPreviousCodeOnField
()
==
55397172
)
and
(
c
:
GetPreviousCodeOnField
()
==
101208
0
92
or
c
:
GetPreviousCodeOnField
()
==
19899073
or
c
:
GetPreviousCodeOnField
()
==
55397172
)
end
function
s
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
tp
)
and
not
eg
:
IsContains
(
e
:
GetHandler
())
...
...
script/c101208094.lua
View file @
ae5add8d
...
...
@@ -56,17 +56,14 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetLabel
()
==
1
then
s
.
operation1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToChain
()
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
elseif
e
:
GetLabel
()
==
2
then
aux
.
RitualUltimateOperation
(
s
.
ritual_filter
,
Card
.
GetLevel
,
"Greater"
,
LOCATION_HAND
,
nil
,
s
.
mfilter
)(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
end
function
s
.
operation1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
function
s
.
mfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
end
...
...
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