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
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
八宫一月
ygopro-scripts
Commits
5e8995b1
Commit
5e8995b1
authored
Jul 21, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary code
break_effect() will be called in special_summon_rule()
parent
e489029e
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
0 additions
and
12 deletions
+0
-12
c20050865.lua
c20050865.lua
+0
-1
c20285786.lua
c20285786.lua
+0
-1
c23536866.lua
c23536866.lua
+0
-1
c25148255.lua
c25148255.lua
+0
-1
c29087919.lua
c29087919.lua
+0
-1
c61314842.lua
c61314842.lua
+0
-1
c62829077.lua
c62829077.lua
+0
-1
c66938505.lua
c66938505.lua
+0
-1
c82224646.lua
c82224646.lua
+0
-1
c89326990.lua
c89326990.lua
+0
-1
c89974904.lua
c89974904.lua
+0
-1
c93665266.lua
c93665266.lua
+0
-1
No files found.
c20050865.lua
View file @
5e8995b1
...
...
@@ -55,7 +55,6 @@ function c20050865.scop(e,tp,eg,ep,ev,re,r,rp)
local
mg
=
Group
.
FromCards
(
c
,
tc
)
local
g
=
Duel
.
GetMatchingGroup
(
c20050865
.
scfilter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
mg
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c20285786.lua
View file @
5e8995b1
...
...
@@ -64,7 +64,6 @@ function c20285786.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummonComplete
()
local
xyzg
=
Duel
.
GetMatchingGroup
(
c20285786
.
xyzfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
g
)
if
xyzg
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
xyz
=
xyzg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
XyzSummon
(
tp
,
xyz
,
g
)
...
...
c23536866.lua
View file @
5e8995b1
...
...
@@ -74,7 +74,6 @@ function c23536866.operation(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
)
<=
0
then
return
end
local
xyzg
=
Duel
.
GetMatchingGroup
(
c23536866
.
xyzfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
g
)
if
xyzg
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
xyz
=
xyzg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
XyzSummon
(
tp
,
xyz
,
g
)
...
...
c25148255.lua
View file @
5e8995b1
...
...
@@ -52,7 +52,6 @@ function c25148255.scop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
mg
)
<=
0
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
c25148255
.
scfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
mg
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c29087919.lua
View file @
5e8995b1
...
...
@@ -66,7 +66,6 @@ function c29087919.activate(e,tp,eg,ep,ev,re,r,rp)
local
ct
=
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
local
xyzg
=
Duel
.
GetMatchingGroup
(
c29087919
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
g
,
ct
)
if
ct
>=
2
and
xyzg
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
xyz
=
xyzg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
XyzSummon
(
tp
,
xyz
,
g
)
...
...
c61314842.lua
View file @
5e8995b1
...
...
@@ -52,7 +52,6 @@ function c61314842.activate(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
)
<=
0
then
return
end
local
xyzg
=
Duel
.
GetMatchingGroup
(
c61314842
.
xyzfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
g
)
if
xyzg
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
xyz
=
xyzg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
XyzSummon
(
tp
,
xyz
,
g
)
...
...
c62829077.lua
View file @
5e8995b1
...
...
@@ -88,7 +88,6 @@ function c62829077.activate(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
)
<=
0
then
return
end
local
xyzg
=
Duel
.
GetMatchingGroup
(
c62829077
.
xyzfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
g
)
if
xyzg
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
xyz
=
xyzg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
XyzSummon
(
tp
,
xyz
,
g
)
...
...
c66938505.lua
View file @
5e8995b1
...
...
@@ -54,7 +54,6 @@ function c66938505.scop(e,tp,eg,ep,ev,re,r,rp)
local
mg
=
Group
.
FromCards
(
c
,
tc
)
local
g
=
Duel
.
GetMatchingGroup
(
c66938505
.
scfilter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
mg
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c82224646.lua
View file @
5e8995b1
...
...
@@ -138,7 +138,6 @@ function c82224646.scop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
mg
)
<=
0
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
c82224646
.
scfilter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
mg
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SynchroSummon
(
tp
,
sg
:
GetFirst
(),
nil
,
mg
)
...
...
c89326990.lua
View file @
5e8995b1
...
...
@@ -37,7 +37,6 @@ function c89326990.operation(e,tp,eg,ep,ev,re,r,rp)
local
mg
=
Group
.
FromCards
(
c
,
tc
)
local
g
=
Duel
.
GetMatchingGroup
(
c89326990
.
scfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
mg
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SynchroSummon
(
tp
,
sg
:
GetFirst
(),
nil
,
mg
)
...
...
c89974904.lua
View file @
5e8995b1
...
...
@@ -42,7 +42,6 @@ function c89974904.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummonComplete
()
local
g
=
Duel
.
GetMatchingGroup
(
c89974904
.
cfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
tc
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SynchroSummon
(
tp
,
sg
:
GetFirst
(),
tc
)
...
...
c93665266.lua
View file @
5e8995b1
...
...
@@ -52,7 +52,6 @@ function c93665266.scop(e,tp,eg,ep,ev,re,r,rp)
local
mg
=
Group
.
FromCards
(
c
,
tc
)
local
g
=
Duel
.
GetMatchingGroup
(
c93665266
.
scfilter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
mg
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SynchroSummon
(
tp
,
sg
:
GetFirst
(),
nil
,
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