Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
b0949f65
Commit
b0949f65
authored
Oct 24, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
e7a6f2f1
Pipeline
#6408
passed with stages
in 30 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
expansions/script/c12301102.lua
expansions/script/c12301102.lua
+7
-3
No files found.
expansions/script/c12301102.lua
View file @
b0949f65
...
@@ -40,9 +40,13 @@ function c12301102.initial_effect(c)
...
@@ -40,9 +40,13 @@ function c12301102.initial_effect(c)
e3
:
SetOperation
(
c12301102
.
epop
)
e3
:
SetOperation
(
c12301102
.
epop
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCountLimit
(
1
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
Duel
.
AddCustomActivityCounter
(
12301102
,
ACTIVITY_SPSUMMON
,
c12301102
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
12301102
,
ACTIVITY_SPSUMMON
,
c12301102
.
countfilb
)
Duel
.
AddCustomActivityCounter
(
12301103
,
ACTIVITY_SPSUMMON
,
c12301102
.
countfiln
)
end
end
function
c12301102
.
counterfilter
(
c
)
function
c12301102
.
countfilb
(
c
)
return
not
c
:
IsSetCard
(
0x2d5
)
end
function
c12301102
.
countfiln
(
c
)
return
c
:
IsSetCard
(
0x2d5
)
return
c
:
IsSetCard
(
0x2d5
)
end
end
function
c12301102
.
filaccs
(
c
)
function
c12301102
.
filaccs
(
c
)
...
@@ -81,7 +85,7 @@ function c12301102.yxva(e,re)
...
@@ -81,7 +85,7 @@ function c12301102.yxva(e,re)
end
end
--
--
function
c12301102
.
epcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c12301102
.
epcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCustomActivityCount
(
42790071
,
tp
,
ACTIVITY_SPSUMMON
)
==
0
return
Duel
.
GetCustomActivityCount
(
12301102
,
tp
,
ACTIVITY_SPSUMMON
)
>
0
and
Duel
.
GetCustomActivityCount
(
12301103
,
tp
,
ACTIVITY_SPSUMMON
)
<
1
end
end
function
c12301102
.
filep
(
c
)
function
c12301102
.
filep
(
c
)
return
c
:
IsSetCard
(
0x2d5
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x2d5
)
and
c
:
IsAbleToHand
()
...
...
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