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
7eac1f37
Commit
7eac1f37
authored
Oct 07, 2015
by
独孤朲
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11 from mercury233/master
add timing hint for some Monarch cards
parents
a0f963e7
8223ac0d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
c18235309.lua
c18235309.lua
+1
-0
c54241725.lua
c54241725.lua
+1
-1
c79844764.lua
c79844764.lua
+1
-0
c96570609.lua
c96570609.lua
+1
-0
No files found.
c18235309.lua
View file @
7eac1f37
...
...
@@ -16,6 +16,7 @@ function c18235309.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetHintTiming
(
0
,
0x1c0
+
TIMING_MAIN_END
+
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCondition
(
c18235309
.
condition2
)
e3
:
SetTarget
(
c18235309
.
target2
)
...
...
c54241725.lua
View file @
7eac1f37
...
...
@@ -4,7 +4,7 @@ function c54241725.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_ATTACK
)
e1
:
SetHintTiming
(
0
,
TIMING_ATTACK
+
TIMING_END_PHASE
)
e1
:
SetTarget
(
c54241725
.
acttg
)
c
:
RegisterEffect
(
e1
)
--spsummon
...
...
c79844764.lua
View file @
7eac1f37
...
...
@@ -4,6 +4,7 @@ function c79844764.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_STANDBY_PHASE
)
e1
:
SetCountLimit
(
1
,
79844764
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCost
(
c79844764
.
cost
)
e1
:
SetOperation
(
c79844764
.
activate
)
...
...
c96570609.lua
View file @
7eac1f37
...
...
@@ -31,6 +31,7 @@ function c96570609.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetRange
(
LOCATION_HAND
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetHintTiming
(
0
,
0x1c0
+
TIMING_MAIN_END
)
e4
:
SetCountLimit
(
1
)
e4
:
SetCondition
(
c96570609
.
sumcon
)
e4
:
SetCost
(
c96570609
.
sumcost
)
...
...
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