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
9ca669eb
Commit
9ca669eb
authored
Mar 11, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tnndx
parent
69dead6e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/16199990.jpg
expansions/pics/16199990.jpg
+0
-0
expansions/script/c16199990.lua
expansions/script/c16199990.lua
+5
-2
No files found.
expansions/222DIY.cdb
View file @
9ca669eb
No preview for this file type
expansions/pics/16199990.jpg
0 → 100644
View file @
9ca669eb
404 KB
expansions/script/c16199990.lua
View file @
9ca669eb
if
not
pcall
(
function
()
require
(
"expansions/script/c16101100"
)
end
)
then
require
(
"script/c16101100"
)
end
local
m
=
16199990
local
Version_Number
=
"1.0.0 beta"
rk
=
{}
rk
=
{}
os
=
require
(
'os'
)
os
=
require
(
'os'
)
table
=
require
(
'table'
)
table
=
require
(
'table'
)
io
=
require
(
'io'
)
io
=
require
(
'io'
)
if
not
pcall
(
function
()
require
(
"expansions/script/c16101100"
)
end
)
then
require
(
"script/c16101100"
)
end
-------------"name set"
function
rk
.
set
(
code
,
setcode
)
function
rk
.
set
(
code
,
setcode
)
if
not
_G
[
"c"
..
code
]
then
_G
[
"c"
..
code
]
=
{}
if
not
_G
[
"c"
..
code
]
then
_G
[
"c"
..
code
]
=
{}
setmetatable
(
_G
[
"c"
..
code
],
Card
)
setmetatable
(
_G
[
"c"
..
code
],
Card
)
...
@@ -14,13 +17,13 @@ function rk.set(code,setcode)
...
@@ -14,13 +17,13 @@ function rk.set(code,setcode)
end
end
return
code
,
ccodem
return
code
,
ccodem
end
end
function
rk
.
check
(
c
,
str
)
function
rk
.
check
(
c
,
str
)
local
substr
=
c
.
rksetcode
local
substr
=
c
.
rksetcode
if
substr
==
nil
then
return
false
end
if
substr
==
nil
then
return
false
end
if
string.match
(
substr
,
str
)
==
str
then
return
true
end
if
string.match
(
substr
,
str
)
==
str
then
return
true
end
return
false
return
false
end
end
-------------"For GODO NOVA"
function
rk
.
effectg
(
c
,
code
)
function
rk
.
effectg
(
c
,
code
)
local
tc
=
c
local
tc
=
c
--effect gain
--effect gain
...
...
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