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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
495e8149
Commit
495e8149
authored
Oct 07, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/WPP5' into master
parents
0e9845a5
2008c090
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
18 additions
and
18 deletions
+18
-18
c10158145.lua
c10158145.lua
+1
-1
c12172567.lua
c12172567.lua
+1
-1
c16699558.lua
c16699558.lua
+1
-1
c17947697.lua
c17947697.lua
+1
-1
c42097666.lua
c42097666.lua
+1
-1
c43219114.lua
c43219114.lua
+1
-1
c48705086.lua
c48705086.lua
+1
-1
c54332792.lua
c54332792.lua
+1
-1
c63060238.lua
c63060238.lua
+1
-1
c64442155.lua
c64442155.lua
+1
-1
c72782945.lua
c72782945.lua
+4
-4
c80326401.lua
c80326401.lua
+1
-1
c8170654.lua
c8170654.lua
+1
-1
c89604813.lua
c89604813.lua
+1
-1
c93053159.lua
c93053159.lua
+1
-1
No files found.
c10158145.lua
View file @
495e8149
...
...
@@ -87,7 +87,7 @@ function c10158145.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c10158145
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
)
return
not
c
:
IsType
(
TYPE_LINK
)
return
c
:
GetOriginalType
()
&
TYPE_LINK
~=
TYPE_LINK
end
function
c10158145
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
e
:
GetHandler
():
IsPreviousControler
(
tp
)
...
...
c12172567.lua
View file @
495e8149
...
...
@@ -76,4 +76,4 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp)
if
a
:
IsRelateToEffect
(
e
)
and
b
:
IsRelateToEffect
(
e
)
then
Duel
.
SwapControl
(
a
,
b
)
end
end
\ No newline at end of file
end
c16699558.lua
View file @
495e8149
...
...
@@ -97,4 +97,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
end
Duel
.
SpecialSummonComplete
()
end
\ No newline at end of file
end
c17947697.lua
View file @
495e8149
...
...
@@ -99,4 +99,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c42097666.lua
View file @
495e8149
...
...
@@ -106,4 +106,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e3
)
end
Duel
.
SpecialSummonComplete
()
end
\ No newline at end of file
end
c43219114.lua
View file @
495e8149
...
...
@@ -56,4 +56,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
mfilter
(
c
,
e
,
tp
,
chk
)
return
(
not
chk
or
c
~=
e
:
GetHandler
())
and
c
:
IsCode
(
89631139
)
end
\ No newline at end of file
end
c48705086.lua
View file @
495e8149
...
...
@@ -58,4 +58,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
aux
.
NecroValleyFilter
()(
tc
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
\ No newline at end of file
end
c54332792.lua
View file @
495e8149
...
...
@@ -95,4 +95,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c63060238.lua
View file @
495e8149
...
...
@@ -87,5 +87,5 @@ function c63060238.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e5
,
tp
)
end
function
c63060238
.
splimit
(
e
,
c
,
tp
,
sumtp
,
sumpos
)
return
not
c
:
IsType
(
TYPE_FUSION
)
return
c
:
GetOriginalType
()
&
TYPE_FUSION
~=
TYPE_FUSION
end
c64442155.lua
View file @
495e8149
...
...
@@ -47,5 +47,5 @@ function c64442155.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
c64442155
.
splimit
(
e
,
c
)
return
c
:
GetType
()
&
0x81
~=
0x81
return
c
:
Get
Original
Type
()
&
0x81
~=
0x81
end
c72782945.lua
View file @
495e8149
...
...
@@ -66,9 +66,9 @@ function s.xop(e,tp,eg,ep,ev,re,r,rp)
if
not
c
:
IsRelateToEffect
(
e
)
or
not
c
:
IsLocation
(
LOCATION_ONFIELD
)
or
not
s
.
xyzfilter
(
c
,
tp
,
e
)
then
return
end
local
tc
=
Duel
.
GetFirstTarget
()
if
not
tc
:
IsRelateToEffect
(
e
)
or
tc
:
IsImmuneToEffect
(
e
)
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
s
.
xyzfilter
),
tp
,
LOCATION_MZONE
+
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
c
,
tp
,
e
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
xyzfilter
),
tp
,
LOCATION_MZONE
+
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
1
,
c
,
tp
,
e
)
if
g
:
GetCount
()
>
0
then
local
mg
=
Group
.
__add
(
c
,
g
:
Select
(
tp
,
1
,
1
,
c
))
if
mg
:
GetCount
()
==
2
then
Duel
.
Overlay
(
tc
,
mg
)
end
local
mg
=
c
+
g
Duel
.
Overlay
(
tc
,
mg
)
end
end
\ No newline at end of file
end
c80326401.lua
View file @
495e8149
...
...
@@ -96,4 +96,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
end
\ No newline at end of file
end
c8170654.lua
View file @
495e8149
...
...
@@ -70,4 +70,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetValue
(
atk
)
tc
:
RegisterEffect
(
e2
)
end
end
\ No newline at end of file
end
c89604813.lua
View file @
495e8149
...
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c93053159.lua
View file @
495e8149
...
...
@@ -146,4 +146,4 @@ end
function
s
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToGrave
,
tp
,
LOCATION_EXTRA
,
LOCATION_EXTRA
,
nil
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
\ No newline at end of file
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