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
419386ad
Commit
419386ad
authored
Feb 14, 2016
by
woodee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #267 from mercury233/patch-timing-hint
add timing hint for Super Quant monsters
parents
efbc79b0
9c0ce3de
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
c11646785.lua
c11646785.lua
+1
-0
c57031794.lua
c57031794.lua
+1
-0
c84025439.lua
c84025439.lua
+1
-0
c85252081.lua
c85252081.lua
+1
-0
No files found.
c11646785.lua
View file @
419386ad
...
...
@@ -25,6 +25,7 @@ function c11646785.initial_effect(c)
local
e3
=
e2
:
Clone
()
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetHintTiming
(
0
,
0x1e0
)
e3
:
SetCondition
(
c11646785
.
setcon2
)
c
:
RegisterEffect
(
e3
)
--material
...
...
c57031794.lua
View file @
419386ad
...
...
@@ -25,6 +25,7 @@ function c57031794.initial_effect(c)
local
e3
=
e2
:
Clone
()
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetHintTiming
(
0
,
0x1e0
)
e3
:
SetCondition
(
c57031794
.
descon2
)
c
:
RegisterEffect
(
e3
)
--material
...
...
c84025439.lua
View file @
419386ad
...
...
@@ -9,6 +9,7 @@ function c84025439.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_TODECK
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1e0
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCondition
(
c84025439
.
tdcon
)
...
...
c85252081.lua
View file @
419386ad
...
...
@@ -25,6 +25,7 @@ function c85252081.initial_effect(c)
local
e3
=
e2
:
Clone
()
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetHintTiming
(
0
,
TIMING_END_PHASE
+
TIMING_EQUIP
)
e3
:
SetCondition
(
c85252081
.
descon2
)
c
:
RegisterEffect
(
e3
)
--material
...
...
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