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
2d76f63e
Commit
2d76f63e
authored
May 18, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
b2c6aa31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c47185546.lua
c47185546.lua
+1
-1
c58600555.lua
c58600555.lua
+1
-1
No files found.
c47185546.lua
View file @
2d76f63e
...
...
@@ -19,7 +19,7 @@ function c47185546.filter1(c,e,tp)
and
aux
.
MustMaterialCheck
(
c
,
tp
,
EFFECT_MUST_BE_XMATERIAL
)
end
function
c47185546
.
filter2
(
c
,
e
,
tp
,
mc
,
rk
)
return
(
c
:
IsRank
(
rk
+
2
)
or
c
:
IsRank
(
rk
-
2
)
and
c
:
IsRace
(
RACE_INSECT
)
and
mc
:
IsCanBeXyzMaterial
(
c
)
return
(
c
:
IsRank
(
rk
+
2
)
or
c
:
IsRank
(
rk
-
2
)
)
and
c
:
IsRace
(
RACE_INSECT
)
and
mc
:
IsCanBeXyzMaterial
(
c
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_XYZ
,
tp
,
false
,
false
)
end
function
c47185546
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
c58600555.lua
View file @
2d76f63e
...
...
@@ -29,7 +29,7 @@ function c58600555.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c58600555
.
ovfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsXyzType
(
TYPE_XYZ
)
and
(
c
:
IsRank
(
3
)
or
c
:
IsRank
(
4
)
and
c
:
IsRace
(
RACE_INSECT
)
return
c
:
IsFaceup
()
and
c
:
IsXyzType
(
TYPE_XYZ
)
and
(
c
:
IsRank
(
3
)
or
c
:
IsRank
(
4
)
)
and
c
:
IsRace
(
RACE_INSECT
)
end
function
c58600555
.
mfilter
(
c
)
return
c
:
IsRace
(
RACE_INSECT
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
...
...
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