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
a71f796b
Commit
a71f796b
authored
Jul 01, 2016
by
nekrozar
Committed by
salix5
Jul 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
errata W-Wing Catapult & fix Y-Dragon Head,Z-Metal Tank,Heavy Mech Support Platform (#471)
* errata * fix
parent
16540db6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
c23265594.lua
c23265594.lua
+0
-1
c64500000.lua
c64500000.lua
+0
-1
c65622692.lua
c65622692.lua
+0
-1
c96300057.lua
c96300057.lua
+4
-6
No files found.
c23265594.lua
View file @
a71f796b
...
...
@@ -25,7 +25,6 @@ function c23265594.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_EQUIP
)
e3
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e3
:
SetValue
(
500
)
e3
:
SetCondition
(
c23265594
.
uncon
)
c
:
RegisterEffect
(
e3
)
--Def up
local
e4
=
Effect
.
CreateEffect
(
c
)
...
...
c64500000.lua
View file @
a71f796b
...
...
@@ -25,7 +25,6 @@ function c64500000.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_EQUIP
)
e3
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e3
:
SetValue
(
600
)
e3
:
SetCondition
(
c64500000
.
uncon
)
c
:
RegisterEffect
(
e3
)
--Def up
local
e4
=
Effect
.
CreateEffect
(
c
)
...
...
c65622692.lua
View file @
a71f796b
...
...
@@ -31,7 +31,6 @@ function c65622692.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_EQUIP
)
e4
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
e4
:
SetValue
(
400
)
e4
:
SetCondition
(
c65622692
.
uncon
)
c
:
RegisterEffect
(
e4
)
--destroy sub
local
e5
=
Effect
.
CreateEffect
(
c
)
...
...
c96300057.lua
View file @
a71f796b
...
...
@@ -25,14 +25,12 @@ function c96300057.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_EQUIP
)
e3
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e3
:
SetValue
(
400
)
e3
:
SetCondition
(
c96300057
.
uncon
)
c
:
RegisterEffect
(
e3
)
--Def up
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_EQUIP
)
e4
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
e4
:
SetValue
(
400
)
e4
:
SetCondition
(
c96300057
.
uncon
)
c
:
RegisterEffect
(
e4
)
--destroy sub
local
e5
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -54,13 +52,13 @@ function c96300057.uncon(e)
return
e
:
GetHandler
():
IsStatus
(
STATUS_UNION
)
end
function
c96300057
.
repval
(
e
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
return
bit
.
band
(
r
,
REASON_BATTLE
+
REASON_EFFECT
)
~=
0
end
function
c96300057
.
eqlimit
(
e
,
c
)
return
c
:
IsCode
(
51638941
)
return
c
:
IsCode
(
51638941
)
or
e
:
GetHandler
():
GetEquipTarget
()
==
c
end
function
c96300057
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
51638941
)
and
c
:
GetUnionCount
()
==
0
return
c
:
IsFaceup
()
and
c
:
IsCode
(
51638941
)
end
function
c96300057
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
c96300057
.
filter
(
chkc
)
end
...
...
@@ -91,7 +89,7 @@ end
function
c96300057
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
_ATTACK
)
==
0
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
if
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
==
0
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
)
then
Duel
.
SendtoGrave
(
c
,
REASON_RULE
)
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