Commit 9ca669eb authored by TanakaKotoha's avatar TanakaKotoha

tnndx

parent 69dead6e
No preview for this file type
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment