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
1892fcaa
Commit
1892fcaa
authored
Sep 04, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline
parent
ae25ec39
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
31 additions
and
31 deletions
+31
-31
c20726052.lua
c20726052.lua
+1
-1
c20904475.lua
c20904475.lua
+1
-1
c21848500.lua
c21848500.lua
+1
-1
c28669235.lua
c28669235.lua
+1
-1
c29882827.lua
c29882827.lua
+1
-1
c32061192.lua
c32061192.lua
+1
-1
c33787730.lua
c33787730.lua
+1
-1
c34022970.lua
c34022970.lua
+1
-1
c34909328.lua
c34909328.lua
+1
-1
c35844557.lua
c35844557.lua
+1
-1
c55154344.lua
c55154344.lua
+1
-1
c55276522.lua
c55276522.lua
+1
-1
c56499179.lua
c56499179.lua
+1
-1
c57111661.lua
c57111661.lua
+1
-1
c60394026.lua
c60394026.lua
+1
-1
c61116514.lua
c61116514.lua
+1
-1
c6798031.lua
c6798031.lua
+1
-1
c68059897.lua
c68059897.lua
+1
-1
c68337209.lua
c68337209.lua
+1
-1
c69272449.lua
c69272449.lua
+1
-1
c72238166.lua
c72238166.lua
+1
-1
c7511613.lua
c7511613.lua
+1
-1
c81549048.lua
c81549048.lua
+1
-1
c82661630.lua
c82661630.lua
+1
-1
c8633261.lua
c8633261.lua
+1
-1
c87640391.lua
c87640391.lua
+1
-1
c92487128.lua
c92487128.lua
+1
-1
c93509766.lua
c93509766.lua
+1
-1
c94722358.lua
c94722358.lua
+1
-1
c95454996.lua
c95454996.lua
+1
-1
c96676583.lua
c96676583.lua
+1
-1
No files found.
c20726052.lua
View file @
1892fcaa
...
...
@@ -60,4 +60,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
end
\ No newline at end of file
end
c20904475.lua
View file @
1892fcaa
...
...
@@ -114,4 +114,4 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Draw
(
1
-
tp
,
oc
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
end
c21848500.lua
View file @
1892fcaa
...
...
@@ -84,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
)
end
Duel
.
SpecialSummonComplete
()
end
\ No newline at end of file
end
c28669235.lua
View file @
1892fcaa
...
...
@@ -84,4 +84,4 @@ end
function
s
.
eftg
(
e
,
c
)
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_SEASERPENT
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
end
\ No newline at end of file
end
c29882827.lua
View file @
1892fcaa
...
...
@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
#
g
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c32061192.lua
View file @
1892fcaa
...
...
@@ -88,4 +88,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
\ No newline at end of file
end
c33787730.lua
View file @
1892fcaa
...
...
@@ -98,4 +98,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
mg
:
SelectSubGroup
(
tp
,
s
.
gselect
,
false
,
1
,
mg
:
GetCount
(),
tg
:
GetFirst
())
Duel
.
XyzSummon
(
tp
,
tg
:
GetFirst
(),
sg
,
#
sg
,
#
sg
)
end
end
\ No newline at end of file
end
c34022970.lua
View file @
1892fcaa
...
...
@@ -78,4 +78,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
c34909328.lua
View file @
1892fcaa
...
...
@@ -89,4 +89,4 @@ end
function
s
.
desrepop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_EFFECT
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
end
\ No newline at end of file
end
c35844557.lua
View file @
1892fcaa
...
...
@@ -63,4 +63,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
c55154344.lua
View file @
1892fcaa
...
...
@@ -96,4 +96,4 @@ end
function
s
.
eftg
(
e
,
c
)
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_WYRM
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
end
\ No newline at end of file
end
c55276522.lua
View file @
1892fcaa
...
...
@@ -110,4 +110,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
\ No newline at end of file
end
c56499179.lua
View file @
1892fcaa
...
...
@@ -104,4 +104,4 @@ function s.thop2(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
c57111661.lua
View file @
1892fcaa
...
...
@@ -68,4 +68,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
,
co
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
end
\ No newline at end of file
end
c60394026.lua
View file @
1892fcaa
...
...
@@ -58,4 +58,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
atktg
(
e
,
c
)
return
not
(
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsRank
(
4
))
end
\ No newline at end of file
end
c61116514.lua
View file @
1892fcaa
...
...
@@ -90,4 +90,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_BATTLE
)
c
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c6798031.lua
View file @
1892fcaa
...
...
@@ -83,4 +83,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
4
))
end
end
end
\ No newline at end of file
end
c68059897.lua
View file @
1892fcaa
...
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
end
c68337209.lua
View file @
1892fcaa
...
...
@@ -62,4 +62,4 @@ function s.condition(e)
end
function
s
.
alimit
(
e
,
c
)
return
c
:
IsFacedown
()
or
not
(
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsSetCard
(
0x1bf
))
end
\ No newline at end of file
end
c69272449.lua
View file @
1892fcaa
...
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
\ No newline at end of file
end
c72238166.lua
View file @
1892fcaa
...
...
@@ -81,4 +81,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
end
Duel
.
SpecialSummonComplete
()
end
\ No newline at end of file
end
c7511613.lua
View file @
1892fcaa
...
...
@@ -81,4 +81,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
end
\ No newline at end of file
end
c81549048.lua
View file @
1892fcaa
...
...
@@ -90,4 +90,4 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
or
not
g
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_DECK
+
LOCATION_EXTRA
)
then
return
end
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
\ No newline at end of file
end
c82661630.lua
View file @
1892fcaa
...
...
@@ -80,4 +80,4 @@ end
function
s
.
eftg
(
e
,
c
)
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_DINOSAUR
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
end
\ No newline at end of file
end
c8633261.lua
View file @
1892fcaa
...
...
@@ -71,4 +71,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
c87640391.lua
View file @
1892fcaa
...
...
@@ -85,4 +85,4 @@ function s.xyzlv(e,c,rc)
else
return
c
:
GetLevel
()
end
end
\ No newline at end of file
end
c92487128.lua
View file @
1892fcaa
...
...
@@ -111,4 +111,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
\ No newline at end of file
end
c93509766.lua
View file @
1892fcaa
...
...
@@ -116,4 +116,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tg
:
GetCount
()
>
0
then
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c94722358.lua
View file @
1892fcaa
...
...
@@ -54,4 +54,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
end
\ No newline at end of file
end
c95454996.lua
View file @
1892fcaa
...
...
@@ -84,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c96676583.lua
View file @
1892fcaa
...
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
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