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
ca1fa52d
Commit
ca1fa52d
authored
Sep 18, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline
parent
abc903c2
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
c15735108.lua
c15735108.lua
+1
-1
c26857786.lua
c26857786.lua
+1
-1
c28736826.lua
c28736826.lua
+1
-1
c28958464.lua
c28958464.lua
+1
-1
c53008933.lua
c53008933.lua
+1
-1
c53246495.lua
c53246495.lua
+1
-1
c54120521.lua
c54120521.lua
+1
-1
c75892194.lua
c75892194.lua
+1
-1
c80453041.lua
c80453041.lua
+1
-1
c91337277.lua
c91337277.lua
+1
-1
No files found.
c15735108.lua
View file @
ca1fa52d
...
@@ -102,4 +102,4 @@ function s.sumop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -102,4 +102,4 @@ function s.sumop2(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e3
,
true
)
tc
:
RegisterEffect
(
e3
,
true
)
end
end
end
end
end
end
\ No newline at end of file
c26857786.lua
View file @
ca1fa52d
...
@@ -89,4 +89,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -89,4 +89,4 @@ function s.atkop2(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
c28736826.lua
View file @
ca1fa52d
...
@@ -21,4 +21,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -21,4 +21,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c28958464.lua
View file @
ca1fa52d
...
@@ -41,4 +41,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -41,4 +41,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
\ No newline at end of file
c53008933.lua
View file @
ca1fa52d
...
@@ -71,4 +71,4 @@ function s.atkcon(e)
...
@@ -71,4 +71,4 @@ function s.atkcon(e)
end
end
function
s
.
atktg
(
e
,
c
)
function
s
.
atktg
(
e
,
c
)
return
c
~=
e
:
GetHandler
()
return
c
~=
e
:
GetHandler
()
end
end
\ No newline at end of file
c53246495.lua
View file @
ca1fa52d
...
@@ -44,4 +44,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -44,4 +44,4 @@ function s.operation(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
c54120521.lua
View file @
ca1fa52d
...
@@ -43,4 +43,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,4 +43,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
if
not
e
:
GetHandler
():
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
if
not
e
:
GetHandler
():
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
nil
,
SEQ_DECKTOP
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
nil
,
SEQ_DECKTOP
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c75892194.lua
View file @
ca1fa52d
...
@@ -63,4 +63,4 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -63,4 +63,4 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateEffect
(
ev
)
Duel
.
NegateEffect
(
ev
)
end
end
\ No newline at end of file
c80453041.lua
View file @
ca1fa52d
...
@@ -71,4 +71,4 @@ function s.repop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,4 +71,4 @@ function s.repop(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
c91337277.lua
View file @
ca1fa52d
...
@@ -32,4 +32,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -32,4 +32,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
10000
)
e1
:
SetValue
(
10000
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
+
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
+
RESET_PHASE
+
PHASE_END
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
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