Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
Vee4
ygopro-scripts-888
Commits
091fda26
Commit
091fda26
authored
Nov 20, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more minor format
parent
80eb3209
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
c2055403.lua
c2055403.lua
+0
-1
c22634473.lua
c22634473.lua
+0
-1
c32557233.lua
c32557233.lua
+0
-1
c33158448.lua
c33158448.lua
+0
-1
c35100834.lua
c35100834.lua
+0
-1
c47459126.lua
c47459126.lua
+0
-1
c78936551.lua
c78936551.lua
+0
-1
No files found.
c2055403.lua
View file @
091fda26
...
@@ -20,7 +20,6 @@ function c2055403.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -20,7 +20,6 @@ function c2055403.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetTargetCard
(
eg
)
Duel
.
SetTargetCard
(
eg
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
g
,
ct
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
g
,
ct
,
0
,
0
)
end
end
function
c2055403
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c2055403
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
eg
:
Filter
(
c2055403
.
filter
,
nil
,
tp
):
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
local
g
=
eg
:
Filter
(
c2055403
.
filter
,
nil
,
tp
):
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
...
...
c22634473.lua
View file @
091fda26
...
@@ -43,4 +43,3 @@ function c22634473.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,4 +43,3 @@ function c22634473.activate(e,tp,eg,ep,ev,re,r,rp)
tc
=
g
:
GetNext
()
tc
=
g
:
GetNext
()
end
end
end
end
c32557233.lua
View file @
091fda26
...
@@ -83,4 +83,3 @@ function c32557233.activate2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -83,4 +83,3 @@ function c32557233.activate2(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
c33158448.lua
View file @
091fda26
...
@@ -57,7 +57,6 @@ function c33158448.lvop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -57,7 +57,6 @@ function c33158448.lvop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
end
end
function
c33158448
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33158448
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
ep
==
tp
or
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
then
return
false
end
if
ep
==
tp
or
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
then
return
false
end
...
...
c35100834.lua
View file @
091fda26
...
@@ -51,7 +51,6 @@ end
...
@@ -51,7 +51,6 @@ end
function
c35100834
.
eqlimit
(
e
,
c
)
function
c35100834
.
eqlimit
(
e
,
c
)
return
e
:
GetOwner
()
==
c
return
e
:
GetOwner
()
==
c
end
end
function
c35100834
.
atkcon
(
e
)
function
c35100834
.
atkcon
(
e
)
return
e
:
GetHandler
():
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
SUMMON_VALUE_SELF
return
e
:
GetHandler
():
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
SUMMON_VALUE_SELF
end
end
...
...
c47459126.lua
View file @
091fda26
...
@@ -10,4 +10,3 @@ function c47459126.initial_effect(c)
...
@@ -10,4 +10,3 @@ function c47459126.initial_effect(c)
e1
:
SetValue
(
TYPE_TUNER
)
e1
:
SetValue
(
TYPE_TUNER
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c78936551.lua
View file @
091fda26
...
@@ -52,7 +52,6 @@ function c78936551.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -52,7 +52,6 @@ function c78936551.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
function
c78936551
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c78936551
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
and
not
c
:
IsSetCard
(
0x121
)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
and
not
c
:
IsSetCard
(
0x121
)
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