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
65c5ab04
Commit
65c5ab04
authored
Apr 15, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
96080a9f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
c16197610.lua
c16197610.lua
+1
-1
c17810268.lua
c17810268.lua
+1
-1
c20003527.lua
c20003527.lua
+1
-1
c25920413.lua
c25920413.lua
+2
-2
c43318266.lua
c43318266.lua
+1
-1
c79703905.lua
c79703905.lua
+1
-1
No files found.
c16197610.lua
View file @
65c5ab04
...
@@ -42,7 +42,7 @@ end
...
@@ -42,7 +42,7 @@ end
function
c16197610
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c16197610
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
local
ct
=
Duel
.
GetMatchingGroupCount
(
c16197610
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
c16197610
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
e
:
GetHandler
():
AddCounter
(
0x1019
,
ct
)
e
:
GetHandler
():
AddCounter
(
COUNTER_NEED_ENABLE
+
0x1019
,
ct
)
end
end
end
end
function
c16197610
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c16197610
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c17810268.lua
View file @
65c5ab04
...
@@ -43,7 +43,7 @@ end
...
@@ -43,7 +43,7 @@ end
function
c17810268
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c17810268
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
local
ct
=
Duel
.
GetMatchingGroupCount
(
c17810268
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
c17810268
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
e
:
GetHandler
():
AddCounter
(
0x1019
,
ct
)
e
:
GetHandler
():
AddCounter
(
COUNTER_NEED_ENABLE
+
0x1019
,
ct
)
end
end
end
end
function
c17810268
.
descost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c17810268
.
descost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c20003527.lua
View file @
65c5ab04
...
@@ -76,7 +76,7 @@ function c20003527.addcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -76,7 +76,7 @@ function c20003527.addcon(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c20003527
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c20003527
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
e
:
GetHandler
():
AddCounter
(
0x1019
,
e
:
GetLabelObject
():
GetLabel
())
e
:
GetHandler
():
AddCounter
(
COUNTER_NEED_ENABLE
+
0x1019
,
e
:
GetLabelObject
():
GetLabel
())
end
end
end
end
function
c20003527
.
atkval
(
e
,
c
)
function
c20003527
.
atkval
(
e
,
c
)
...
...
c25920413.lua
View file @
65c5ab04
...
@@ -15,7 +15,7 @@ function c25920413.initial_effect(c)
...
@@ -15,7 +15,7 @@ function c25920413.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
25920413
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
25920413
,
0
))
e2
:
SetCategory
(
CATEGORY_COUNTER
)
e2
:
SetCategory
(
CATEGORY_COUNTER
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_
TRIGGER_F
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_
CONTINUOUS
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCondition
(
c25920413
.
ctcon
)
e2
:
SetCondition
(
c25920413
.
ctcon
)
e2
:
SetOperation
(
c25920413
.
ctop
)
e2
:
SetOperation
(
c25920413
.
ctop
)
...
@@ -64,7 +64,7 @@ end
...
@@ -64,7 +64,7 @@ end
function
c25920413
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c25920413
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
if
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
c
:
AddCounter
(
0x100e
,
1
)
c
:
AddCounter
(
COUNTER_NEED_ENABLE
+
0x100e
,
1
)
end
end
end
end
function
c25920413
.
adcon
(
e
)
function
c25920413
.
adcon
(
e
)
...
...
c43318266.lua
View file @
65c5ab04
...
@@ -43,7 +43,7 @@ end
...
@@ -43,7 +43,7 @@ end
function
c43318266
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c43318266
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
local
ct
=
Duel
.
GetMatchingGroupCount
(
c43318266
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
c43318266
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
e
:
GetHandler
():
AddCounter
(
0x1019
,
ct
)
e
:
GetHandler
():
AddCounter
(
COUNTER_NEED_ENABLE
+
0x1019
,
ct
)
end
end
end
end
function
c43318266
.
descost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c43318266
.
descost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c79703905.lua
View file @
65c5ab04
...
@@ -42,7 +42,7 @@ end
...
@@ -42,7 +42,7 @@ end
function
c79703905
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c79703905
.
addc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
local
ct
=
Duel
.
GetMatchingGroupCount
(
c79703905
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
c79703905
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
e
:
GetHandler
():
AddCounter
(
0x1019
,
ct
)
e
:
GetHandler
():
AddCounter
(
COUNTER_NEED_ENABLE
+
0x1019
,
ct
)
end
end
end
end
function
c79703905
.
hdcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c79703905
.
hdcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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