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
6cfa5329
Commit
6cfa5329
authored
Jan 13, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add timing hint for Triamid monsters
parent
300104ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
c32912040.lua
c32912040.lua
+1
-0
c69529337.lua
c69529337.lua
+1
-0
c95923441.lua
c95923441.lua
+1
-0
No files found.
c32912040.lua
View file @
6cfa5329
...
...
@@ -20,6 +20,7 @@ function c32912040.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCondition
(
c32912040
.
condition
)
e2
:
SetTarget
(
c32912040
.
target
)
e2
:
SetOperation
(
c32912040
.
operation
)
...
...
c69529337.lua
View file @
6cfa5329
...
...
@@ -19,6 +19,7 @@ function c69529337.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCondition
(
c69529337
.
condition
)
e2
:
SetTarget
(
c69529337
.
target
)
e2
:
SetOperation
(
c69529337
.
operation
)
...
...
c95923441.lua
View file @
6cfa5329
...
...
@@ -18,6 +18,7 @@ function c95923441.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetCondition
(
c95923441
.
condition
)
e2
:
SetTarget
(
c95923441
.
target
)
e2
:
SetOperation
(
c95923441
.
operation
)
...
...
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