Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
Ai
ygopro-222DIY-cards
Commits
f3fa9c6c
Commit
f3fa9c6c
authored
Feb 02, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdnmd
parent
3cb5edfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
expansions/script/c31300000.lua
expansions/script/c31300000.lua
+1
-5
No files found.
expansions/script/c31300000.lua
View file @
f3fa9c6c
...
...
@@ -4,7 +4,7 @@ local cm = _G["c"..m]
function
cm
.
initial_effect
(
c
)
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFun
Rep2
(
c
,
cm
.
ffilter
,
2
,
63
,
true
)
aux
.
AddFusionProcFun
FunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionType
,
TYPE_TUNER
),
cm
.
tfilter
,
1
,
99
,
true
,
true
)
--cannot spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -52,10 +52,6 @@ function cm.initial_effect(c)
e5
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e5
)
end
function
cm
.
ffilter
(
c
,
fc
,
sub
,
mg
,
sg
)
if
not
sg
or
#
sg
==
1
then
return
true
end
return
sg
:
IsExists
(
Card
.
IsFusionType
,
1
,
nil
,
TYPE_TUNER
)
and
sg
:
IsExists
(
cm
.
tfilter
,
1
,
nil
)
end
function
cm
.
tfilter
(
c
)
return
not
c
:
IsFusionType
(
TYPE_TUNER
)
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