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
YGOPRO-520DIY
ygopro
Commits
0d836ec8
Commit
0d836ec8
authored
Apr 24, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
93424740
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
script/c2095764.lua
script/c2095764.lua
+2
-1
script/c30106950.lua
script/c30106950.lua
+2
-1
script/c35089369.lua
script/c35089369.lua
+2
-1
script/c66500065.lua
script/c66500065.lua
+2
-1
No files found.
script/c2095764.lua
View file @
0d836ec8
...
@@ -15,8 +15,9 @@ function c2095764.initial_effect(c)
...
@@ -15,8 +15,9 @@ function c2095764.initial_effect(c)
--synchro effect
--synchro effect
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_
ACTIVATE
)
e2
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetCondition
(
c2095764
.
sccon
)
e2
:
SetCondition
(
c2095764
.
sccon
)
e2
:
SetTarget
(
c2095764
.
sctg
)
e2
:
SetTarget
(
c2095764
.
sctg
)
...
...
script/c30106950.lua
View file @
0d836ec8
...
@@ -15,8 +15,9 @@ function c30106950.initial_effect(c)
...
@@ -15,8 +15,9 @@ function c30106950.initial_effect(c)
--synchro effect
--synchro effect
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_
ACTIVATE
)
e2
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetCondition
(
c30106950
.
sccon
)
e2
:
SetCondition
(
c30106950
.
sccon
)
e2
:
SetTarget
(
c30106950
.
sctg
)
e2
:
SetTarget
(
c30106950
.
sctg
)
...
...
script/c35089369.lua
View file @
0d836ec8
...
@@ -15,8 +15,9 @@ function c35089369.initial_effect(c)
...
@@ -15,8 +15,9 @@ function c35089369.initial_effect(c)
--synchro effect
--synchro effect
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_
ACTIVATE
)
e2
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetCondition
(
c35089369
.
sccon
)
e2
:
SetCondition
(
c35089369
.
sccon
)
e2
:
SetTarget
(
c35089369
.
sctg
)
e2
:
SetTarget
(
c35089369
.
sctg
)
...
...
script/c66500065.lua
View file @
0d836ec8
...
@@ -15,8 +15,9 @@ function c66500065.initial_effect(c)
...
@@ -15,8 +15,9 @@ function c66500065.initial_effect(c)
--synchro effect
--synchro effect
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_
ACTIVATE
)
e2
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetHintTiming
(
0
,
TIMING_BATTLE_START
+
TIMING_BATTLE_END
)
e2
:
SetCondition
(
c66500065
.
sccon
)
e2
:
SetCondition
(
c66500065
.
sccon
)
e2
:
SetTarget
(
c66500065
.
sctg
)
e2
:
SetTarget
(
c66500065
.
sctg
)
...
...
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