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
Reinen
ygopro-scripts
Commits
065c6abd
Commit
065c6abd
authored
Aug 11, 2017
by
nekrozar
Committed by
mercury233
Aug 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#914)
parent
bf0d2714
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
c14970113.lua
c14970113.lua
+1
-1
c41375811.lua
c41375811.lua
+1
-1
c58600555.lua
c58600555.lua
+2
-2
c85004150.lua
c85004150.lua
+2
-2
No files found.
c14970113.lua
View file @
065c6abd
--十二獣ハマーコング
function
c14970113
.
initial_effect
(
c
)
--xyz summon
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
3
,
c14970113
.
ovfilter
,
aux
.
Stringid
(
14970113
,
0
),
5
,
c14970113
.
xyzop
)
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
3
,
c14970113
.
ovfilter
,
aux
.
Stringid
(
14970113
,
0
),
99
,
c14970113
.
xyzop
)
c
:
EnableReviveLimit
()
--atk
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c41375811.lua
View file @
065c6abd
--十二獣ライカ
function
c41375811
.
initial_effect
(
c
)
--xyz summon
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
2
,
c41375811
.
ovfilter
,
aux
.
Stringid
(
41375811
,
0
),
5
,
c41375811
.
xyzop
)
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
2
,
c41375811
.
ovfilter
,
aux
.
Stringid
(
41375811
,
0
),
99
,
c41375811
.
xyzop
)
c
:
EnableReviveLimit
()
--atk
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c58600555.lua
View file @
065c6abd
...
...
@@ -59,7 +59,7 @@ function c58600555.xyzcon(e,c,og,min,max)
return
true
end
local
minc
=
2
local
maxc
=
5
local
maxc
=
99
if
min
then
if
min
>
minc
then
minc
=
min
end
if
max
<
maxc
then
maxc
=
max
end
...
...
@@ -74,7 +74,7 @@ function c58600555.xyztg(e,tp,eg,ep,ev,re,r,rp,chk,c,og,min,max)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ct
=-
ft
local
minc
=
2
local
maxc
=
5
local
maxc
=
99
if
min
then
if
min
>
minc
then
minc
=
min
end
if
max
<
maxc
then
maxc
=
max
end
...
...
c85004150.lua
View file @
065c6abd
...
...
@@ -52,7 +52,7 @@ function c85004150.xyzcon(e,c,og,min,max)
return
true
end
local
minc
=
2
local
maxc
=
5
local
maxc
=
99
if
min
then
if
min
>
minc
then
minc
=
min
end
if
max
<
maxc
then
maxc
=
max
end
...
...
@@ -67,7 +67,7 @@ function c85004150.xyztg(e,tp,eg,ep,ev,re,r,rp,chk,c,og,min,max)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ct
=-
ft
local
minc
=
2
local
maxc
=
5
local
maxc
=
99
if
min
then
if
min
>
minc
then
minc
=
min
end
if
max
<
maxc
then
maxc
=
max
end
...
...
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