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
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
MyCard
ygopro-scripts
Commits
4140688d
Commit
4140688d
authored
Nov 12, 2015
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove setcode 0x104
parent
d400e877
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
c11901678.lua
c11901678.lua
+1
-0
c45349196.lua
c45349196.lua
+1
-0
c6172122.lua
c6172122.lua
+1
-1
c90660762.lua
c90660762.lua
+1
-0
No files found.
c11901678.lua
View file @
4140688d
...
@@ -4,3 +4,4 @@ function c11901678.initial_effect(c)
...
@@ -4,3 +4,4 @@ function c11901678.initial_effect(c)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddFusionProcCode2
(
c
,
70781052
,
74677422
,
true
,
true
)
aux
.
AddFusionProcCode2
(
c
,
70781052
,
74677422
,
true
,
true
)
end
end
c11901678
.
material_setcode
=
0x3b
c45349196.lua
View file @
4140688d
...
@@ -27,6 +27,7 @@ function c45349196.initial_effect(c)
...
@@ -27,6 +27,7 @@ function c45349196.initial_effect(c)
e2
:
SetOperation
(
c45349196
.
damop
)
e2
:
SetOperation
(
c45349196
.
damop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c45349196
.
material_setcode
=
0x3b
function
c45349196
.
mfilter1
(
c
)
function
c45349196
.
mfilter1
(
c
)
return
c
:
IsSetCard
(
0x45
)
and
c
:
IsType
(
TYPE_NORMAL
)
and
c
:
GetLevel
()
==
6
return
c
:
IsSetCard
(
0x45
)
and
c
:
IsType
(
TYPE_NORMAL
)
and
c
:
GetLevel
()
==
6
end
end
...
...
c6172122.lua
View file @
4140688d
...
@@ -33,7 +33,7 @@ function c6172122.filter1(c,e)
...
@@ -33,7 +33,7 @@ function c6172122.filter1(c,e)
return
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToGrave
()
and
not
c
:
IsImmuneToEffect
(
e
)
return
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToGrave
()
and
not
c
:
IsImmuneToEffect
(
e
)
end
end
function
c6172122
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
function
c6172122
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x104
)
and
(
not
f
or
f
(
c
))
return
c
:
IsType
(
TYPE_FUSION
)
and
aux
.
IsMaterialListSetCard
(
c
,
0x3b
)
and
(
not
f
or
f
(
c
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
end
end
function
c6172122
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c6172122
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c90660762.lua
View file @
4140688d
...
@@ -4,3 +4,4 @@ function c90660762.initial_effect(c)
...
@@ -4,3 +4,4 @@ function c90660762.initial_effect(c)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddFusionProcCode2
(
c
,
74677422
,
64271667
,
true
,
true
)
aux
.
AddFusionProcCode2
(
c
,
74677422
,
64271667
,
true
,
true
)
end
end
c90660762
.
material_setcode
=
0x3b
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