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
47e6fc47
Commit
47e6fc47
authored
Sep 01, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add hint timing: close #101 #567
parent
73c4e5cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
c37192109.lua
c37192109.lua
+1
-1
c494922.lua
c494922.lua
+1
-0
c54241725.lua
c54241725.lua
+2
-0
c79844764.lua
c79844764.lua
+1
-0
No files found.
c37192109.lua
View file @
47e6fc47
...
...
@@ -11,7 +11,7 @@ function c37192109.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1e0
)
e1
:
SetHintTiming
(
0
,
0x1e0
+
TIMING_END_PHASE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetTarget
(
c37192109
.
rmtg
)
e1
:
SetOperation
(
c37192109
.
rmop
)
...
...
c494922.lua
View file @
47e6fc47
...
...
@@ -17,6 +17,7 @@ function c494922.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCondition
(
c494922
.
setcon
)
e2
:
SetTarget
(
c494922
.
settg
)
e2
:
SetOperation
(
c494922
.
setop
)
...
...
c54241725.lua
View file @
47e6fc47
...
...
@@ -15,6 +15,7 @@ function c54241725.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCost
(
c54241725
.
drcost
)
e2
:
SetTarget
(
c54241725
.
drtg
)
e2
:
SetOperation
(
c54241725
.
drop
)
...
...
@@ -27,6 +28,7 @@ function c54241725.initial_effect(c)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetRange
(
LOCATION_GRAVE
)
e3
:
SetCountLimit
(
1
,
54241725
)
e3
:
SetHintTiming
(
0
,
TIMING_MAIN_END
+
TIMING_END_PHASE
)
e3
:
SetCost
(
c54241725
.
spcost
)
e3
:
SetTarget
(
c54241725
.
sptg
)
e3
:
SetOperation
(
c54241725
.
spop
)
...
...
c79844764.lua
View file @
47e6fc47
...
...
@@ -5,6 +5,7 @@ function c79844764.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
79844764
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e1
:
SetCost
(
c79844764
.
cost
)
e1
:
SetOperation
(
c79844764
.
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