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
2c45db84
You need to sign in or sign up before continuing.
Commit
2c45db84
authored
Mar 11, 2022
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update left shift
parent
b875fd36
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
c29253591.lua
c29253591.lua
+1
-1
c29888389.lua
c29888389.lua
+1
-1
c34334692.lua
c34334692.lua
+1
-1
c4632019.lua
c4632019.lua
+1
-1
c47106439.lua
c47106439.lua
+1
-1
c90307777.lua
c90307777.lua
+1
-1
No files found.
c29253591.lua
View file @
2c45db84
...
...
@@ -30,7 +30,7 @@ function c29253591.synlimit(e,c)
end
function
c29253591
.
slevel
(
e
,
c
)
local
lv
=
e
:
GetHandler
():
GetLevel
()
return
4
<<
16
+
lv
return
(
4
<<
16
)
+
lv
end
function
c29253591
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
c29888389.lua
View file @
2c45db84
...
...
@@ -21,7 +21,7 @@ function c29888389.rlevel(e,c)
local
lv
=
e
:
GetHandler
():
GetLevel
()
if
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
then
local
clv
=
c
:
GetLevel
()
return
lv
<<
16
+
clv
return
(
lv
<<
16
)
+
clv
else
return
lv
end
end
function
c29888389
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c34334692.lua
View file @
2c45db84
...
...
@@ -11,6 +11,6 @@ function c34334692.rlevel(e,c)
local
lv
=
e
:
GetHandler
():
GetLevel
()
if
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
then
local
clv
=
c
:
GetLevel
()
return
lv
<<
16
+
clv
return
(
lv
<<
16
)
+
clv
else
return
lv
end
end
c4632019.lua
View file @
2c45db84
...
...
@@ -19,7 +19,7 @@ function c4632019.initial_effect(c)
end
function
c4632019
.
synclv
(
e
,
c
)
local
lv
=
e
:
GetHandler
():
GetLevel
()
return
8
<<
16
+
lv
return
(
8
<<
16
)
+
lv
end
function
c4632019
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_SYNCHRO
...
...
c47106439.lua
View file @
2c45db84
...
...
@@ -21,7 +21,7 @@ function c47106439.rlevel(e,c)
local
lv
=
e
:
GetHandler
():
GetLevel
()
if
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
then
local
clv
=
c
:
GetLevel
()
return
lv
<<
16
+
clv
return
(
lv
<<
16
)
+
clv
else
return
lv
end
end
function
c47106439
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c90307777.lua
View file @
2c45db84
...
...
@@ -23,7 +23,7 @@ function c90307777.rlevel(e,c)
local
lv
=
e
:
GetHandler
():
GetLevel
()
if
c
:
IsSetCard
(
0xb4
)
then
local
clv
=
c
:
GetLevel
()
return
lv
<<
16
+
clv
return
(
lv
<<
16
)
+
clv
else
return
lv
end
end
function
c90307777
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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