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
d743c01c
Commit
d743c01c
authored
Jan 25, 2016
by
salix5
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #248 from mercury233/patch-timing-hint
add timing hint
parents
94542785
8b1aa114
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
0 deletions
+7
-0
c12615446.lua
c12615446.lua
+1
-0
c43898403.lua
c43898403.lua
+1
-0
c73860462.lua
c73860462.lua
+1
-0
c85004150.lua
c85004150.lua
+1
-0
c85704698.lua
c85704698.lua
+2
-0
c90452877.lua
c90452877.lua
+1
-0
No files found.
c12615446.lua
View file @
d743c01c
...
...
@@ -8,6 +8,7 @@ function c12615446.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1c0
+
TIMING_BATTLE_START
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_DISABLE
)
e1
:
SetCountLimit
(
1
)
...
...
c43898403.lua
View file @
d743c01c
...
...
@@ -6,6 +6,7 @@ function c43898403.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
+
TIMING_EQUIP
)
e1
:
SetCost
(
c43898403
.
cost
)
e1
:
SetTarget
(
c43898403
.
target
)
e1
:
SetOperation
(
c43898403
.
activate
)
...
...
c73860462.lua
View file @
d743c01c
...
...
@@ -5,6 +5,7 @@ function c73860462.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1c0
+
TIMING_MAIN_END
)
e1
:
SetTarget
(
c73860462
.
xyztg
)
e1
:
SetOperation
(
c73860462
.
xyzop
)
c
:
RegisterEffect
(
e1
)
...
...
c85004150.lua
View file @
d743c01c
...
...
@@ -19,6 +19,7 @@ function c85004150.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
0x1e0
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
)
e2
:
SetCost
(
c85004150
.
descost
)
...
...
c85704698.lua
View file @
d743c01c
...
...
@@ -6,6 +6,7 @@ function c85704698.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c85704698
.
sptg
)
e1
:
SetOperation
(
c85704698
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -14,6 +15,7 @@ function c85704698.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
0x1c0
+
TIMING_MAIN_END
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCost
(
c85704698
.
syncost
)
e2
:
SetTarget
(
c85704698
.
syntg
)
...
...
c90452877.lua
View file @
d743c01c
...
...
@@ -5,6 +5,7 @@ function c90452877.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_DESTROY
+
CATEGORY_REMOVE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1e0
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCountLimit
(
1
,
90452877
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetTarget
(
c90452877
.
destg
)
...
...
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