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
99af5eaa
Commit
99af5eaa
authored
Sep 30, 2016
by
nekrozar
Committed by
DailyShana
Sep 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Angel O7, Ancient Gear (#592)
parent
95a86666
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
6 deletions
+11
-6
c44874522.lua
c44874522.lua
+1
-0
c50933533.lua
c50933533.lua
+4
-3
c56784842.lua
c56784842.lua
+1
-0
c81269231.lua
c81269231.lua
+1
-0
c86321248.lua
c86321248.lua
+4
-3
No files found.
c44874522.lua
View file @
99af5eaa
...
...
@@ -9,6 +9,7 @@ function c44874522.initial_effect(c)
--summon success
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCondition
(
c44874522
.
regcon
)
e2
:
SetOperation
(
c44874522
.
regop
)
...
...
c50933533.lua
View file @
99af5eaa
...
...
@@ -9,6 +9,7 @@ function c50933533.initial_effect(c)
--summon success
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCondition
(
c50933533
.
regcon
)
e2
:
SetOperation
(
c50933533
.
regop
)
...
...
@@ -55,7 +56,7 @@ function c50933533.regop(e,tp,eg,ep,ev,re,r,rp)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_PIERCE
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
f
0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
e
0000
)
c
:
RegisterEffect
(
e1
)
end
if
bit
.
band
(
flag
,
0x2
)
~=
0
then
...
...
@@ -68,7 +69,7 @@ function c50933533.regop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCondition
(
c50933533
.
damcon1
)
e1
:
SetTarget
(
c50933533
.
damtg1
)
e1
:
SetOperation
(
c50933533
.
damop
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
f
0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
e
0000
)
c
:
RegisterEffect
(
e1
)
end
if
bit
.
band
(
flag
,
0x4
)
~=
0
then
...
...
@@ -80,7 +81,7 @@ function c50933533.regop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EVENT_BATTLE_DESTROYING
)
e1
:
SetTarget
(
c50933533
.
damtg2
)
e1
:
SetOperation
(
c50933533
.
damop
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
f
0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
e
0000
)
c
:
RegisterEffect
(
e1
)
end
end
...
...
c56784842.lua
View file @
99af5eaa
...
...
@@ -3,6 +3,7 @@ function c56784842.initial_effect(c)
--act limit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetOperation
(
c56784842
.
regop
)
c
:
RegisterEffect
(
e1
)
...
...
c81269231.lua
View file @
99af5eaa
...
...
@@ -9,6 +9,7 @@ function c81269231.initial_effect(c)
--summon success
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCondition
(
c81269231
.
regcon
)
e2
:
SetOperation
(
c81269231
.
regop
)
...
...
c86321248.lua
View file @
99af5eaa
...
...
@@ -9,6 +9,7 @@ function c86321248.initial_effect(c)
--summon success
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCondition
(
c86321248
.
regcon
)
e2
:
SetOperation
(
c86321248
.
regop
)
...
...
@@ -40,7 +41,7 @@ function c86321248.regop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetValue
(
300
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
f
0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
e
0000
)
c
:
RegisterEffect
(
e1
)
end
if
bit
.
band
(
flag
,
0x2
)
~=
0
then
...
...
@@ -53,7 +54,7 @@ function c86321248.regop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCondition
(
c86321248
.
damcon1
)
e1
:
SetTarget
(
c86321248
.
damtg1
)
e1
:
SetOperation
(
c86321248
.
damop
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
f
0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
e
0000
)
c
:
RegisterEffect
(
e1
)
end
if
bit
.
band
(
flag
,
0x4
)
~=
0
then
...
...
@@ -64,7 +65,7 @@ function c86321248.regop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EVENT_BATTLE_DESTROYING
)
e1
:
SetTarget
(
c86321248
.
damtg2
)
e1
:
SetOperation
(
c86321248
.
damop
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
f
0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1f
e
0000
)
c
:
RegisterEffect
(
e1
)
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