Commit 2d3b99d2 authored by Tachibana's avatar Tachibana

tnndx

parent 563cee04
...@@ -1100,8 +1100,6 @@ ...@@ -1100,8 +1100,6 @@
65010578 0 --绝对宣言-独奏会- 65010578 0 --绝对宣言-独奏会-
65010583 0 --初生之白月骑士 65010583 0 --初生之白月骑士
65010586 0 --星光歌剧 凤满Revue 65010586 0 --星光歌剧 凤满Revue
65020212 0 --行星驱逐舰 风雪游隼号
65020213 0 --「六兆年零一夜物语」凑友希那
#650-2 #650-2
65001014 0 --魔梦夜之谜 司书 65001014 0 --魔梦夜之谜 司书
65001029 1 --浮游星龙 丰神土星龙 65001029 1 --浮游星龙 丰神土星龙
......
rk={}
os=require('os')
table=require('table')
io=require('io')
if not pcall(function() require("expansions/script/c16101100") end) then require("script/c16101100") end 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={}
-------------"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 +14,13 @@ function rk.set(code,setcode) ...@@ -14,13 +14,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