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
76bbc9bf
Commit
76bbc9bf
authored
Apr 06, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timing hint
parent
4fc8a692
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
c20590515.lua
c20590515.lua
+1
-0
c20612097.lua
c20612097.lua
+2
-0
c67007102.lua
c67007102.lua
+1
-0
c93191801.lua
c93191801.lua
+1
-0
c94224458.lua
c94224458.lua
+1
-0
No files found.
c20590515.lua
View file @
76bbc9bf
...
...
@@ -7,6 +7,7 @@ function c20590515.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
20590515
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e1
:
SetTarget
(
c20590515
.
target
)
e1
:
SetOperation
(
c20590515
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c20612097.lua
View file @
76bbc9bf
...
...
@@ -7,6 +7,7 @@ function c20612097.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
20612097
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c20612097
.
target
)
e1
:
SetOperation
(
c20612097
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -17,6 +18,7 @@ function c20612097.initial_effect(c)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCountLimit
(
1
,
20612097
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCost
(
aux
.
bfgcost
)
e2
:
SetTarget
(
c20612097
.
settg
)
e2
:
SetOperation
(
c20612097
.
setop
)
...
...
c67007102.lua
View file @
76bbc9bf
...
...
@@ -7,6 +7,7 @@ function c67007102.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
67007102
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c67007102
.
target
)
e1
:
SetOperation
(
c67007102
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c93191801.lua
View file @
76bbc9bf
...
...
@@ -7,6 +7,7 @@ function c93191801.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
93191801
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c93191801
.
target
)
e1
:
SetOperation
(
c93191801
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
c94224458.lua
View file @
76bbc9bf
...
...
@@ -7,6 +7,7 @@ function c94224458.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
94224458
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c94224458
.
target
)
e1
:
SetOperation
(
c94224458
.
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