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
REIKAI
ygopro-222DIY-cards
Commits
b91860cb
You need to sign in or sign up before continuing.
Commit
b91860cb
authored
Apr 12, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctv
parent
b1251a4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c17050901.lua
expansions/script/c17050901.lua
+3
-3
expansions/script/c60152801.lua
expansions/script/c60152801.lua
+1
-1
No files found.
expansions/script/c17050901.lua
View file @
b91860cb
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
local
tp
=
c
:
GetControler
()
local
zone
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
)
local
minc
=
2
local
maxc
=
zone
:
GetCount
()
local
maxc
=
114
if
min
then
if
min
>
minc
then
minc
=
min
end
if
max
<
maxc
then
maxc
=
max
end
...
...
@@ -28,8 +28,8 @@ function cm.initial_effect(c)
return
true
end
local
zone
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
)
local
minc
=
minc
local
maxc
=
zone
:
GetCount
()
local
minc
=
2
local
maxc
=
114
if
min
then
if
min
>
minc
then
minc
=
min
end
if
max
<
maxc
then
maxc
=
max
end
...
...
expansions/script/c60152801.lua
View file @
b91860cb
...
...
@@ -68,7 +68,7 @@ end
function
c60152801
.
e3con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct1
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_ONFIELD
+
LOCATION_HAND
,
0
)
local
ct2
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_ONFIELD
+
LOCATION_HAND
)
return
ct1
<
ct2
return
ct1
<
ct2
and
Duel
.
GetTurnPlayer
()
==
tp
end
function
c60152801
.
e3cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
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