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
7bb1e3ac
Commit
7bb1e3ac
authored
Sep 19, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/pack-other' into master
parents
f162cd68
ca1fa52d
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 @
7bb1e3ac
...
...
@@ -102,4 +102,4 @@ function s.sumop2(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e3
,
true
)
end
end
end
\ No newline at end of file
end
c26857786.lua
View file @
7bb1e3ac
...
...
@@ -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
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c28736826.lua
View file @
7bb1e3ac
...
...
@@ -21,4 +21,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
c
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c28958464.lua
View file @
7bb1e3ac
...
...
@@ -41,4 +41,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
end
Duel
.
SpecialSummonComplete
()
end
\ No newline at end of file
end
c53008933.lua
View file @
7bb1e3ac
...
...
@@ -71,4 +71,4 @@ function s.atkcon(e)
end
function
s
.
atktg
(
e
,
c
)
return
c
~=
e
:
GetHandler
()
end
\ No newline at end of file
end
c53246495.lua
View file @
7bb1e3ac
...
...
@@ -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
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
c54120521.lua
View file @
7bb1e3ac
...
...
@@ -43,4 +43,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
if
not
e
:
GetHandler
():
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
nil
,
SEQ_DECKTOP
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c75892194.lua
View file @
7bb1e3ac
...
...
@@ -63,4 +63,4 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateEffect
(
ev
)
end
\ No newline at end of file
end
c80453041.lua
View file @
7bb1e3ac
...
...
@@ -71,4 +71,4 @@ function s.repop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c91337277.lua
View file @
7bb1e3ac
...
...
@@ -32,4 +32,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
10000
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
+
RESET_PHASE
+
PHASE_END
)
c
:
RegisterEffect
(
e1
)
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