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
b3ea79ff
Commit
b3ea79ff
authored
Feb 16, 2016
by
woodee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timing
parent
8495aec3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
c36361633.lua
c36361633.lua
+1
-1
c45467446.lua
c45467446.lua
+1
-0
c59822133.lua
c59822133.lua
+1
-0
c83266092.lua
c83266092.lua
+1
-0
c9032529.lua
c9032529.lua
+1
-0
No files found.
c36361633.lua
View file @
b3ea79ff
...
...
@@ -4,7 +4,7 @@ function c36361633.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e1
:
SetHintTiming
(
0
,
0xc
)
e1
:
SetCondition
(
c36361633
.
condition
)
e1
:
SetOperation
(
c36361633
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c45467446.lua
View file @
b3ea79ff
...
...
@@ -28,6 +28,7 @@ function c45467446.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e5
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e5
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e5
:
SetCode
(
EVENT_FREE_CHAIN
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetCondition
(
c45467446
.
spcon
)
...
...
c59822133.lua
View file @
b3ea79ff
...
...
@@ -29,6 +29,7 @@ function c59822133.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
59822133
,
1
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetCondition
(
c59822133
.
spcon
)
...
...
c83266092.lua
View file @
b3ea79ff
...
...
@@ -4,6 +4,7 @@ function c83266092.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x28
)
c
:
RegisterEffect
(
e1
)
--cannot attack
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
c9032529.lua
View file @
b3ea79ff
...
...
@@ -5,6 +5,7 @@ function c9032529.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_RECOVER
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c9032529
.
target
)
e1
:
SetOperation
(
c9032529
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
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