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
Soulgamer
ygopro-222DIY-cards
Commits
a903d6e1
Commit
a903d6e1
authored
Sep 27, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lflist after match
parent
c3ce1bf0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
69 additions
and
62 deletions
+69
-62
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/lflist.conf
expansions/lflist.conf
+62
-55
expansions/script/c16104618.lua
expansions/script/c16104618.lua
+0
-1
expansions/script/c16104620.lua
expansions/script/c16104620.lua
+2
-2
expansions/script/c72404107.lua
expansions/script/c72404107.lua
+5
-4
No files found.
expansions/222DIY.cdb
View file @
a903d6e1
No preview for this file type
expansions/lflist.conf
View file @
a903d6e1
This diff is collapsed.
Click to expand it.
expansions/script/c16104618.lua
View file @
a903d6e1
...
...
@@ -102,7 +102,6 @@ function cm.turnupop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
turnupfilter
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
SpecialSummon
(
sc
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP_ATTACK
)
Duel
.
ConfirmCards
(
1
-
tp
,
sc
)
else
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
local
sc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
setfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
...
...
expansions/script/c16104620.lua
View file @
a903d6e1
...
...
@@ -50,8 +50,8 @@ function cm.turnupop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
else
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
aux
.
Stringid
(
m
,
6
))
--to you hand
local
nx
=
Duel
.
GetMatchingGroupCount
(
cm
.
splimit
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
)
if
#
nx
<
1
then
nx
=
1
end
local
nx
=
Duel
.
GetMatchingGroupCount
(
cm
.
splimit
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
if
nx
<
1
then
nx
=
1
end
local
thg
=
Duel
.
SelectMatchingCard
(
1
-
tp
,
cm
.
thfilter
,
1
-
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
+
LOCATION_DECK
+
LOCATION_REMOVED
,
0
,
nx
,
nx
,
nil
)
Duel
.
SendtoHand
(
thg
,
tp
,
REASON_EFFECT
)
end
...
...
expansions/script/c72404107.lua
View file @
a903d6e1
...
...
@@ -88,14 +88,15 @@ function c72404107.activate(e,tp,eg,ep,ev,re,r,rp)
end
elseif
sel
==
4
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c72404107
.
filter
1
,
tp
,
LOCATION_GRAVE
,
0
,
5
,
5
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c72404107
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
5
,
5
,
nil
)
if
g
:
GetCount
()
==
5
then
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
if
Duel
.
SendtoDeck
(
g
,
REASON_EFFECT
)
~=
5
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
else
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c72404107
.
filter
,
tp
,
LOCATION_
DECK
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c72404107
.
filter
,
tp
,
LOCATION_
MZONE
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
+
REASON_EFFECT
)
~=
0
then
local
xg
=
Duel
.
SelectMatchingCard
(
tp
,
c72404107
.
filter2
,
tp
,
LOCATION_GRAVE
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
...
...
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