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
1516aaed
Commit
1516aaed
authored
May 15, 2018
by
dest
Committed by
mercury233
May 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update card list and material setcode (#1054)
parent
c25e39ec
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
1 deletion
+9
-1
c1546123.lua
c1546123.lua
+1
-0
c17655904.lua
c17655904.lua
+1
-0
c21082832.lua
c21082832.lua
+1
-1
c43845801.lua
c43845801.lua
+1
-0
c64599569.lua
c64599569.lua
+1
-0
c74157028.lua
c74157028.lua
+1
-0
c79229522.lua
c79229522.lua
+1
-0
c84058253.lua
c84058253.lua
+1
-0
c87116928.lua
c87116928.lua
+1
-0
No files found.
c1546123.lua
View file @
1516aaed
...
@@ -9,3 +9,4 @@ function c1546123.initial_effect(c)
...
@@ -9,3 +9,4 @@ function c1546123.initial_effect(c)
e2
:
SetCode
(
EFFECT_PIERCE
)
e2
:
SetCode
(
EFFECT_PIERCE
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c1546123
.
material_setcode
=
0x1093
c17655904.lua
View file @
1516aaed
...
@@ -12,6 +12,7 @@ function c17655904.initial_effect(c)
...
@@ -12,6 +12,7 @@ function c17655904.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
Duel
.
AddCustomActivityCounter
(
17655904
,
ACTIVITY_ATTACK
,
c17655904
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
17655904
,
ACTIVITY_ATTACK
,
c17655904
.
counterfilter
)
end
end
c17655904
.
card_code_list
=
{
89631139
}
function
c17655904
.
counterfilter
(
c
)
function
c17655904
.
counterfilter
(
c
)
return
not
c
:
IsCode
(
89631139
)
return
not
c
:
IsCode
(
89631139
)
end
end
...
...
c21082832.lua
View file @
1516aaed
...
@@ -9,7 +9,7 @@ function c21082832.initial_effect(c)
...
@@ -9,7 +9,7 @@ function c21082832.initial_effect(c)
e1
:
SetOperation
(
c21082832
.
activate
)
e1
:
SetOperation
(
c21082832
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c21082832
.
card_code_list
=
{
46986414
}
c21082832
.
card_code_list
=
{
46986414
,
89631139
}
function
c21082832
.
filter
(
c
,
e
,
tp
,
m1
,
m2
,
ft
)
function
c21082832
.
filter
(
c
,
e
,
tp
,
m1
,
m2
,
ft
)
if
not
c
:
IsSetCard
(
0xcf
)
or
bit
.
band
(
c
:
GetType
(),
0x81
)
~=
0x81
if
not
c
:
IsSetCard
(
0xcf
)
or
bit
.
band
(
c
:
GetType
(),
0x81
)
~=
0x81
or
not
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_RITUAL
,
tp
,
false
,
true
)
then
return
false
end
or
not
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_RITUAL
,
tp
,
false
,
true
)
then
return
false
end
...
...
c43845801.lua
View file @
1516aaed
...
@@ -10,6 +10,7 @@ function c43845801.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c43845801.initial_effect(c)
e1
:
SetOperation
(
c43845801
.
activate
)
e1
:
SetOperation
(
c43845801
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c43845801
.
card_code_list
=
{
23995346
}
function
c43845801
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c43845801
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsAbleToEnterBP
()
return
Duel
.
IsAbleToEnterBP
()
end
end
...
...
c64599569.lua
View file @
1516aaed
...
@@ -22,6 +22,7 @@ function c64599569.initial_effect(c)
...
@@ -22,6 +22,7 @@ function c64599569.initial_effect(c)
e4
:
SetOperation
(
c64599569
.
tgop
)
e4
:
SetOperation
(
c64599569
.
tgop
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
c64599569
.
material_setcode
=
0x1093
function
c64599569
.
sucop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c64599569
.
sucop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c74157028.lua
View file @
1516aaed
...
@@ -10,3 +10,4 @@ function c74157028.initial_effect(c)
...
@@ -10,3 +10,4 @@ function c74157028.initial_effect(c)
e2
:
SetValue
(
1
)
e2
:
SetValue
(
1
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c74157028
.
material_setcode
=
0x1093
c79229522.lua
View file @
1516aaed
...
@@ -27,6 +27,7 @@ function c79229522.initial_effect(c)
...
@@ -27,6 +27,7 @@ function c79229522.initial_effect(c)
e3
:
SetValue
(
1
)
e3
:
SetValue
(
1
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c79229522
.
material_setcode
=
0x1093
function
c79229522
.
splimit
(
e
,
se
,
sp
,
st
)
function
c79229522
.
splimit
(
e
,
se
,
sp
,
st
)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
end
...
...
c84058253.lua
View file @
1516aaed
...
@@ -23,6 +23,7 @@ function c84058253.initial_effect(c)
...
@@ -23,6 +23,7 @@ function c84058253.initial_effect(c)
e3
:
SetOperation
(
c84058253
.
tgop
)
e3
:
SetOperation
(
c84058253
.
tgop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c84058253
.
material_setcode
=
0x1093
function
c84058253
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c84058253
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_FUSION
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_FUSION
)
end
end
...
...
c87116928.lua
View file @
1516aaed
...
@@ -27,6 +27,7 @@ function c87116928.initial_effect(c)
...
@@ -27,6 +27,7 @@ function c87116928.initial_effect(c)
e3
:
SetValue
(
1
)
e3
:
SetValue
(
1
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c87116928
.
material_setcode
=
0x1093
function
c87116928
.
matfilter
(
c
)
function
c87116928
.
matfilter
(
c
)
return
c
:
GetSequence
()
>
4
return
c
:
GetSequence
()
>
4
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