Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
b2f9b09d
Commit
b2f9b09d
authored
Oct 08, 2019
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update expansion
parent
d51d0cb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
expansions/c30531525.lua
expansions/c30531525.lua
+1
-2
expansions/c89739383.lua
expansions/c89739383.lua
+1
-2
No files found.
expansions/c30531525.lua
View file @
b2f9b09d
...
...
@@ -13,8 +13,7 @@ function c30531525.target(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToRemove
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
end
function
c30531525
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_HAND
,
0
)
local
tc
=
g
:
RandomSelect
(
1
-
tp
,
1
):
GetFirst
()
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToRemove
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
if
Duel
.
Remove
(
tc
,
POS_FACEDOWN
,
REASON_EFFECT
)
~=
0
then
local
tg
=
Group
.
CreateGroup
()
local
mm_code
=
main_plain
[
0
][
math.random
(
#
main_plain
[
0
])]
...
...
expansions/c89739383.lua
View file @
b2f9b09d
...
...
@@ -13,8 +13,7 @@ function c89739383.target(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToRemove
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
end
function
c89739383
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_HAND
,
0
)
local
tc
=
g
:
RandomSelect
(
1
-
tp
,
1
):
GetFirst
()
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToRemove
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
if
Duel
.
Remove
(
tc
,
POS_FACEDOWN
,
REASON_EFFECT
)
~=
0
then
local
tg
=
Group
.
CreateGroup
()
local
mm_code
=
main_spell
[
0
][
math.random
(
#
main_spell
[
0
])]
...
...
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