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
fe4e761c
Commit
fe4e761c
authored
Nov 10, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
2299854f
Pipeline
#6733
failed with stages
in 28 minutes and 45 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
expansions/script/c12062080.lua
expansions/script/c12062080.lua
+1
-1
expansions/script/c66915072.lua
expansions/script/c66915072.lua
+5
-7
expansions/script/c66915074.lua
expansions/script/c66915074.lua
+1
-1
No files found.
expansions/script/c12062080.lua
View file @
fe4e761c
...
@@ -180,6 +180,6 @@ function cm.efop4(e,tp,eg,ep,ev,re,r,rp)
...
@@ -180,6 +180,6 @@ function cm.efop4(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
cm
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
lp
=
Duel
.
GetLP
(
tp
)
local
lp
=
Duel
.
GetLP
(
1
-
tp
)
Duel
.
SetLP
(
1
-
tp
,
lp
-
2000
)
Duel
.
SetLP
(
1
-
tp
,
lp
-
2000
)
end
end
\ No newline at end of file
expansions/script/c66915072.lua
View file @
fe4e761c
...
@@ -19,16 +19,14 @@ function c66915072.initial_effect(c)
...
@@ -19,16 +19,14 @@ function c66915072.initial_effect(c)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
end
)
end
)
e1
:
SetTarget
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
e1
:
SetTarget
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ft
=
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c66915072
.
sp
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c66915072
.
sp
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
ft
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
0
,
0
)
end
)
end
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ft
=
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
if
Duel
.
IsExistingMatchingCard
(
function
(
c
)
return
c
:
IsCode
(
66915001
)
and
c
:
IsFaceup
()
end
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
if
Duel
.
IsExistingMatchingCard
(
function
(
c
)
return
c
:
IsCode
(
66915001
)
and
c
:
IsFaceup
()
end
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
and
ft
>
1
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
66915072
,
0
))
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
66915072
,
0
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c66915072
.
sp
,
tp
,
LOCATION_EXTRA
,
0
,
2
,
2
,
nil
,
e
,
tp
,
ft
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c66915072
.
sp
,
tp
,
LOCATION_EXTRA
,
0
,
2
,
2
,
nil
,
e
,
tp
)
if
g
:
GetCount
()
==
2
then
if
g
:
GetCount
()
==
2
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
...
@@ -51,6 +49,6 @@ function c66915072.initial_effect(c)
...
@@ -51,6 +49,6 @@ function c66915072.initial_effect(c)
end
)
end
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c66915072
.
sp
(
c
,
e
,
tp
,
ft
)
function
c66915072
.
sp
(
c
,
e
,
tp
)
return
c
:
IsCode
(
66915070
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
ft
>
0
return
c
:
IsCode
(
66915070
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
end
end
\ No newline at end of file
expansions/script/c66915074.lua
View file @
fe4e761c
...
@@ -310,7 +310,7 @@ function cm.SynMixCheckGoal(tp,sg,minc,ct,syncard,sg1,smat,gc,mgchk)
...
@@ -310,7 +310,7 @@ function cm.SynMixCheckGoal(tp,sg,minc,ct,syncard,sg1,smat,gc,mgchk)
return
false
return
false
end
end
end
end
if
(
g
:
FilterCount
(
Card
.
IsSynchroType
,
nil
,
TYPE_TUNER
)
==
0
and
g
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_SZONE
)
==
0
)
or
g
:
FilterCount
(
cm
.
ssf
u
,
nil
,
sync
)
==
0
then
if
(
g
:
FilterCount
(
Card
.
IsSynchroType
,
nil
,
TYPE_TUNER
)
==
0
and
g
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_SZONE
)
==
0
)
or
g
:
FilterCount
(
cm
.
ffs
u
,
nil
,
sync
)
==
0
then
return
false
return
false
end
end
local
le
,
lf
,
lloc
,
lmin
,
lmax
=
c
:
GetTunerLimit
()
local
le
,
lf
,
lloc
,
lmin
,
lmax
=
c
:
GetTunerLimit
()
...
...
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