Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
476cd6f4
Commit
476cd6f4
authored
Aug 02, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Auxiliary.AddDrytronSpSummonEffect
parent
3b78f024
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
154 additions
and
150 deletions
+154
-150
c22420202.lua
c22420202.lua
+32
-31
c33543890.lua
c33543890.lua
+30
-29
c60037599.lua
c60037599.lua
+30
-29
c96026108.lua
c96026108.lua
+31
-30
c97148796.lua
c97148796.lua
+31
-30
utility.lua
utility.lua
+0
-1
No files found.
c22420202.lua
View file @
476cd6f4
...
@@ -10,6 +10,7 @@ function c22420202.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c22420202.initial_effect(c)
--spsummon
--spsummon
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c22420202
.
extraop
)
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c22420202
.
extraop
)
e2
:
SetDescription
(
aux
.
Stringid
(
22420202
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
22420202
,
0
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DRAW
)
e2
:
SetCountLimit
(
1
,
22420202
)
e2
:
SetCountLimit
(
1
,
22420202
)
end
end
function
c22420202
.
splimit
(
e
,
se
,
sp
,
st
)
function
c22420202
.
splimit
(
e
,
se
,
sp
,
st
)
...
...
c33543890.lua
View file @
476cd6f4
...
@@ -10,6 +10,7 @@ function c33543890.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c33543890.initial_effect(c)
--spsummon
--spsummon
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c33543890
.
extraop
)
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c33543890
.
extraop
)
e2
:
SetDescription
(
aux
.
Stringid
(
33543890
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
33543890
,
0
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOGRAVE
)
e2
:
SetCountLimit
(
1
,
33543890
)
e2
:
SetCountLimit
(
1
,
33543890
)
end
end
function
c33543890
.
splimit
(
e
,
se
,
sp
,
st
)
function
c33543890
.
splimit
(
e
,
se
,
sp
,
st
)
...
...
c60037599.lua
View file @
476cd6f4
...
@@ -10,6 +10,7 @@ function c60037599.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c60037599.initial_effect(c)
--spsummon
--spsummon
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c60037599
.
extraop
)
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c60037599
.
extraop
)
e2
:
SetDescription
(
aux
.
Stringid
(
60037599
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
60037599
,
0
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_GRAVE_SPSUMMON
)
e2
:
SetCountLimit
(
1
,
60037599
)
e2
:
SetCountLimit
(
1
,
60037599
)
end
end
function
c60037599
.
splimit
(
e
,
se
,
sp
,
st
)
function
c60037599
.
splimit
(
e
,
se
,
sp
,
st
)
...
...
c96026108.lua
View file @
476cd6f4
...
@@ -10,6 +10,7 @@ function c96026108.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c96026108.initial_effect(c)
--spsummon
--spsummon
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c96026108
.
extraop
)
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c96026108
.
extraop
)
e2
:
SetDescription
(
aux
.
Stringid
(
96026108
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
96026108
,
0
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_SEARCH
)
e2
:
SetCountLimit
(
1
,
96026108
)
e2
:
SetCountLimit
(
1
,
96026108
)
end
end
function
c96026108
.
splimit
(
e
,
se
,
sp
,
st
)
function
c96026108
.
splimit
(
e
,
se
,
sp
,
st
)
...
...
c97148796.lua
View file @
476cd6f4
...
@@ -10,6 +10,7 @@ function c97148796.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c97148796.initial_effect(c)
--spsummon
--spsummon
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c97148796
.
extraop
)
local
e2
=
aux
.
AddDrytronSpSummonEffect
(
c
,
c97148796
.
extraop
)
e2
:
SetDescription
(
aux
.
Stringid
(
97148796
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
97148796
,
0
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_SEARCH
)
e2
:
SetCountLimit
(
1
,
97148796
)
e2
:
SetCountLimit
(
1
,
97148796
)
end
end
function
c97148796
.
splimit
(
e
,
se
,
sp
,
st
)
function
c97148796
.
splimit
(
e
,
se
,
sp
,
st
)
...
...
utility.lua
View file @
476cd6f4
...
@@ -2444,7 +2444,6 @@ end
...
@@ -2444,7 +2444,6 @@ end
--Drytron common summon effect
--Drytron common summon effect
function
Auxiliary
.
AddDrytronSpSummonEffect
(
c
,
func
)
function
Auxiliary
.
AddDrytronSpSummonEffect
(
c
,
func
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_GRAVE
)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_GRAVE
)
e1
:
SetCost
(
Auxiliary
.
DrytronSpSummonCost
)
e1
:
SetCost
(
Auxiliary
.
DrytronSpSummonCost
)
...
...
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