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
ece000fc
Commit
ece000fc
authored
Apr 03, 2017
by
Hello23-Ygopro
Committed by
DailyShana
Apr 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing category for Worm Hope, etc. (#763)
parent
c9629f8b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
c11159464.lua
c11159464.lua
+1
-0
c12986807.lua
c12986807.lua
+1
-1
c18175965.lua
c18175965.lua
+1
-1
c20374351.lua
c20374351.lua
+1
-1
c32339440.lua
c32339440.lua
+1
-1
No files found.
c11159464.lua
View file @
ece000fc
...
@@ -10,6 +10,7 @@ function c11159464.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c11159464.initial_effect(c)
--discard
--discard
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
11159464
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
11159464
,
0
))
e2
:
SetCategory
(
CATEGORY_HANDES
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetCode
(
EVENT_TO_GRAVE
)
e2
:
SetCode
(
EVENT_TO_GRAVE
)
e2
:
SetCondition
(
c11159464
.
tgcon
)
e2
:
SetCondition
(
c11159464
.
tgcon
)
...
...
c12986807.lua
View file @
ece000fc
...
@@ -6,7 +6,7 @@ function c12986807.initial_effect(c)
...
@@ -6,7 +6,7 @@ function c12986807.initial_effect(c)
--to hand
--to hand
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
12986807
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
12986807
,
0
))
e1
:
SetCategory
(
CATEGORY_
TOGRAVE
)
e1
:
SetCategory
(
CATEGORY_
HANDES
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCondition
(
c12986807
.
condition
)
e1
:
SetCondition
(
c12986807
.
condition
)
...
...
c18175965.lua
View file @
ece000fc
...
@@ -51,7 +51,7 @@ function c18175965.initial_effect(c)
...
@@ -51,7 +51,7 @@ function c18175965.initial_effect(c)
--special summon 2
--special summon 2
local
e8
=
Effect
.
CreateEffect
(
c
)
local
e8
=
Effect
.
CreateEffect
(
c
)
e8
:
SetDescription
(
aux
.
Stringid
(
18175965
,
2
))
e8
:
SetDescription
(
aux
.
Stringid
(
18175965
,
2
))
e8
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e8
:
SetCategory
(
CATEGORY_
HANDES
+
CATEGORY_
SPECIAL_SUMMON
)
e8
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e8
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e8
:
SetCode
(
EVENT_TO_GRAVE
)
e8
:
SetCode
(
EVENT_TO_GRAVE
)
e8
:
SetCondition
(
c18175965
.
spcon2
)
e8
:
SetCondition
(
c18175965
.
spcon2
)
...
...
c20374351.lua
View file @
ece000fc
...
@@ -6,7 +6,7 @@ function c20374351.initial_effect(c)
...
@@ -6,7 +6,7 @@ function c20374351.initial_effect(c)
--to grave
--to grave
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
20374351
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
20374351
,
0
))
e1
:
SetCategory
(
CATEGORY_
TOGRAVE
)
e1
:
SetCategory
(
CATEGORY_
HANDES
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCondition
(
c20374351
.
condition
)
e1
:
SetCondition
(
c20374351
.
condition
)
...
...
c32339440.lua
View file @
ece000fc
...
@@ -4,7 +4,7 @@ function c32339440.initial_effect(c)
...
@@ -4,7 +4,7 @@ function c32339440.initial_effect(c)
--to hand
--to hand
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
32339440
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
32339440
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
+
CATEGORY_HANDES
)
e1
:
SetType
(
EFFECT_TYPE_TRIGGER_O
+
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_TRIGGER_O
+
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
e1
:
SetCode
(
EVENT_PHASE
+
PHASE_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