Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Nanahira-Cards
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
nanahira
Nanahira-Cards
Commits
6a96b030
Commit
6a96b030
authored
Dec 24, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
804275c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
expansions/script/c37564547.lua
expansions/script/c37564547.lua
+6
-2
No files found.
expansions/script/c37564547.lua
View file @
6a96b030
...
@@ -59,7 +59,11 @@ function cm.matfilter1(c,syncard)
...
@@ -59,7 +59,11 @@ function cm.matfilter1(c,syncard)
return
(
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsFaceup
())
and
c
:
IsSynchroType
(
TYPE_TUNER
)
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
return
(
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsFaceup
())
and
c
:
IsSynchroType
(
TYPE_TUNER
)
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
end
end
function
cm
.
matfilter2
(
c
,
syncard
)
function
cm
.
matfilter2
(
c
,
syncard
)
return
(
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsFaceup
())
and
c
:
IsSynchroType
(
TYPE_PENDULUM
)
and
c
:
IsNotTuner
()
and
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
return
(
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsFaceup
())
and
c
:
IsSynchroType
(
TYPE_PENDULUM
)
and
c
:
IsNotTuner
(
syncard
)
and
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
end
end
function
cm
.
matfilter3
(
c
,
syncard
)
function
cm
.
matfilter3
(
c
,
syncard
)
return
c
:
IsFaceup
()
and
c
:
IsSynchroType
(
TYPE_TUNER
)
and
c
:
IsCode
(
37564765
)
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
return
c
:
IsFaceup
()
and
c
:
IsSynchroType
(
TYPE_TUNER
)
and
c
:
IsCode
(
37564765
)
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
...
@@ -182,4 +186,4 @@ function cm.hdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -182,4 +186,4 @@ function cm.hdop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
g
:
RandomSelect
(
tp
,
1
)
local
sg
=
g
:
RandomSelect
(
tp
,
1
)
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
)
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
)
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