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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
77fe1e0c
Commit
77fe1e0c
authored
Sep 19, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
ee0f882e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/pics/16160012.jpg
expansions/pics/16160012.jpg
+0
-0
expansions/script/c33400000.lua
expansions/script/c33400000.lua
+5
-5
No files found.
expansions/pics/16160012.jpg
0 → 100644
View file @
77fe1e0c
140 KB
expansions/script/c33400000.lua
View file @
77fe1e0c
...
...
@@ -305,7 +305,7 @@ function XY.maganechcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
XY
.
maganecostfilter1
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
())
local
tc
=
g1
:
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
end
function
XY
.
maganetg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
true
end
...
...
@@ -1264,13 +1264,13 @@ function XY.maganere9(e,tp,eg,ep,ev,re,r,rp)
local
cm2
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_DECK
)
if
cm1
>=
4
then
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
4
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
SortDecktop
(
1
-
tp
,
tp
,
4
)
Duel
.
ConfirmCards
(
tp
,
g
)
Duel
.
SortDecktop
(
tp
,
tp
,
4
)
end
if
cm2
>=
4
then
local
g
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
4
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
SortDecktop
(
1
-
tp
,
1
-
tp
,
4
)
Duel
.
ConfirmCards
(
tp
,
g
)
Duel
.
SortDecktop
(
tp
,
1
-
tp
,
4
)
end
local
tg
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
0
,
LOCATION_HAND
,
nil
)
local
tg2
=
Duel
.
GetMatchingGroup
(
Card
.
IsFacedown
,
tp
,
0
,
LOCATION_ONFIELD
,
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