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
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
八宫一月
ygopro-scripts
Commits
34ff9d0b
Commit
34ff9d0b
authored
Sep 16, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add card_code_list 12206212
parent
c3a8497c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
c12181376.lua
c12181376.lua
+1
-0
c63224564.lua
c63224564.lua
+1
-0
c75782277.lua
c75782277.lua
+1
-0
c86308219.lua
c86308219.lua
+1
-0
c90219263.lua
c90219263.lua
+1
-0
No files found.
c12181376.lua
View file @
34ff9d0b
...
...
@@ -9,6 +9,7 @@ function c12181376.initial_effect(c)
e1
:
SetOperation
(
c12181376
.
activate
)
c
:
RegisterEffect
(
e1
)
end
c12181376
.
card_code_list
=
{
12206212
}
function
c12181376
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
12206212
)
end
...
...
c63224564.lua
View file @
34ff9d0b
...
...
@@ -23,6 +23,7 @@ function c63224564.initial_effect(c)
e4
:
SetValue
(
c63224564
.
eqlimit
)
c
:
RegisterEffect
(
e4
)
end
c63224564
.
card_code_list
=
{
12206212
}
function
c63224564
.
eqlimit
(
e
,
c
)
return
c
:
IsCode
(
76812113
,
12206212
)
end
...
...
c75782277.lua
View file @
34ff9d0b
...
...
@@ -39,6 +39,7 @@ function c75782277.initial_effect(c)
e6
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
c
:
RegisterEffect
(
e6
)
end
c75782277
.
card_code_list
=
{
12206212
}
function
c75782277
.
check
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
tc
=
eg
:
GetFirst
()
...
...
c86308219.lua
View file @
34ff9d0b
...
...
@@ -13,6 +13,7 @@ function c86308219.initial_effect(c)
c
:
RegisterEffect
(
e1
)
Duel
.
AddCustomActivityCounter
(
86308219
,
ACTIVITY_SPSUMMON
,
c86308219
.
counterfilter
)
end
c86308219
.
card_code_list
=
{
12206212
}
function
c86308219
.
counterfilter
(
c
)
return
bit
.
band
(
c
:
GetSummonLocation
(),
LOCATION_DECK
+
LOCATION_EXTRA
)
==
0
end
...
...
c90219263.lua
View file @
34ff9d0b
...
...
@@ -10,6 +10,7 @@ function c90219263.initial_effect(c)
e1
:
SetOperation
(
c90219263
.
activate
)
c
:
RegisterEffect
(
e1
)
end
c90219263
.
card_code_list
=
{
12206212
}
function
c90219263
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
76812113
)
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