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
03c0f740
Commit
03c0f740
authored
Nov 04, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
453af7ec
Pipeline
#6675
failed with stages
in 30 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
expansions/script/c85402430.lua
expansions/script/c85402430.lua
+4
-2
No files found.
expansions/script/c85402430.lua
View file @
03c0f740
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
function
c85402430
.
initial_effect
(
c
)
function
c85402430
.
initial_effect
(
c
)
---
---
aux
.
AddCodeList
(
c
,
85402400
)
aux
.
AddCodeList
(
c
,
85402400
)
c
:
SetUniqueOnField
(
1
,
0
,
85402430
)
c
:
SetUniqueOnField
(
1
,
0
,
c85402430
.
uqfilter
)
aux
.
AddXyzProcedure
(
c
,
c85402430
.
xyzfilter
,
4
,
2
,
c85402430
.
ovfilter
,
aux
.
Stringid
(
85402430
,
0
),
2
,
c85402430
.
xyzop
)
aux
.
AddXyzProcedure
(
c
,
c85402430
.
xyzfilter
,
4
,
2
,
c85402430
.
ovfilter
,
aux
.
Stringid
(
85402430
,
0
),
2
,
c85402430
.
xyzop
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
---
---
...
@@ -75,6 +75,9 @@ function c85402430.initial_effect(c)
...
@@ -75,6 +75,9 @@ function c85402430.initial_effect(c)
c
:
RegisterEffect
(
e6
)
c
:
RegisterEffect
(
e6
)
------返回卡组
------返回卡组
end
end
function
c85402430
.
uqfilter
(
c
)
return
c
:
IsCode
(
85402460
,
85402430
)
end
function
c85402430
.
xyzfilter
(
c
)
function
c85402430
.
xyzfilter
(
c
)
return
c
:
IsSetCard
(
0xe45
)
return
c
:
IsSetCard
(
0xe45
)
end
end
...
@@ -94,7 +97,6 @@ function c85402430.sprcon(e,c)
...
@@ -94,7 +97,6 @@ function c85402430.sprcon(e,c)
return
Duel
.
IsExistingMatchingCard
(
c85402430
.
fl
,
tp
,
LOCATION_ONFIELD
+
LOCATION_HAND
,
0
,
2
,
nil
)
and
Duel
.
GetFlagEffect
(
tp
,
85402430
)
==
0
return
Duel
.
IsExistingMatchingCard
(
c85402430
.
fl
,
tp
,
LOCATION_ONFIELD
+
LOCATION_HAND
,
0
,
2
,
nil
)
and
Duel
.
GetFlagEffect
(
tp
,
85402430
)
==
0
end
end
function
c85402430
.
sprop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c85402430
.
sprop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCountFromEx
(
tp
)
<=
0
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_XMATERIAL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_XMATERIAL
)
local
mg
=
Duel
.
SelectMatchingCard
(
tp
,
c85402430
.
fl
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
2
,
2
,
nil
)
local
mg
=
Duel
.
SelectMatchingCard
(
tp
,
c85402430
.
fl
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
2
,
2
,
nil
)
e
:
GetHandler
():
SetMaterial
(
mg
)
e
:
GetHandler
():
SetMaterial
(
mg
)
...
...
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