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
20168538
Commit
20168538
authored
Nov 17, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c50224545.lua
parent
7b541f82
Pipeline
#31196
failed with stages
in 22 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
expansions/script/c50224545.lua
expansions/script/c50224545.lua
+6
-9
No files found.
expansions/script/c50224545.lua
View file @
20168538
...
...
@@ -58,16 +58,13 @@ function c50224545.spgop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
function
c50224545
.
drfilter
(
c
,
e
,
tp
)
if
not
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
or
not
c
:
IsPreviousControler
(
1
-
tp
)
then
return
false
end
local
seq
=
c
:
GetPreviousSequence
()
if
seq
==
5
then
seq
=
1
elseif
seq
==
6
then
seq
=
3
end
return
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousControler
(
1
-
tp
)
and
e
:
GetHandler
():
GetSequence
()
==
(
4
-
seq
)
end
function
c50224545
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
re
:
GetHandler
()
return
rc
:
IsControler
(
1
-
tp
)
and
e
:
GetHandler
():
GetColumnGroup
():
IsContains
(
rc
)
if
rp
==
tp
then
return
end
local
loc
,
seq
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TRIGGERING_LOCATION
,
CHAININFO_TRIGGERING_SEQUENCE
)
if
loc
&
LOCATION_ONFIELD
<=
0
then
return
end
seq
=
aux
.
MZoneSequence
(
seq
)
local
cseq
=
aux
.
MZoneSequence
(
e
:
GetHandler
():
GetSequence
())
return
cseq
==
(
4
-
seq
)
end
function
c50224545
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
50224545
)
...
...
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