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
a787434e
Commit
a787434e
authored
Sep 18, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline
parent
446a5c85
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
c1047075.lua
c1047075.lua
+1
-1
c324483.lua
c324483.lua
+1
-1
c36319131.lua
c36319131.lua
+1
-1
c37531679.lua
c37531679.lua
+1
-1
c62091148.lua
c62091148.lua
+1
-1
c73714736.lua
c73714736.lua
+1
-1
c73936388.lua
c73936388.lua
+1
-1
c8080257.lua
c8080257.lua
+1
-1
No files found.
c1047075.lua
View file @
a787434e
...
...
@@ -56,4 +56,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
c324483.lua
View file @
a787434e
...
...
@@ -99,4 +99,4 @@ function s.desop3(e,tp,eg,ep,ev,re,r,rp)
local
dg
=
g
:
Filter
(
s
.
desfilter
,
nil
,
e
:
GetLabel
())
g
:
DeleteGroup
()
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
end
\ No newline at end of file
end
c36319131.lua
View file @
a787434e
...
...
@@ -73,4 +73,4 @@ end
function
s
.
eqcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
qc
=
e
:
GetHandler
():
GetEquipTarget
()
return
(
qc
:
IsCode
(
45231177
)
or
aux
.
IsCodeListed
(
qc
,
45231177
))
end
\ No newline at end of file
end
c37531679.lua
View file @
a787434e
...
...
@@ -87,4 +87,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
\ No newline at end of file
end
c62091148.lua
View file @
a787434e
...
...
@@ -197,4 +197,4 @@ function s.fdfilter(c)
end
function
s
.
gdfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
()
or
c
:
IsLocation
(
LOCATION_GRAVE
)
end
\ No newline at end of file
end
c73714736.lua
View file @
a787434e
...
...
@@ -146,4 +146,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
atkfilter
(
e
,
c
)
return
e
:
GetLabel
()
~=
c
:
GetFieldID
()
end
\ No newline at end of file
end
c73936388.lua
View file @
a787434e
...
...
@@ -96,4 +96,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
c8080257.lua
View file @
a787434e
...
...
@@ -79,4 +79,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
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