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
87f53b5e
Commit
87f53b5e
authored
Jul 19, 2019
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use tab
parent
50ce2425
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c17655904.lua
c17655904.lua
+1
-1
c52684508.lua
c52684508.lua
+1
-1
No files found.
c17655904.lua
View file @
87f53b5e
...
...
@@ -14,7 +14,7 @@ function c17655904.initial_effect(c)
end
c17655904
.
card_code_list
=
{
89631139
}
function
c17655904
.
counterfilter
(
c
)
return
not
c
:
IsCode
(
89631139
)
return
not
c
:
IsCode
(
89631139
)
end
function
c17655904
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
89631139
)
...
...
c52684508.lua
View file @
87f53b5e
...
...
@@ -13,7 +13,7 @@ function c52684508.initial_effect(c)
Duel
.
AddCustomActivityCounter
(
52684508
,
ACTIVITY_ATTACK
,
c52684508
.
counterfilter
)
end
function
c52684508
.
counterfilter
(
c
)
return
not
c
:
IsCode
(
74677422
)
return
not
c
:
IsCode
(
74677422
)
end
function
c52684508
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetCustomActivityCount
(
52684508
,
tp
,
ACTIVITY_ATTACK
)
==
0
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