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
八宫一月
ygopro-scripts
Commits
30add956
Commit
30add956
authored
Jun 30, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix hand link
parent
22367cbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
c2347477.lua
c2347477.lua
+4
-1
c75130221.lua
c75130221.lua
+4
-3
No files found.
c2347477.lua
View file @
30add956
...
...
@@ -35,8 +35,11 @@ end
function
c2347477
.
mfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsRace
(
RACE_CYBERSE
)
end
function
c2347477
.
exmfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_HAND
)
and
c
:
IsCode
(
2347477
)
end
function
c2347477
.
matval
(
e
,
c
,
mg
)
return
c
:
IsSetCard
(
0x101
)
and
mg
:
IsExists
(
c2347477
.
mfilter
,
1
,
nil
)
return
c
:
IsSetCard
(
0x101
)
and
mg
:
IsExists
(
c2347477
.
mfilter
,
1
,
nil
)
and
not
mg
:
IsExists
(
c2347477
.
exmfilter
,
1
,
nil
)
end
function
c2347477
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_HAND
)
...
...
c75130221.lua
View file @
30add956
--コード・ラジエーター
--Code Radiator
--Script by nekrozar
function
c75130221
.
initial_effect
(
c
)
--hand link
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -37,8 +35,11 @@ end
function
c75130221
.
mfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsRace
(
RACE_CYBERSE
)
end
function
c75130221
.
exmfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_HAND
)
and
c
:
IsCode
(
75130221
)
end
function
c75130221
.
matval
(
e
,
c
,
mg
)
return
c
:
IsSetCard
(
0x101
)
and
mg
:
IsExists
(
c75130221
.
mfilter
,
1
,
nil
)
return
c
:
IsSetCard
(
0x101
)
and
mg
:
IsExists
(
c75130221
.
mfilter
,
1
,
nil
)
and
not
mg
:
IsExists
(
c75130221
.
exmfilter
,
1
,
nil
)
end
function
c75130221
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_HAND
)
...
...
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