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
3db27d77
Commit
3db27d77
authored
Oct 14, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline
parent
e001f856
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
c19299793.lua
c19299793.lua
+1
-1
c21291696.lua
c21291696.lua
+1
-1
c42427230.lua
c42427230.lua
+1
-1
c56741506.lua
c56741506.lua
+1
-1
c57964143.lua
c57964143.lua
+1
-1
c58680635.lua
c58680635.lua
+1
-1
c69802283.lua
c69802283.lua
+1
-1
c83962752.lua
c83962752.lua
+1
-1
c9107531.lua
c9107531.lua
+1
-1
c94185340.lua
c94185340.lua
+1
-1
c95207988.lua
c95207988.lua
+1
-1
No files found.
c19299793.lua
View file @
3db27d77
...
@@ -84,4 +84,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -84,4 +84,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c21291696.lua
View file @
3db27d77
...
@@ -83,4 +83,4 @@ function c21291696.lvop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -83,4 +83,4 @@ function c21291696.lvop(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
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c42427230.lua
View file @
3db27d77
...
@@ -99,4 +99,4 @@ function c42427230.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -99,4 +99,4 @@ function c42427230.desop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
~=
0
then
if
g
:
GetCount
()
~=
0
then
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c56741506.lua
View file @
3db27d77
...
@@ -88,4 +88,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -88,4 +88,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
c57964143.lua
View file @
3db27d77
...
@@ -135,4 +135,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -135,4 +135,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
c58680635.lua
View file @
3db27d77
...
@@ -71,4 +71,4 @@ function c58680635.drop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,4 +71,4 @@ function c58680635.drop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
end
end
end
end
\ No newline at end of file
c69802283.lua
View file @
3db27d77
...
@@ -79,4 +79,4 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -79,4 +79,4 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
negop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
negop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateAttack
()
Duel
.
NegateAttack
()
end
end
\ No newline at end of file
c83962752.lua
View file @
3db27d77
...
@@ -105,4 +105,4 @@ function c83962752.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -105,4 +105,4 @@ function c83962752.desop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c83962752
.
splimit
(
e
,
c
,
tp
,
sumtp
,
sumpos
)
function
c83962752
.
splimit
(
e
,
c
,
tp
,
sumtp
,
sumpos
)
return
bit
.
band
(
sumtp
,
SUMMON_TYPE_SYNCHRO
)
==
SUMMON_TYPE_SYNCHRO
return
bit
.
band
(
sumtp
,
SUMMON_TYPE_SYNCHRO
)
==
SUMMON_TYPE_SYNCHRO
end
end
\ No newline at end of file
c9107531.lua
View file @
3db27d77
...
@@ -77,4 +77,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -77,4 +77,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
tc
=
g
:
GetNext
()
tc
=
g
:
GetNext
()
end
end
end
end
\ No newline at end of file
c94185340.lua
View file @
3db27d77
...
@@ -49,4 +49,4 @@ function c94185340.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,4 +49,4 @@ function c94185340.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
end
end
\ No newline at end of file
c95207988.lua
View file @
3db27d77
...
@@ -77,4 +77,4 @@ end
...
@@ -77,4 +77,4 @@ end
function
c95207988
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c95207988
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
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