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
Ruby
pre-release-database-cdb
Commits
3e6ddff5
Commit
3e6ddff5
authored
Oct 05, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 絢嵐たる海霊ヴァルルーン
parent
a6346dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
script/c101303049.lua
script/c101303049.lua
+7
-2
No files found.
script/c101303049.lua
View file @
3e6ddff5
...
...
@@ -60,6 +60,11 @@ end
function
s
.
mvfilter
(
c
)
return
c
:
IsFaceup
()
and
(
c
:
IsControler
(
c
:
GetOwner
())
or
c
:
IsAbleToChangeControler
())
and
not
c
:
IsForbidden
()
and
c
:
CheckUniqueOnField
(
c
:
GetOwner
())
end
function
s
.
mvfilter2
(
c
,
e
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
(
c
:
IsControler
(
c
:
GetOwner
())
or
c
:
IsAbleToChangeControler
())
and
not
c
:
IsImmuneToEffect
(
e
)
and
not
c
:
IsForbidden
()
and
c
:
CheckUniqueOnField
(
c
:
GetOwner
())
end
function
s
.
isowner
(
c
,
tp
)
return
c
:
GetOwner
()
==
tp
end
...
...
@@ -76,8 +81,8 @@ function s.mvtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
mvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
local
sg
=
g
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
):
Filter
(
s
.
mvfilter
,
nil
)
if
g
:
FilterCount
(
s
.
isowner
,
nil
,
0
)
>
Duel
.
GetLocationCount
(
0
,
LOCATION_SZONE
)
or
g
:
FilterCount
(
s
.
isowner
,
nil
,
1
)
>
Duel
.
GetLocationCount
(
1
,
LOCATION_SZONE
)
then
return
end
local
sg
=
g
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
):
Filter
(
s
.
mvfilter
2
,
nil
,
e
)
if
sg
:
FilterCount
(
s
.
isowner
,
nil
,
0
)
>
Duel
.
GetLocationCount
(
0
,
LOCATION_SZONE
)
or
s
g
:
FilterCount
(
s
.
isowner
,
nil
,
1
)
>
Duel
.
GetLocationCount
(
1
,
LOCATION_SZONE
)
then
return
end
for
tc
in
aux
.
Next
(
sg
)
do
Duel
.
MoveToField
(
tc
,
tp
,
tc
:
GetOwner
(),
LOCATION_SZONE
,
POS_FACEUP
,
true
)
local
e1
=
Effect
.
CreateEffect
(
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