Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
Reinen
ygopro-scripts
Commits
c7a6e0b8
Commit
c7a6e0b8
authored
Aug 12, 2017
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
64cff0e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
c30010480.lua
c30010480.lua
+9
-1
c65100616.lua
c65100616.lua
+1
-1
No files found.
c30010480.lua
View file @
c7a6e0b8
...
...
@@ -32,7 +32,15 @@ function c30010480.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c30010480
.
sumval
(
e
,
c
)
return
e
:
GetHandler
():
GetLinkedZone
()
*
0x10000
if
c
:
IsControler
(
e
:
GetHandlerPlayer
())
then
local
sumzone
=
e
:
GetHandler
():
GetLinkedZone
()
local
relzone
=-
bit
.
lshift
(
1
,
e
:
GetHandler
():
GetSequence
())
return
0
,
sumzone
,
relzone
else
local
sumzone
=
bit
.
rshift
(
e
:
GetHandler
():
GetLinkedZone
(),
16
)
local
relzone
=-
bit
.
lshift
(
1
,
e
:
GetHandler
():
GetSequence
()
+
16
)
return
0
,
sumzone
,
relzone
end
end
function
c30010480
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetHandler
():
GetLinkedGroup
()
...
...
c65100616.lua
View file @
c7a6e0b8
...
...
@@ -18,5 +18,5 @@ function c65100616.spcon(e,c)
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
,
tp
,
LOCATION_REASON_TOFIELD
,
zone
)
>
0
end
function
c65100616
.
spval
(
e
,
c
)
return
bit
.
lshift
(
Duel
.
GetLinkedZone
(
c
:
GetControler
()),
16
)
return
0
,
Duel
.
GetLinkedZone
(
c
:
GetControler
()
)
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