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
c39e5484
Commit
c39e5484
authored
Sep 18, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline
parent
8965d79d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
c30453613.lua
c30453613.lua
+1
-1
c3055018.lua
c3055018.lua
+1
-1
c30676200.lua
c30676200.lua
+1
-1
c31398842.lua
c31398842.lua
+1
-1
c42510430.lua
c42510430.lua
+1
-1
c43633088.lua
c43633088.lua
+1
-1
c6116731.lua
c6116731.lua
+1
-1
c66848311.lua
c66848311.lua
+1
-1
c67660909.lua
c67660909.lua
+1
-1
c70843274.lua
c70843274.lua
+1
-1
c79627627.lua
c79627627.lua
+1
-1
No files found.
c30453613.lua
View file @
c39e5484
...
...
@@ -54,4 +54,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsRace
(
RACE_PYRO
)
and
c
:
IsLocation
(
LOCATION_DECK
+
LOCATION_EXTRA
)
end
\ No newline at end of file
end
c3055018.lua
View file @
c39e5484
...
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
ShuffleDeck
(
tp
)
end
end
\ No newline at end of file
end
c30676200.lua
View file @
c39e5484
...
...
@@ -65,4 +65,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
MoveToField
(
sc
,
tp
,
tp
,
LOCATION_FZONE
,
POS_FACEUP
,
true
)
end
end
\ No newline at end of file
end
c31398842.lua
View file @
c39e5484
...
...
@@ -70,4 +70,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
end
\ No newline at end of file
end
c42510430.lua
View file @
c39e5484
...
...
@@ -74,4 +74,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
e
:
GetLabelObject
()
if
not
tc
:
IsRelateToEffect
(
e
)
or
not
tc
:
IsPosition
(
POS_FACEUP
)
or
not
tc
:
IsType
(
TYPE_MONSTER
)
then
return
end
Duel
.
Damage
(
1
-
tp
,
tc
:
GetLevel
()
*
200
,
REASON_EFFECT
)
end
\ No newline at end of file
end
c43633088.lua
View file @
c39e5484
...
...
@@ -28,4 +28,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c6116731.lua
View file @
c39e5484
...
...
@@ -57,4 +57,4 @@ function s.posop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
Duel
.
ChangePosition
(
c
,
POS_FACEDOWN_DEFENSE
)
end
end
\ No newline at end of file
end
c66848311.lua
View file @
c39e5484
...
...
@@ -58,4 +58,4 @@ function s.controp(e,tp,eg,ep,ev,re,r,rp)
ac
:
RegisterEffect
(
e1
)
end
end
end
\ No newline at end of file
end
c67660909.lua
View file @
c39e5484
...
...
@@ -49,4 +49,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
\ No newline at end of file
end
c70843274.lua
View file @
c39e5484
...
...
@@ -71,4 +71,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
c79627627.lua
View file @
c39e5484
...
...
@@ -70,4 +70,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
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