Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
a8ba2712
Commit
a8ba2712
authored
Sep 16, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
1d78018f
Pipeline
#29815
failed with stages
in 28 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
expansions/script/c12835106.lua
expansions/script/c12835106.lua
+9
-3
No files found.
expansions/script/c12835106.lua
View file @
a8ba2712
...
...
@@ -139,13 +139,16 @@ function s.mtg1(e,tp,eg,ep,ev,re,r,rp,chk)
local
tg
=
mc
:
GetColumnGroup
():
Filter
(
Card
.
IsAbleToHand
,
nil
)
if
chk
==
0
then
return
tg
:
GetCount
()
>
0
and
c
:
GetFlagEffect
(
id
+
100
)
==
0
end
c
:
RegisterFlagEffect
(
id
+
100
,
RESET_CHAIN
,
0
,
1
)
e
:
SetLabelObject
(
mc
)
mc
:
CreateEffectRelation
(
e
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_ONFIELD
)
return
eg
:
IsExists
(
s
.
cfilter1
,
1
,
nil
)
end
function
s
.
mop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
id
,
0
))
local
c
=
e
:
GetHandler
()
local
mc
=
eg
:
Filter
(
s
.
cfilter1
,
nil
):
GetFirst
()
local
mc
=
e
:
GetLabelObject
()
if
not
mc
:
IsLocation
(
LOCATION_MZONE
)
or
not
mc
:
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
id
,
0
))
local
tc
=
mc
:
GetColumnGroup
():
FilterSelect
(
tp
,
Card
.
IsAbleToHand
,
1
,
1
,
nil
)
if
tc
then
Duel
.
Hint
(
HINT_CARD
,
0
,
12835112
)
...
...
@@ -181,13 +184,16 @@ function s.mtg2(e,tp,eg,ep,ev,re,r,rp,chk)
local
tg
=
Duel
.
GetMatchingGroup
(
s
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
mc
,
seq
,
mc
:
GetControler
())
if
chk
==
0
then
return
tg
:
GetCount
()
>
0
and
c
:
GetFlagEffect
(
id
+
100
)
==
0
end
c
:
RegisterFlagEffect
(
id
+
100
,
RESET_CHAIN
,
0
,
1
)
e
:
SetLabelObject
(
mc
)
mc
:
CreateEffectRelation
(
e
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
tp
,
LOCATION_ONFIELD
)
return
eg
:
IsExists
(
s
.
cfilter2
,
1
,
nil
)
end
function
s
.
mop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
mc
=
e
:
GetLabelObject
()
if
not
mc
:
IsLocation
(
LOCATION_MZONE
)
or
not
mc
:
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
id
,
1
))
local
mc
=
eg
:
Filter
(
s
.
cfilter2
,
nil
):
GetFirst
()
local
seq
=
mc
:
GetPreviousSequence
()
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
mc
,
seq
,
mc
:
GetControler
())
if
tc
then
...
...
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