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
Ai
ygopro-222DIY-cards
Commits
ad986788
Commit
ad986788
authored
Sep 21, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
89c31de3
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
28 deletions
+9
-28
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c13959994.lua
expansions/script/c13959994.lua
+0
-13
expansions/script/c13959996.lua
expansions/script/c13959996.lua
+3
-3
expansions/script/c13959997.lua
expansions/script/c13959997.lua
+4
-6
expansions/script/c13959998.lua
expansions/script/c13959998.lua
+2
-6
No files found.
expansions/222DIY.cdb
View file @
ad986788
No preview for this file type
expansions/script/c13959994.lua
deleted
100644 → 0
View file @
89c31de3
This diff is collapsed.
Click to expand it.
expansions/script/c13959996.lua
View file @
ad986788
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c13959997.lua
View file @
ad986788
--2pick utilities
--2pick utilities
c13959996
=
{}
Duel
.
LoadScript
(
"c13959996.lua"
)
local
cc
=
13959997
local
cc
=
13959997
local
this
=
_G
[
"c"
..
cc
]
local
this
=
_G
[
"c"
..
cc
]
...
@@ -177,12 +179,8 @@ function this.initSet(s)
...
@@ -177,12 +179,8 @@ function this.initSet(s)
s
.
add
=
this
.
add
s
.
add
=
this
.
add
s
.
del
=
this
.
del
s
.
del
=
this
.
del
end
end
function
this
.
loadCardList
(
useBanList
,
ignoreBlackList
,
clCode
)
function
this
.
loadCardList
(
useBanList
,
ignoreBlackList
)
if
not
_G
[
"c"
..
clCode
]
then
local
cl
=
c13959996
_G
[
"c"
..
clCode
]
=
{}
Duel
.
LoadScript
(
"c"
..
clCode
..
".lua"
)
end
local
cl
=
_G
[
"c"
..
clCode
]
local
mainList
=
this
.
toList
(
this
.
loadSet
(
cl
.
Main
))
local
mainList
=
this
.
toList
(
this
.
loadSet
(
cl
.
Main
))
local
extraList
=
this
.
toList
(
this
.
loadSet
(
cl
.
Extra
))
local
extraList
=
this
.
toList
(
this
.
loadSet
(
cl
.
Extra
))
local
ml
=
{}
local
ml
=
{}
...
...
expansions/script/c13959998.lua
View file @
ad986788
...
@@ -11,7 +11,6 @@ this.extracount=20
...
@@ -11,7 +11,6 @@ this.extracount=20
this
.
useBanList
=
true
this
.
useBanList
=
true
this
.
skillEnabled
=
false
this
.
skillEnabled
=
false
this
.
CardList
=
{}
this
.
CardList
=
{}
this
.
clCode
=
13959996
function
this
.
initial_effect
(
c
)
function
this
.
initial_effect
(
c
)
if
not
this
.
gc
then
if
not
this
.
gc
then
...
@@ -174,9 +173,6 @@ function this.op(e,tp)
...
@@ -174,9 +173,6 @@ function this.op(e,tp)
this
.
extracount
=
Duel
.
AnnounceLevel
(
0
,
1
,
10
)
*
10
this
.
extracount
=
Duel
.
AnnounceLevel
(
0
,
1
,
10
)
*
10
end
end
this
.
useBanList
=
Duel
.
SelectYesNo
(
0
,
aux
.
Stringid
(
13959997
,
2
))
this
.
useBanList
=
Duel
.
SelectYesNo
(
0
,
aux
.
Stringid
(
13959997
,
2
))
if
Duel
.
SelectYesNo
(
0
,
aux
.
Stringid
(
13959997
,
6
))
then
this
.
clCode
=
({
13959996
,
13959994
})[
Duel
.
SelectOption
(
0
,
aux
.
Stringid
(
13959997
,
7
),
aux
.
Stringid
(
13959997
,
8
))
+
1
]
end
end
end
this
.
option
=
Duel
.
SelectOption
(
0
,
aux
.
Stringid
(
cc
,
0
),
aux
.
Stringid
(
cc
,
1
),
aux
.
Stringid
(
cc
,
6
),
aux
.
Stringid
(
cc
,
7
),
aux
.
Stringid
(
cc
,
11
),
aux
.
Stringid
(
cc
,
10
),
aux
.
Stringid
(
13959997
,
4
),
aux
.
Stringid
(
13959997
,
5
))
this
.
option
=
Duel
.
SelectOption
(
0
,
aux
.
Stringid
(
cc
,
0
),
aux
.
Stringid
(
cc
,
1
),
aux
.
Stringid
(
cc
,
6
),
aux
.
Stringid
(
cc
,
7
),
aux
.
Stringid
(
cc
,
11
),
aux
.
Stringid
(
cc
,
10
),
aux
.
Stringid
(
13959997
,
4
),
aux
.
Stringid
(
13959997
,
5
))
local
n
=
0
local
n
=
0
...
@@ -248,7 +244,7 @@ end
...
@@ -248,7 +244,7 @@ end
function
this
.
ccGen
(
from
,
count
)
function
this
.
ccGen
(
from
,
count
)
if
not
this
.
CardList
.
Main
then
if
not
this
.
CardList
.
Main
then
local
ml
,
el
,
mat
,
eat
=
c13959997
.
loadCardList
(
this
.
useBanList
,
false
,
this
.
clCode
)
local
ml
,
el
,
mat
,
eat
=
c13959997
.
loadCardList
(
this
.
useBanList
)
this
.
CardList
.
Main
=
ml
this
.
CardList
.
Main
=
ml
this
.
CardList
.
Extra
=
el
this
.
CardList
.
Extra
=
el
this
.
CardList
.
MainAliasTable
=
mat
this
.
CardList
.
MainAliasTable
=
mat
...
@@ -715,7 +711,7 @@ end
...
@@ -715,7 +711,7 @@ end
function
this
.
picrandom
(
g
)
function
this
.
picrandom
(
g
)
if
not
this
.
CardList
.
Main
then
if
not
this
.
CardList
.
Main
then
local
ml
,
el
,
mat
,
eat
=
c13959997
.
loadCardList
(
this
.
useBanList
,
false
,
this
.
clCode
)
local
ml
,
el
,
mat
,
eat
=
c13959997
.
loadCardList
(
this
.
useBanList
)
this
.
CardList
.
Main
=
ml
this
.
CardList
.
Main
=
ml
this
.
CardList
.
Extra
=
el
this
.
CardList
.
Extra
=
el
this
.
CardList
.
MainAliasTable
=
mat
this
.
CardList
.
MainAliasTable
=
mat
...
...
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