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
MyCard
pre-release-database-cdb
Commits
53b0d389
Commit
53b0d389
authored
Nov 03, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 絢嵐たる海霊ヴァルルーン
parent
ba47f4f0
Pipeline
#41442
passed with stages
in 2 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
script/c101303049.lua
script/c101303049.lua
+18
-3
No files found.
script/c101303049.lua
View file @
53b0d389
...
...
@@ -87,9 +87,20 @@ 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
.
mvfilter2
,
nil
,
e
)
if
sg
:
FilterCount
(
s
.
isowner
,
nil
,
0
)
>
Duel
.
GetLocationCount
(
0
,
LOCATION_SZONE
)
or
sg
:
FilterCount
(
s
.
isowner
,
nil
,
1
)
>
Duel
.
GetLocationCount
(
1
,
LOCATION_SZONE
)
then
return
end
for
tc
in
aux
.
Next
(
sg
)
do
local
tg
=
g
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
):
Filter
(
s
.
mvfilter2
,
nil
,
e
)
local
pg
=
Group
.
CreateGroup
()
for
p
in
aux
.
TurnPlayers
()
do
local
sg
=
tg
:
Filter
(
s
.
isowner
,
nil
,
p
)
local
ct
=
Duel
.
GetLocationCount
(
p
,
LOCATION_SZONE
)
if
sg
:
GetCount
()
<=
ct
then
pg
:
Merge
(
sg
)
elseif
ct
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
local
tpg
=
sg
:
Select
(
tp
,
ct
,
ct
,
nil
)
pg
:
Merge
(
tpg
)
end
end
for
tc
in
aux
.
Next
(
pg
)
do
Duel
.
MoveToField
(
tc
,
tp
,
tc
:
GetOwner
(),
LOCATION_SZONE
,
POS_FACEUP
,
true
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
...
...
@@ -99,6 +110,10 @@ function s.mvop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
TYPE_SPELL
+
TYPE_CONTINUOUS
)
tc
:
RegisterEffect
(
e1
)
end
local
gg
=
tg
-
pg
if
gg
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
gg
,
REASON_RULE
)
end
end
function
s
.
setcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
re
:
IsActiveType
(
TYPE_QUICKPLAY
)
...
...
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