Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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-520DIY
ygopro
Commits
d982fd11
Commit
d982fd11
authored
Jun 09, 2014
by
sidschingis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hint timing
parent
10181c39
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
script/c12444060.lua
script/c12444060.lua
+1
-1
script/c24508238.lua
script/c24508238.lua
+1
-0
script/c77505534.lua
script/c77505534.lua
+1
-1
No files found.
script/c12444060.lua
View file @
d982fd11
...
@@ -6,7 +6,7 @@ function c12444060.initial_effect(c)
...
@@ -6,7 +6,7 @@ function c12444060.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetHintTiming
(
0
,
0x11e8
)
e1
:
SetCost
(
c12444060
.
cost
)
e1
:
SetCost
(
c12444060
.
cost
)
e1
:
SetTarget
(
c12444060
.
target
)
e1
:
SetTarget
(
c12444060
.
target
)
e1
:
SetOperation
(
c12444060
.
activate
)
e1
:
SetOperation
(
c12444060
.
activate
)
...
...
script/c24508238.lua
View file @
d982fd11
...
@@ -6,6 +6,7 @@ function c24508238.initial_effect(c)
...
@@ -6,6 +6,7 @@ function c24508238.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetHintTiming
(
0
,
0x11e0
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCost
(
c24508238
.
cost
)
e1
:
SetCost
(
c24508238
.
cost
)
...
...
script/c77505534.lua
View file @
d982fd11
...
@@ -4,7 +4,7 @@ function c77505534.initial_effect(c)
...
@@ -4,7 +4,7 @@ function c77505534.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1
e0
+
TIMING_END_PHASE
)
e1
:
SetHintTiming
(
0
,
0x1
1e8
)
e1
:
SetTarget
(
c77505534
.
target
)
e1
:
SetTarget
(
c77505534
.
target
)
e1
:
SetOperation
(
c77505534
.
activate
)
e1
:
SetOperation
(
c77505534
.
activate
)
c
:
RegisterEffect
(
e1
)
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