Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
REIKAI
ygopro
Commits
f34d2a9e
Commit
f34d2a9e
authored
Oct 19, 2014
by
woodee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add hint timing
parent
93a3605e
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
1 deletion
+11
-1
script/c11556339.lua
script/c11556339.lua
+1
-0
script/c12678870.lua
script/c12678870.lua
+1
-0
script/c20036055.lua
script/c20036055.lua
+1
-0
script/c21143940.lua
script/c21143940.lua
+1
-0
script/c38296564.lua
script/c38296564.lua
+1
-0
script/c48063985.lua
script/c48063985.lua
+1
-0
script/c75457624.lua
script/c75457624.lua
+1
-0
script/c82140600.lua
script/c82140600.lua
+1
-0
script/c86274272.lua
script/c86274272.lua
+1
-0
script/c9765723.lua
script/c9765723.lua
+2
-1
No files found.
script/c11556339.lua
View file @
f34d2a9e
...
@@ -5,6 +5,7 @@ function c11556339.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c11556339.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1c0
)
e1
:
SetCondition
(
c11556339
.
condition
)
e1
:
SetCondition
(
c11556339
.
condition
)
e1
:
SetTarget
(
c11556339
.
target
)
e1
:
SetTarget
(
c11556339
.
target
)
e1
:
SetOperation
(
c11556339
.
activate
)
e1
:
SetOperation
(
c11556339
.
activate
)
...
...
script/c12678870.lua
View file @
f34d2a9e
...
@@ -32,6 +32,7 @@ function c12678870.initial_effect(c)
...
@@ -32,6 +32,7 @@ function c12678870.initial_effect(c)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCost
(
c12678870
.
spcost
)
e4
:
SetCost
(
c12678870
.
spcost
)
e4
:
SetTarget
(
c12678870
.
sptg
)
e4
:
SetTarget
(
c12678870
.
sptg
)
...
...
script/c20036055.lua
View file @
f34d2a9e
...
@@ -5,6 +5,7 @@ function c20036055.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c20036055.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCountLimit
(
1
,
20036055
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
20036055
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetTarget
(
c20036055
.
sptg
)
e1
:
SetTarget
(
c20036055
.
sptg
)
...
...
script/c21143940.lua
View file @
f34d2a9e
...
@@ -6,6 +6,7 @@ function c21143940.initial_effect(c)
...
@@ -6,6 +6,7 @@ function c21143940.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetTarget
(
c21143940
.
target
)
e1
:
SetTarget
(
c21143940
.
target
)
e1
:
SetOperation
(
c21143940
.
activate
)
e1
:
SetOperation
(
c21143940
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
script/c38296564.lua
View file @
f34d2a9e
...
@@ -4,6 +4,7 @@ function c38296564.initial_effect(c)
...
@@ -4,6 +4,7 @@ function c38296564.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1e0
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetTarget
(
c38296564
.
target
)
e1
:
SetTarget
(
c38296564
.
target
)
e1
:
SetOperation
(
c38296564
.
operation
)
e1
:
SetOperation
(
c38296564
.
operation
)
...
...
script/c48063985.lua
View file @
f34d2a9e
...
@@ -35,6 +35,7 @@ function c48063985.initial_effect(c)
...
@@ -35,6 +35,7 @@ function c48063985.initial_effect(c)
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCost
(
c48063985
.
spcost
)
e4
:
SetCost
(
c48063985
.
spcost
)
...
...
script/c75457624.lua
View file @
f34d2a9e
...
@@ -5,6 +5,7 @@ function c75457624.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c75457624.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetCost
(
c75457624
.
cost
)
e1
:
SetCost
(
c75457624
.
cost
)
e1
:
SetTarget
(
c75457624
.
target
)
e1
:
SetTarget
(
c75457624
.
target
)
e1
:
SetOperation
(
c75457624
.
activate
)
e1
:
SetOperation
(
c75457624
.
activate
)
...
...
script/c82140600.lua
View file @
f34d2a9e
...
@@ -5,6 +5,7 @@ function c82140600.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c82140600.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_REMOVE
+
CATEGORY_DESTROY
)
e1
:
SetCategory
(
CATEGORY_REMOVE
+
CATEGORY_DESTROY
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1c0
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetTarget
(
c82140600
.
target
)
e1
:
SetTarget
(
c82140600
.
target
)
e1
:
SetOperation
(
c82140600
.
activate
)
e1
:
SetOperation
(
c82140600
.
activate
)
...
...
script/c86274272.lua
View file @
f34d2a9e
...
@@ -30,6 +30,7 @@ function c86274272.initial_effect(c)
...
@@ -30,6 +30,7 @@ function c86274272.initial_effect(c)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCost
(
c86274272
.
spcost
)
e4
:
SetCost
(
c86274272
.
spcost
)
e4
:
SetTarget
(
c86274272
.
sptg
)
e4
:
SetTarget
(
c86274272
.
sptg
)
...
...
script/c9765723.lua
View file @
f34d2a9e
...
@@ -5,7 +5,7 @@ function c9765723.initial_effect(c)
...
@@ -5,7 +5,7 @@ function c9765723.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetHintTiming
(
0
,
TIMING_DAMAGE_STEP
)
e1
:
SetHintTiming
(
0
,
0
,
0x1c0
+
TIMING_DAMAGE_STEP
)
e1
:
SetCondition
(
c9765723
.
condition
)
e1
:
SetCondition
(
c9765723
.
condition
)
e1
:
SetTarget
(
c9765723
.
target
)
e1
:
SetTarget
(
c9765723
.
target
)
e1
:
SetOperation
(
c9765723
.
operation
)
e1
:
SetOperation
(
c9765723
.
operation
)
...
@@ -17,6 +17,7 @@ function c9765723.initial_effect(c)
...
@@ -17,6 +17,7 @@ function c9765723.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
0x1c0
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
,
9765723
)
e2
:
SetCountLimit
(
1
,
9765723
)
e2
:
SetCost
(
c9765723
.
descost
)
e2
:
SetCost
(
c9765723
.
descost
)
...
...
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