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
e2dcf086
Commit
e2dcf086
authored
Jul 28, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
4ebc604b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
expansions/script/c13959996.lua
expansions/script/c13959996.lua
+4
-4
expansions/script/c13959998.lua
expansions/script/c13959998.lua
+2
-2
No files found.
expansions/script/c13959996.lua
View file @
e2dcf086
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c13959998.lua
View file @
e2dcf086
...
...
@@ -4,7 +4,7 @@ Duel.LoadScript("c13959997.lua")
local
cc
=
13959998
local
this
=
_G
[
"c"
..
cc
]
local
rerollc
=
{
86379411
,
999718
,
22046
,
20132
,
31060
,
7001060
,
74561060
,
999507
,
22099
,
10250
,
19114514
,
21018
}
local
rerollc
=
{
76815942
,
17994645
,
55863245
,
44155002
,
68319538
,
7391448
,
75326861
,
34408491
,
24221808
,
87460579
,
40939228
,
21123811
}
this
.
maincount
=
40
this
.
extracount
=
20
...
...
@@ -227,7 +227,7 @@ function this.ccGen(from,count)
local
temp
=
this
.
CardList
[
from
][
math.random
(
1
,
#
this
.
CardList
[
from
])]
local
at
=
this
.
CardList
[
from
..
"AliasTable"
]
if
#
at
[
temp
]
>
1
then
g
[
i
]
=
at
[
math.random
(
1
,
#
at
)]
g
[
i
]
=
at
[
temp
][
math.random
(
1
,
#
at
[
temp
]
)]
else
g
[
i
]
=
temp
end
...
...
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