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
0c6bf0dc
Commit
0c6bf0dc
authored
Jun 03, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline at EOF
parent
cfeb8773
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
21 additions
and
21 deletions
+21
-21
c1410324.lua
c1410324.lua
+1
-1
c18294799.lua
c18294799.lua
+1
-1
c2133971.lua
c2133971.lua
+1
-1
c298846.lua
c298846.lua
+1
-1
c33744268.lua
c33744268.lua
+1
-1
c37405032.lua
c37405032.lua
+1
-1
c37683441.lua
c37683441.lua
+1
-1
c38527680.lua
c38527680.lua
+1
-1
c44466810.lua
c44466810.lua
+1
-1
c44698398.lua
c44698398.lua
+1
-1
c45710945.lua
c45710945.lua
+1
-1
c46789706.lua
c46789706.lua
+1
-1
c63181559.lua
c63181559.lua
+1
-1
c6355563.lua
c6355563.lua
+1
-1
c64804137.lua
c64804137.lua
+1
-1
c70860415.lua
c70860415.lua
+1
-1
c71083002.lua
c71083002.lua
+1
-1
c72705654.lua
c72705654.lua
+1
-1
c7477101.lua
c7477101.lua
+1
-1
c75748977.lua
c75748977.lua
+1
-1
c99176254.lua
c99176254.lua
+1
-1
No files found.
c1410324.lua
View file @
0c6bf0dc
...
@@ -57,4 +57,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -57,4 +57,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c18294799.lua
View file @
0c6bf0dc
...
@@ -72,4 +72,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -72,4 +72,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
\ No newline at end of file
c2133971.lua
View file @
0c6bf0dc
...
@@ -81,4 +81,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,4 +81,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
c298846.lua
View file @
0c6bf0dc
...
@@ -52,4 +52,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -52,4 +52,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Damage
(
1
-
tp
,
tc
:
GetBaseAttack
(),
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
tc
:
GetBaseAttack
(),
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c33744268.lua
View file @
0c6bf0dc
...
@@ -57,4 +57,4 @@ function s.splimit(e,c)
...
@@ -57,4 +57,4 @@ function s.splimit(e,c)
end
end
function
s
.
eqlimit
(
e
,
c
)
function
s
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
return
c
==
e
:
GetLabelObject
()
end
end
\ No newline at end of file
c37405032.lua
View file @
0c6bf0dc
...
@@ -66,4 +66,4 @@ function s.cfop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,4 +66,4 @@ function s.cfop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
tp
,
cg
)
Duel
.
ConfirmCards
(
tp
,
cg
)
Duel
.
ShuffleHand
(
1
-
tp
)
Duel
.
ShuffleHand
(
1
-
tp
)
end
end
end
end
\ No newline at end of file
c37683441.lua
View file @
0c6bf0dc
...
@@ -94,4 +94,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -94,4 +94,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
and
tc
:
IsRelateToEffect
(
e
)
then
if
tc
and
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c38527680.lua
View file @
0c6bf0dc
...
@@ -133,4 +133,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -133,4 +133,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Summon
(
tp
,
tc
,
true
,
nil
)
Duel
.
Summon
(
tp
,
tc
,
true
,
nil
)
end
end
end
end
\ No newline at end of file
c44466810.lua
View file @
0c6bf0dc
...
@@ -75,4 +75,4 @@ end
...
@@ -75,4 +75,4 @@ end
function
s
.
tdop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
tdop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
tdfilter
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
tdfilter
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c44698398.lua
View file @
0c6bf0dc
...
@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
end
end
\ No newline at end of file
c45710945.lua
View file @
0c6bf0dc
...
@@ -88,4 +88,4 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -88,4 +88,4 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
and
at
:
IsRelateToBattle
()
then
if
c
:
IsRelateToEffect
(
e
)
and
at
:
IsRelateToBattle
()
then
Duel
.
Overlay
(
at
,
Group
.
FromCards
(
c
))
Duel
.
Overlay
(
at
,
Group
.
FromCards
(
c
))
end
end
end
end
\ No newline at end of file
c46789706.lua
View file @
0c6bf0dc
...
@@ -74,4 +74,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -74,4 +74,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
eqlimit
(
e
,
c
)
function
s
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
return
c
==
e
:
GetLabelObject
()
end
end
\ No newline at end of file
c63181559.lua
View file @
0c6bf0dc
...
@@ -135,4 +135,4 @@ function s.csbop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -135,4 +135,4 @@ function s.csbop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
lklimit
(
e
,
c
)
function
s
.
lklimit
(
e
,
c
)
return
c
~=
e
:
GetHandler
()
return
c
~=
e
:
GetHandler
()
end
end
\ No newline at end of file
c6355563.lua
View file @
0c6bf0dc
...
@@ -57,4 +57,4 @@ function s.splimit(e,c)
...
@@ -57,4 +57,4 @@ function s.splimit(e,c)
end
end
function
s
.
eqlimit
(
e
,
c
)
function
s
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
return
c
==
e
:
GetLabelObject
()
end
end
\ No newline at end of file
c64804137.lua
View file @
0c6bf0dc
...
@@ -82,4 +82,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -82,4 +82,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c70860415.lua
View file @
0c6bf0dc
...
@@ -70,4 +70,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,4 +70,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
\ No newline at end of file
c71083002.lua
View file @
0c6bf0dc
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
end
end
\ No newline at end of file
c72705654.lua
View file @
0c6bf0dc
...
@@ -99,4 +99,4 @@ function s.matop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -99,4 +99,4 @@ function s.matop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
and
tc
:
IsRelateToEffect
(
e
)
and
not
tc
:
IsImmuneToEffect
(
e
)
then
if
c
:
IsRelateToEffect
(
e
)
and
tc
:
IsRelateToEffect
(
e
)
and
not
tc
:
IsImmuneToEffect
(
e
)
then
Duel
.
Overlay
(
tc
,
Group
.
FromCards
(
c
))
Duel
.
Overlay
(
tc
,
Group
.
FromCards
(
c
))
end
end
end
end
\ No newline at end of file
c7477101.lua
View file @
0c6bf0dc
...
@@ -56,4 +56,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -56,4 +56,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
\ No newline at end of file
c75748977.lua
View file @
0c6bf0dc
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
mg
:
SelectSubGroup
(
tp
,
aux
.
TRUE
,
false
,
1
,
ft
)
local
g
=
mg
:
SelectSubGroup
(
tp
,
aux
.
TRUE
,
false
,
1
,
ft
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
c99176254.lua
View file @
0c6bf0dc
...
@@ -90,4 +90,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -90,4 +90,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
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