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
0
Merge Requests
0
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
Vee4
ygopro-scripts-888
Commits
2cdb351d
Commit
2cdb351d
authored
Dec 21, 2022
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline at eof
parent
eb078877
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
c46261704.lua
c46261704.lua
+1
-1
c46382143.lua
c46382143.lua
+1
-1
c48348921.lua
c48348921.lua
+1
-1
c51522296.lua
c51522296.lua
+1
-1
c73478096.lua
c73478096.lua
+1
-1
c85747929.lua
c85747929.lua
+1
-1
c863795.lua
c863795.lua
+1
-1
c8653757.lua
c8653757.lua
+1
-1
c897409.lua
c897409.lua
+1
-1
No files found.
c46261704.lua
View file @
2cdb351d
...
...
@@ -77,4 +77,4 @@ function c46261704.repval(e,c)
end
function
c46261704
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Remove
(
e
:
GetHandler
(),
POS_FACEUP
,
REASON_EFFECT
)
end
\ No newline at end of file
end
c46382143.lua
View file @
2cdb351d
...
...
@@ -37,4 +37,4 @@ function c46382143.activate(e,tp,eg,ep,ev,re,r,rp)
c
:
CancelToGrave
()
Duel
.
Overlay
(
tc
,
Group
.
FromCards
(
c
))
end
end
\ No newline at end of file
end
c48348921.lua
View file @
2cdb351d
...
...
@@ -70,4 +70,4 @@ end
function
c48348921
.
lv_or_rk
(
c
)
if
c
:
IsType
(
TYPE_XYZ
)
then
return
c
:
GetRank
()
else
return
c
:
GetLevel
()
end
end
\ No newline at end of file
end
c51522296.lua
View file @
2cdb351d
...
...
@@ -77,4 +77,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
elseif
sel
==
1
then
Duel
.
SendtoDeck
(
g
:
Filter
(
Card
.
IsAbleToExtra
,
nil
),
nil
,
SEQ_DECKSHUFFLE
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c73478096.lua
View file @
2cdb351d
...
...
@@ -52,4 +52,4 @@ function c73478096.sumop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsAttribute
,
ATTRIBUTE_LIGHT
))
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterFlagEffect
(
tp
,
73478096
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
\ No newline at end of file
end
c85747929.lua
View file @
2cdb351d
...
...
@@ -95,4 +95,4 @@ function c85747929.lvop(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
c863795.lua
View file @
2cdb351d
...
...
@@ -62,4 +62,4 @@ function c863795.lvop(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
c8653757.lua
View file @
2cdb351d
...
...
@@ -62,4 +62,4 @@ function c8653757.etop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTargetRange
(
0
,
1
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
\ No newline at end of file
end
c897409.lua
View file @
2cdb351d
...
...
@@ -85,4 +85,4 @@ function c897409.cfop(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
ShuffleExtra
(
1
-
tp
)
end
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