Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
Reinen
ygopro-scripts
Commits
519a522f
Commit
519a522f
authored
Nov 21, 2020
by
mercury233
Committed by
GitHub
Nov 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update アームド・ドラゴン LV10-ホワイト
parent
6b5fd16b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
c84425220.lua
c84425220.lua
+10
-1
No files found.
c84425220.lua
View file @
519a522f
...
...
@@ -47,11 +47,20 @@ end
function
c84425220
.
fselect
(
g
,
tp
)
return
g
:
GetSum
(
Card
.
GetLevel
)
==
10
and
aux
.
mzctcheck
(
g
,
tp
)
end
function
c84425220
.
gcheck
(
g
)
return
g
:
GetSum
(
Card
.
GetLevel
)
<=
10
end
function
c84425220
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
c84425220
.
rfilter
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
)
if
chk
==
0
then
return
g
:
CheckSubGroup
(
c84425220
.
fselect
,
1
,
g
:
GetCount
(),
tp
)
end
Auxiliary
.
GCheckAdditional
=
c84425220
.
gcheck
if
chk
==
0
then
local
res
=
g
:
CheckSubGroup
(
c84425220
.
fselect
,
1
,
g
:
GetCount
(),
tp
)
Auxiliary
.
GCheckAdditional
=
nil
return
res
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
rg
=
g
:
SelectSubGroup
(
tp
,
c84425220
.
fselect
,
false
,
1
,
g
:
GetCount
(),
tp
)
Auxiliary
.
GCheckAdditional
=
nil
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_COST
)
end
function
c84425220
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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