1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
local str = {}
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local math = math
_G.fun = {}
---------------------------------
str["效果卡的种类表"] = {
|
>
>
>
>
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
local str = {}
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local _
local coroutine = coroutine
local debug = debug
local io = io
local math = math
local os = os
local package = package
local string = string
local table = table
_G.fun = {}
---------------------------------
str["效果卡的种类表"] = {
|