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
4d4e1e72
Commit
4d4e1e72
authored
Jan 30, 2022
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add newline
parent
d31bd272
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
25 additions
and
25 deletions
+25
-25
c17691568.lua
c17691568.lua
+1
-1
c18548966.lua
c18548966.lua
+1
-1
c19096726.lua
c19096726.lua
+1
-1
c19942835.lua
c19942835.lua
+1
-1
c20934852.lua
c20934852.lua
+1
-1
c24070330.lua
c24070330.lua
+1
-1
c26631975.lua
c26631975.lua
+1
-1
c32335697.lua
c32335697.lua
+1
-1
c35098357.lua
c35098357.lua
+1
-1
c35311929.lua
c35311929.lua
+1
-1
c36114945.lua
c36114945.lua
+1
-1
c38192988.lua
c38192988.lua
+1
-1
c43210483.lua
c43210483.lua
+1
-1
c43685562.lua
c43685562.lua
+1
-1
c45154513.lua
c45154513.lua
+1
-1
c45337544.lua
c45337544.lua
+1
-1
c48832775.lua
c48832775.lua
+1
-1
c50642380.lua
c50642380.lua
+1
-1
c58308221.lua
c58308221.lua
+1
-1
c65187687.lua
c65187687.lua
+1
-1
c70070211.lua
c70070211.lua
+1
-1
c81192859.lua
c81192859.lua
+1
-1
c82735249.lua
c82735249.lua
+1
-1
c87116749.lua
c87116749.lua
+1
-1
c98881700.lua
c98881700.lua
+1
-1
No files found.
c17691568.lua
View file @
4d4e1e72
...
@@ -84,4 +84,4 @@ function c17691568.limop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -84,4 +84,4 @@ function c17691568.limop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c17691568
.
tgval
(
e
,
re
,
rp
)
function
c17691568
.
tgval
(
e
,
re
,
rp
)
return
rp
==
1
-
e
:
GetOwnerPlayer
()
return
rp
==
1
-
e
:
GetOwnerPlayer
()
end
end
\ No newline at end of file
c18548966.lua
View file @
4d4e1e72
...
@@ -92,4 +92,4 @@ function c18548966.rvop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -92,4 +92,4 @@ function c18548966.rvop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
\ No newline at end of file
c19096726.lua
View file @
4d4e1e72
...
@@ -59,4 +59,4 @@ function c19096726.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -59,4 +59,4 @@ function c19096726.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c19942835.lua
View file @
4d4e1e72
...
@@ -68,4 +68,4 @@ function c19942835.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -68,4 +68,4 @@ function c19942835.setop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
LOCATION_REMOVED
)
e1
:
SetValue
(
LOCATION_REMOVED
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c20934852.lua
View file @
4d4e1e72
...
@@ -85,4 +85,4 @@ function c20934852.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,4 +85,4 @@ function c20934852.disop(e,tp,eg,ep,ev,re,r,rp)
if
tc
and
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
then
if
tc
and
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
then
Duel
.
NegateEffect
(
ev
)
Duel
.
NegateEffect
(
ev
)
end
end
end
end
\ No newline at end of file
c24070330.lua
View file @
4d4e1e72
...
@@ -117,4 +117,4 @@ function c24070330.penop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -117,4 +117,4 @@ function c24070330.penop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
MoveToField
(
c
,
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
c
,
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
true
)
end
end
end
end
\ No newline at end of file
c26631975.lua
View file @
4d4e1e72
...
@@ -114,4 +114,4 @@ end
...
@@ -114,4 +114,4 @@ end
function
c26631975
.
damval1
(
e
,
re
,
val
,
r
,
rp
,
rc
)
function
c26631975
.
damval1
(
e
,
re
,
val
,
r
,
rp
,
rc
)
if
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
rp
==
1
-
e
:
GetOwnerPlayer
()
then
return
0
if
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
rp
==
1
-
e
:
GetOwnerPlayer
()
then
return
0
else
return
val
end
else
return
val
end
end
end
\ No newline at end of file
c32335697.lua
View file @
4d4e1e72
...
@@ -74,4 +74,4 @@ function c32335697.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -74,4 +74,4 @@ function c32335697.setop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
LOCATION_REMOVED
)
e1
:
SetValue
(
LOCATION_REMOVED
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c35098357.lua
View file @
4d4e1e72
...
@@ -104,4 +104,4 @@ function c35098357.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -104,4 +104,4 @@ function c35098357.thop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c35311929.lua
View file @
4d4e1e72
...
@@ -74,4 +74,4 @@ function c35311929.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -74,4 +74,4 @@ function c35311929.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
+
REASON_REPLACE
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
+
REASON_REPLACE
)
return
true
return
true
else
return
false
end
else
return
false
end
end
end
\ No newline at end of file
c36114945.lua
View file @
4d4e1e72
...
@@ -68,4 +68,4 @@ function c36114945.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -68,4 +68,4 @@ function c36114945.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
c38192988.lua
View file @
4d4e1e72
...
@@ -69,4 +69,4 @@ function c38192988.rvop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -69,4 +69,4 @@ function c38192988.rvop(e,tp,eg,ep,ev,re,r,rp)
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
e
:
GetHandler
(),
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
e
:
GetHandler
(),
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
c43210483.lua
View file @
4d4e1e72
...
@@ -87,4 +87,4 @@ function c43210483.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -87,4 +87,4 @@ function c43210483.thop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c43685562.lua
View file @
4d4e1e72
...
@@ -43,4 +43,4 @@ function c43685562.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,4 +43,4 @@ function c43685562.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Recover
(
tp
,
tc
:
GetBaseAttack
(),
REASON_EFFECT
)
Duel
.
Recover
(
tp
,
tc
:
GetBaseAttack
(),
REASON_EFFECT
)
end
end
end
end
end
end
\ No newline at end of file
c45154513.lua
View file @
4d4e1e72
...
@@ -57,4 +57,4 @@ function c45154513.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -57,4 +57,4 @@ function c45154513.spop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
-
1
)
e1
:
SetValue
(
-
1
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c45337544.lua
View file @
4d4e1e72
...
@@ -56,4 +56,4 @@ function c45337544.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -56,4 +56,4 @@ function c45337544.thop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c48832775.lua
View file @
4d4e1e72
...
@@ -93,4 +93,4 @@ function c48832775.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -93,4 +93,4 @@ function c48832775.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
c50642380.lua
View file @
4d4e1e72
...
@@ -67,4 +67,4 @@ end
...
@@ -67,4 +67,4 @@ end
function
c50642380
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c50642380
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Draw
(
p
,
d
,
REASON_EFFECT
)
Duel
.
Draw
(
p
,
d
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c58308221.lua
View file @
4d4e1e72
...
@@ -22,4 +22,4 @@ function c58308221.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -22,4 +22,4 @@ function c58308221.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c58308221
.
pendvalue
(
e
,
c
)
function
c58308221
.
pendvalue
(
e
,
c
)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
\ No newline at end of file
c65187687.lua
View file @
4d4e1e72
...
@@ -79,4 +79,4 @@ function c65187687.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -79,4 +79,4 @@ function c65187687.disop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
end
end
end
end
\ No newline at end of file
c70070211.lua
View file @
4d4e1e72
...
@@ -31,4 +31,4 @@ function c70070211.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -31,4 +31,4 @@ function c70070211.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c81192859.lua
View file @
4d4e1e72
...
@@ -67,4 +67,4 @@ function c81192859.limop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -67,4 +67,4 @@ function c81192859.limop(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
c82735249.lua
View file @
4d4e1e72
...
@@ -87,4 +87,4 @@ function c82735249.thop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -87,4 +87,4 @@ function c82735249.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c87116749.lua
View file @
4d4e1e72
...
@@ -44,4 +44,4 @@ end
...
@@ -44,4 +44,4 @@ end
function
c87116749
.
indct
(
e
,
re
,
r
,
rp
)
function
c87116749
.
indct
(
e
,
re
,
r
,
rp
)
local
a
,
d
=
Duel
.
GetBattleMonster
(
tp
)
local
a
,
d
=
Duel
.
GetBattleMonster
(
tp
)
return
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
d
and
d
:
IsType
(
TYPE_EFFECT
)
return
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
d
and
d
:
IsType
(
TYPE_EFFECT
)
end
end
\ No newline at end of file
c98881700.lua
View file @
4d4e1e72
...
@@ -73,4 +73,4 @@ function c98881700.xyzlv(e,c,rc)
...
@@ -73,4 +73,4 @@ function c98881700.xyzlv(e,c,rc)
else
else
return
c
:
GetLevel
()
return
c
:
GetLevel
()
end
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