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
320f2b89
Commit
320f2b89
authored
Nov 07, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
751f1c5e
Pipeline
#6711
passed with stages
in 43 minutes and 37 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/pics/33330088.jpg
expansions/pics/33330088.jpg
+0
-0
expansions/script/c12062080.lua
expansions/script/c12062080.lua
+2
-2
expansions/script/c12062084.lua
expansions/script/c12062084.lua
+1
-0
No files found.
expansions/pics/33330088.jpg
View replaced file @
751f1c5e
View file @
320f2b89
16.7 KB
|
W:
|
H:
164 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c12062080.lua
View file @
320f2b89
...
...
@@ -148,8 +148,8 @@ function cm.efop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_EFFECT
)
end
if
#
g
~=
1
then
local
tg
=
g
:
Filter
Count
(
Card
.
IsRelateToEffect
,
nil
,
e
)
if
#
tg
>
0
then
local
tg
=
g
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
if
tg
and
#
tg
>
0
then
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
end
end
...
...
expansions/script/c12062084.lua
View file @
320f2b89
...
...
@@ -21,6 +21,7 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCost
(
cm
.
cost
)
e1
:
SetTarget
(
cm
.
thtg
)
e1
:
SetOperation
(
cm
.
thop
)
...
...
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