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
Soulgamer
ygopro-222DIY-cards
Commits
5978e4a3
Commit
5978e4a3
authored
Dec 06, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
953e18c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
expansions/script/c12026034.lua
expansions/script/c12026034.lua
+4
-4
No files found.
expansions/script/c12026034.lua
View file @
5978e4a3
...
@@ -47,7 +47,7 @@ function cm.describe_with_Raphael(c)
...
@@ -47,7 +47,7 @@ function cm.describe_with_Raphael(c)
return
m
and
m
.
lighting_with_Raphael
return
m
and
m
.
lighting_with_Raphael
end
end
function
cm
.
sprfilter1
(
c
,
tp
)
function
cm
.
sprfilter1
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsSummonable
(
true
,
nil
)
and
c
:
IsSetCard
(
0x1fbd
)
return
c
:
IsFaceup
()
and
c
:
IsSummonable
Card
(
)
and
c
:
IsSetCard
(
0x1fbd
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
sprfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
sprfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
)
end
end
function
cm
.
sprfilter2
(
c
)
function
cm
.
sprfilter2
(
c
)
...
@@ -61,10 +61,10 @@ function cm.spcon2(e,c)
...
@@ -61,10 +61,10 @@ function cm.spcon2(e,c)
and
Duel
.
IsExistingMatchingCard
(
cm
.
sprfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
sprfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
end
end
function
cm
.
spop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
function
cm
.
spop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
RELEAS
E
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
TOGRAV
E
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
sprfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
tp
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
sprfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
tp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
RELEAS
E
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
TOGRAV
E
)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
sprfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
g1
:
GetFirst
():
GetLevel
()
)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
sprfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
g1
:
Merge
(
g2
)
g1
:
Merge
(
g2
)
Duel
.
SendtoGrave
(
g1
,
REASON_COST
)
Duel
.
SendtoGrave
(
g1
,
REASON_COST
)
e
:
GetHandler
():
SetMaterial
(
g1
)
e
:
GetHandler
():
SetMaterial
(
g1
)
...
...
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