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
57d8182d
Commit
57d8182d
authored
Nov 12, 2015
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove setcode 0x102
parent
c5cb71d7
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
2 deletions
+8
-2
c12071500.lua
c12071500.lua
+1
-1
c13293158.lua
c13293158.lua
+1
-0
c21947653.lua
c21947653.lua
+1
-0
c22160245.lua
c22160245.lua
+2
-1
c50282757.lua
c50282757.lua
+1
-0
c58332301.lua
c58332301.lua
+1
-0
c86676862.lua
c86676862.lua
+1
-0
No files found.
c12071500.lua
View file @
57d8182d
...
@@ -16,7 +16,7 @@ function c12071500.filter1(c,e)
...
@@ -16,7 +16,7 @@ function c12071500.filter1(c,e)
return
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToRemove
()
and
not
c
:
IsImmuneToEffect
(
e
)
return
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToRemove
()
and
not
c
:
IsImmuneToEffect
(
e
)
end
end
function
c12071500
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
function
c12071500
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x102
)
and
(
not
f
or
f
(
c
))
return
c
:
IsType
(
TYPE_FUSION
)
and
c
.
dark_calling
and
(
not
f
or
f
(
c
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
+
0x10
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
+
0x10
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
end
end
function
c12071500
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c12071500
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c13293158.lua
View file @
57d8182d
...
@@ -27,6 +27,7 @@ function c13293158.initial_effect(c)
...
@@ -27,6 +27,7 @@ function c13293158.initial_effect(c)
e3
:
SetOperation
(
c13293158
.
activate
)
e3
:
SetOperation
(
c13293158
.
activate
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c13293158
.
dark_calling
=
true
function
c13293158
.
splimit
(
e
,
se
,
sp
,
st
)
function
c13293158
.
splimit
(
e
,
se
,
sp
,
st
)
return
st
==
SUMMON_TYPE_FUSION
+
0x10
return
st
==
SUMMON_TYPE_FUSION
+
0x10
end
end
...
...
c21947653.lua
View file @
57d8182d
...
@@ -22,6 +22,7 @@ function c21947653.initial_effect(c)
...
@@ -22,6 +22,7 @@ function c21947653.initial_effect(c)
e2
:
SetOperation
(
c21947653
.
operation
)
e2
:
SetOperation
(
c21947653
.
operation
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c21947653
.
dark_calling
=
true
function
c21947653
.
splimit
(
e
,
se
,
sp
,
st
)
function
c21947653
.
splimit
(
e
,
se
,
sp
,
st
)
return
st
==
SUMMON_TYPE_FUSION
+
0x10
return
st
==
SUMMON_TYPE_FUSION
+
0x10
end
end
...
...
c22160245.lua
View file @
57d8182d
...
@@ -10,7 +10,7 @@ function c22160245.initial_effect(c)
...
@@ -10,7 +10,7 @@ function c22160245.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e1
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e1
:
SetValue
(
c22160245
.
splimit
)
e1
:
SetValue
(
c22160245
.
splimit
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--damage
--damage
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
22160245
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
22160245
,
0
))
e2
:
SetCategory
(
CATEGORY_DAMAGE
)
e2
:
SetCategory
(
CATEGORY_DAMAGE
)
...
@@ -27,6 +27,7 @@ function c22160245.initial_effect(c)
...
@@ -27,6 +27,7 @@ function c22160245.initial_effect(c)
e3
:
SetCode
(
EFFECT_PIERCE
)
e3
:
SetCode
(
EFFECT_PIERCE
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c22160245
.
dark_calling
=
true
function
c22160245
.
splimit
(
e
,
se
,
sp
,
st
)
function
c22160245
.
splimit
(
e
,
se
,
sp
,
st
)
return
st
==
SUMMON_TYPE_FUSION
+
0x10
return
st
==
SUMMON_TYPE_FUSION
+
0x10
end
end
...
...
c50282757.lua
View file @
57d8182d
...
@@ -32,6 +32,7 @@ function c50282757.initial_effect(c)
...
@@ -32,6 +32,7 @@ function c50282757.initial_effect(c)
e3
:
SetValue
(
c50282757
.
indesval
)
e3
:
SetValue
(
c50282757
.
indesval
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c50282757
.
dark_calling
=
true
function
c50282757
.
splimit
(
e
,
se
,
sp
,
st
)
function
c50282757
.
splimit
(
e
,
se
,
sp
,
st
)
return
st
==
SUMMON_TYPE_FUSION
+
0x10
return
st
==
SUMMON_TYPE_FUSION
+
0x10
end
end
...
...
c58332301.lua
View file @
57d8182d
...
@@ -26,6 +26,7 @@ function c58332301.initial_effect(c)
...
@@ -26,6 +26,7 @@ function c58332301.initial_effect(c)
e3
:
SetOperation
(
c58332301
.
posop
)
e3
:
SetOperation
(
c58332301
.
posop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c58332301
.
dark_calling
=
true
function
c58332301
.
splimit
(
e
,
se
,
sp
,
st
)
function
c58332301
.
splimit
(
e
,
se
,
sp
,
st
)
return
st
==
SUMMON_TYPE_FUSION
+
0x10
return
st
==
SUMMON_TYPE_FUSION
+
0x10
end
end
...
...
c86676862.lua
View file @
57d8182d
...
@@ -35,6 +35,7 @@ function c86676862.initial_effect(c)
...
@@ -35,6 +35,7 @@ function c86676862.initial_effect(c)
e5
:
SetValue
(
aux
.
imval1
)
e5
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e5
)
c
:
RegisterEffect
(
e5
)
end
end
c86676862
.
dark_calling
=
true
function
c86676862
.
splimit
(
e
,
se
,
sp
,
st
)
function
c86676862
.
splimit
(
e
,
se
,
sp
,
st
)
return
st
==
SUMMON_TYPE_FUSION
+
0x10
return
st
==
SUMMON_TYPE_FUSION
+
0x10
end
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