Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
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
MyCard
ygopro-scripts
Commits
c737c048
Commit
c737c048
authored
Dec 19, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6cf7f22f
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
28 additions
and
28 deletions
+28
-28
c1561110.lua
c1561110.lua
+1
-1
c17032740.lua
c17032740.lua
+3
-3
c27346636.lua
c27346636.lua
+1
-1
c28016193.lua
c28016193.lua
+3
-3
c4688231.lua
c4688231.lua
+3
-3
c48156348.lua
c48156348.lua
+1
-1
c49352945.lua
c49352945.lua
+3
-3
c54401832.lua
c54401832.lua
+3
-3
c77693536.lua
c77693536.lua
+3
-3
c79229522.lua
c79229522.lua
+1
-1
c80033124.lua
c80033124.lua
+2
-2
c81612598.lua
c81612598.lua
+3
-3
c90957527.lua
c90957527.lua
+1
-1
No files found.
c1561110.lua
View file @
c737c048
...
...
@@ -52,7 +52,7 @@ function c1561110.splimit(e,se,sp,st)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
end
function
c1561110
.
rmfilter
(
c
)
return
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsCanBeFusionMaterial
()
end
function
c1561110
.
rmfilter1
(
c
,
mg
,
ft
)
local
mg2
=
mg
:
Clone
()
...
...
c17032740.lua
View file @
c737c048
...
...
@@ -59,19 +59,19 @@ function c17032740.spfilter1(c,mg,ft)
local
mg2
=
mg
:
Clone
()
mg2
:
RemoveCard
(
c
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
ft
=
ft
+
1
end
return
ft
>=-
1
and
c
:
IsFusionCode
(
89943723
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
ft
>=-
1
and
c
:
IsFusionCode
(
89943723
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
mg2
:
IsExists
(
c17032740
.
spfilter2
,
1
,
nil
,
mg2
,
ft
)
end
function
c17032740
.
spfilter2
(
c
,
mg
,
ft
)
local
mg2
=
mg
:
Clone
()
mg2
:
RemoveCard
(
c
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
ft
=
ft
+
1
end
return
ft
>=
0
and
c
:
IsFusionCode
(
43237273
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
ft
>=
0
and
c
:
IsFusionCode
(
43237273
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
mg2
:
IsExists
(
c17032740
.
spfilter3
,
1
,
nil
,
ft
)
end
function
c17032740
.
spfilter3
(
c
,
ft
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
ft
=
ft
+
1
end
return
ft
>=
1
and
c
:
IsFusionCode
(
17732278
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
ft
>=
1
and
c
:
IsFusionCode
(
17732278
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
end
function
c17032740
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
c27346636.lua
View file @
c737c048
...
...
@@ -38,7 +38,7 @@ function c27346636.splimit(e,se,sp,st)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
function
c27346636
.
spfilter1
(
c
,
tp
)
return
c
:
IsFusionCode
(
78868776
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
c
:
IsFusionCode
(
78868776
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
Duel
.
IsExistingMatchingCard
(
c27346636
.
spfilter2
,
tp
,
LOCATION_MZONE
,
0
,
2
,
c
)
end
function
c27346636
.
spfilter2
(
c
)
...
...
c28016193.lua
View file @
c737c048
...
...
@@ -50,9 +50,9 @@ function c28016193.fscon(e,g,gc,chkfnf)
g
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
()
,
true
)
then
return
false
end
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
())
then
return
false
end
return
f
(
gc
)
and
mg
:
IsExists
(
f
,
cc
-
1
,
gc
)
end
local
g1
=
mg
:
Filter
(
f
,
nil
)
if
chkf
~=
PLAYER_NONE
then
...
...
@@ -69,7 +69,7 @@ function c28016193.fsop(e,tp,eg,ep,ev,re,r,rp,gc,chkfnf)
eg
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FMATERIAL
)
local
g1
=
g
:
FilterSelect
(
tp
,
f
,
cc
-
1
,
cc
-
1
,
gc
)
...
...
c4688231.lua
View file @
c737c048
...
...
@@ -53,9 +53,9 @@ function c4688231.fscon(e,g,gc,chkfnf)
g
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
()
,
true
)
then
return
false
end
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
())
then
return
false
end
return
(
f1
(
gc
)
and
mg
:
IsExists
(
f2
,
1
,
gc
))
or
(
f2
(
gc
)
and
mg
:
IsExists
(
f1
,
1
,
gc
))
end
local
g1
=
Group
.
CreateGroup
()
local
g2
=
Group
.
CreateGroup
()
local
fs
=
false
...
...
@@ -79,7 +79,7 @@ function c4688231.fsop(e,tp,eg,ep,ev,re,r,rp,gc,chkfnf)
eg
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
local
sg
=
Group
.
CreateGroup
()
if
f1
(
gc
)
then
sg
:
Merge
(
g
:
Filter
(
f2
,
gc
))
end
...
...
c48156348.lua
View file @
c737c048
...
...
@@ -46,7 +46,7 @@ function c48156348.splimit(e,se,sp,st)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
function
c48156348
.
spfilter1
(
c
,
tp
)
return
c
:
IsFusionCode
(
41470137
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
c
:
IsFusionCode
(
41470137
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
Duel
.
IsExistingMatchingCard
(
c48156348
.
spfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
)
end
function
c48156348
.
spfilter2
(
c
)
...
...
c49352945.lua
View file @
c737c048
...
...
@@ -67,19 +67,19 @@ function c49352945.spfilter1(c,mg,ft)
local
mg2
=
mg
:
Clone
()
mg2
:
RemoveCard
(
c
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
ft
=
ft
+
1
end
return
ft
>=-
1
and
c
:
IsFusionCode
(
89943723
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
ft
>=-
1
and
c
:
IsFusionCode
(
89943723
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
mg2
:
IsExists
(
c49352945
.
spfilter2
,
1
,
nil
,
mg2
,
ft
)
end
function
c49352945
.
spfilter2
(
c
,
mg
,
ft
)
local
mg2
=
mg
:
Clone
()
mg2
:
RemoveCard
(
c
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
ft
=
ft
+
1
end
return
ft
>=
0
and
c
:
IsFusionCode
(
17955766
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
ft
>=
0
and
c
:
IsFusionCode
(
17955766
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
mg2
:
IsExists
(
c49352945
.
spfilter3
,
1
,
nil
,
ft
)
end
function
c49352945
.
spfilter3
(
c
,
ft
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
ft
=
ft
+
1
end
return
ft
>=
1
and
c
:
IsFusionCode
(
54959865
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
ft
>=
1
and
c
:
IsFusionCode
(
54959865
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
end
function
c49352945
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
c54401832.lua
View file @
c737c048
...
...
@@ -29,9 +29,9 @@ function c54401832.fscon(e,g,gc,chkfnf)
g
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
()
,
true
)
then
return
false
end
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
())
then
return
false
end
if
aux
.
FConditionFilterFFR
(
gc
,
f1
,
f2
,
mg
,
minc
,
chkf
)
then
return
true
elseif
f2
(
gc
)
then
...
...
@@ -52,7 +52,7 @@ function c54401832.fsop(e,tp,eg,ep,ev,re,r,rp,gc,chkfnf)
eg
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
local
minct
=
2
local
maxct
=
2
if
gc
then
...
...
c77693536.lua
View file @
c737c048
...
...
@@ -61,9 +61,9 @@ function c77693536.fscon(e,g,gc,chkfnf)
g
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
()
,
true
)
then
return
false
end
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
())
then
return
false
end
return
(
f1
(
gc
)
and
mg
:
IsExists
(
f2
,
1
,
gc
))
or
(
f2
(
gc
)
and
mg
:
IsExists
(
f1
,
1
,
gc
))
end
local
g1
=
Group
.
CreateGroup
()
local
g2
=
Group
.
CreateGroup
()
local
fs
=
false
...
...
@@ -87,7 +87,7 @@ function c77693536.fsop(e,tp,eg,ep,ev,re,r,rp,gc,chkfnf)
eg
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
local
sg
=
Group
.
CreateGroup
()
if
f1
(
gc
)
then
sg
:
Merge
(
g
:
Filter
(
f2
,
gc
))
end
...
...
c79229522.lua
View file @
c737c048
...
...
@@ -31,7 +31,7 @@ function c79229522.splimit(e,se,sp,st)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
function
c79229522
.
spfilter1
(
c
,
tp
,
ft
)
if
c
:
IsFusionCode
(
70095154
)
and
c
:
IsAbleToGraveAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
then
if
c
:
IsFusionCode
(
70095154
)
and
c
:
IsAbleToGraveAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
then
if
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
))
then
return
Duel
.
IsExistingMatchingCard
(
c79229522
.
spfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
c
,
tp
)
else
...
...
c80033124.lua
View file @
c737c048
...
...
@@ -10,10 +10,10 @@ function c80033124.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c80033124
.
ffilter0
(
c
)
return
c
:
IsCode
(
41230939
,
77625948
,
3019642
)
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
and
c
:
IsAbleToDeck
()
return
c
:
IsCode
(
41230939
,
77625948
,
3019642
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeck
()
end
function
c80033124
.
ffilter
(
c
,
e
)
return
c
:
IsCode
(
41230939
,
77625948
,
3019642
)
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
and
c
:
IsAbleToDeck
()
return
c
:
IsCode
(
41230939
,
77625948
,
3019642
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeck
()
and
not
c
:
IsImmuneToEffect
(
e
)
end
function
c80033124
.
spfilter
(
c
,
e
,
tp
)
...
...
c81612598.lua
View file @
c737c048
...
...
@@ -28,9 +28,9 @@ function c81612598.fscon(e,g,gc,chkfnf)
g
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
mg
=
g
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
()
,
true
)
then
return
false
end
if
not
gc
:
IsCanBeFusionMaterial
(
e
:
GetHandler
())
then
return
false
end
return
(
f1
(
gc
)
and
mg
:
IsExists
(
f2
,
1
,
gc
))
or
(
f2
(
gc
)
and
mg
:
IsExists
(
f1
,
1
,
gc
))
end
local
g1
=
Group
.
CreateGroup
()
local
g2
=
Group
.
CreateGroup
()
local
fs
=
false
...
...
@@ -54,7 +54,7 @@ function c81612598.fsop(e,tp,eg,ep,ev,re,r,rp,gc,chkfnf)
eg
:
Merge
(
fc
:
GetEquipGroup
():
Filter
(
Card
.
IsControler
,
nil
,
tp
))
fc
=
fg
:
GetNext
()
end
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
()
,
true
)
local
g
=
eg
:
Filter
(
Card
.
IsCanBeFusionMaterial
,
nil
,
e
:
GetHandler
())
if
gc
then
local
sg
=
Group
.
CreateGroup
()
if
f1
(
gc
)
then
sg
:
Merge
(
g
:
Filter
(
f2
,
gc
))
end
...
...
c90957527.lua
View file @
c737c048
...
...
@@ -47,7 +47,7 @@ function c90957527.splimit(e,se,sp,st)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
function
c90957527
.
spfilter1
(
c
,
tp
)
return
c
:
IsFusionCode
(
79580323
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
(
nil
,
true
)
return
c
:
IsFusionCode
(
79580323
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
and
c
:
IsCanBeFusionMaterial
()
and
Duel
.
IsExistingMatchingCard
(
c90957527
.
spfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
)
end
function
c90957527
.
spfilter2
(
c
)
...
...
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