游戏王残局简化版

Check-in [81b66699fb]
Login

Check-in [81b66699fb]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 81b66699fbb8ccf1eba581c16d7d45881d74516f83ee038246dadbe5182c567c
User & Date: 顽雨沉风 on 2024-02-12 15:47:42
Other Links: manifest | tags
Context
2024-02-12
16:16
check-in: 96c0a5322f user: 顽雨沉风 tags: trunk
15:47
check-in: 81b66699fb user: 顽雨沉风 tags: trunk
15:45
check-in: 276e038dec user: 顽雨沉风 tags: trunk
Changes

Modified 残局文料/lua_lib/游戏王_则拟器_原版_卡档.lua from [3a38d2769b] to [e9a26816d2].

21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  end
do
  local k1
  --~ 模
  k1 = "select * from texts where id = "
  --~ 卡编
  function d.取卡文(o1)
    d._取卡对(o1, k1)
    end
  end
do
  local k1
  --~ 模
  k1 = "select * from datas where id = "
  --~ 卡编
  function d.取卡数据(o1)
    d._取卡对(o1, k1)
    end
  end
--~ 卡档路
function d.启卡档(o1)
  卡档 = 档库.open(o1)
  end
return d







|








|







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  end
do
  local k1
  --~ 模
  k1 = "select * from texts where id = "
  --~ 卡编
  function d.取卡文(o1)
    return d._取卡对(o1, k1)
    end
  end
do
  local k1
  --~ 模
  k1 = "select * from datas where id = "
  --~ 卡编
  function d.取卡数据(o1)
    return d._取卡对(o1, k1)
    end
  end
--~ 卡档路
function d.启卡档(o1)
  卡档 = 档库.open(o1)
  end
return d