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
6887bba7
Commit
6887bba7
authored
Jul 19, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pendulum activate
parent
a74690ef
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
c17330916.lua
c17330916.lua
+1
-0
c20409757.lua
c20409757.lua
+1
-0
c43785278.lua
c43785278.lua
+1
-0
c67808837.lua
c67808837.lua
+1
-0
c97466438.lua
c97466438.lua
+1
-0
utility.lua
utility.lua
+1
-0
No files found.
c17330916.lua
View file @
6887bba7
...
@@ -7,6 +7,7 @@ function c17330916.initial_effect(c)
...
@@ -7,6 +7,7 @@ function c17330916.initial_effect(c)
e1
:
SetDescription
(
1160
)
e1
:
SetDescription
(
1160
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCost
(
c17330916
.
reg
)
e1
:
SetCost
(
c17330916
.
reg
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--scale
--scale
...
...
c20409757.lua
View file @
6887bba7
...
@@ -7,6 +7,7 @@ function c20409757.initial_effect(c)
...
@@ -7,6 +7,7 @@ function c20409757.initial_effect(c)
e1
:
SetDescription
(
1160
)
e1
:
SetDescription
(
1160
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCondition
(
c20409757
.
condition
)
e1
:
SetCondition
(
c20409757
.
condition
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--actlimit
--actlimit
...
...
c43785278.lua
View file @
6887bba7
...
@@ -7,6 +7,7 @@ function c43785278.initial_effect(c)
...
@@ -7,6 +7,7 @@ function c43785278.initial_effect(c)
e1
:
SetDescription
(
1160
)
e1
:
SetDescription
(
1160
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCost
(
c43785278
.
reg
)
e1
:
SetCost
(
c43785278
.
reg
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--destroy
--destroy
...
...
c67808837.lua
View file @
6887bba7
...
@@ -6,6 +6,7 @@ function c67808837.initial_effect(c)
...
@@ -6,6 +6,7 @@ function c67808837.initial_effect(c)
e1
:
SetDescription
(
1160
)
e1
:
SetDescription
(
1160
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCost
(
c67808837
.
reg
)
e1
:
SetCost
(
c67808837
.
reg
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--tohand
--tohand
...
...
c97466438.lua
View file @
6887bba7
...
@@ -7,6 +7,7 @@ function c97466438.initial_effect(c)
...
@@ -7,6 +7,7 @@ function c97466438.initial_effect(c)
e1
:
SetDescription
(
1160
)
e1
:
SetDescription
(
1160
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCost
(
c97466438
.
reg
)
e1
:
SetCost
(
c97466438
.
reg
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--
--
...
...
utility.lua
View file @
6887bba7
...
@@ -1511,6 +1511,7 @@ function Auxiliary.EnablePendulumAttribute(c,reg)
...
@@ -1511,6 +1511,7 @@ function Auxiliary.EnablePendulumAttribute(c,reg)
e2
:
SetDescription
(
1160
)
e2
:
SetDescription
(
1160
)
e2
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e2
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_HAND
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
end
end
...
...
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