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
1a978f74
Commit
1a978f74
authored
Nov 22, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
9a567c66
Pipeline
#7073
passed with stages
in 23 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
expansions/script/c16114205.lua
expansions/script/c16114205.lua
+2
-2
No files found.
expansions/script/c16114205.lua
View file @
1a978f74
...
...
@@ -44,7 +44,7 @@ function cm.initial_effect(c)
ea
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
ea
:
SetProperty
(
EFFECT_FLAG_DELAY
)
ea
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
ea
:
SetCountLimit
(
1
,
m
+
1
00
)
ea
:
SetCountLimit
(
1
,
m
+
2
00
)
ea
:
SetTarget
(
cm
.
acttg
)
ea
:
SetOperation
(
cm
.
actop
)
c
:
RegisterEffect
(
ea
)
...
...
@@ -56,7 +56,7 @@ function cm.initial_effect(c)
eb
:
SetCode
(
EVENT_PAY_LPCOST
)
eb
:
SetRange
(
LOCATION_MZONE
)
eb
:
SetProperty
(
EFFECT_FLAG_DELAY
)
eb
:
SetCountLimit
(
1
,
m
+
10
1
)
eb
:
SetCountLimit
(
1
,
m
+
10
0
)
eb
:
SetCondition
(
cm
.
tgcon
)
eb
:
SetTarget
(
cm
.
tgtg
)
eb
:
SetOperation
(
cm
.
tgop
)
...
...
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