Differences From Artifact [f0197ce74f]:
- File 残局文料/lua_lib/游戏王_则拟器_原版_卡档.lua — part of check-in [beb98c727c] at 2024-02-12 15:36:16 on branch trunk — 好 (user: 顽雨沉风, size: 963) [annotate] [blame] [check-ins using]
To Artifact [e77706c15e]:
- File 残局文料/lua_lib/游戏王_则拟器_原版_卡档.lua — part of check-in [b2254565d9] at 2024-02-12 15:43:26 on branch trunk — 好 (user: 顽雨沉风, size: 1089) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + | function d.取卡对(o1) local k1_0, k2_0 --~ 卡文对 k1_0 = d.取卡文(o1) --~ 卡数据对 k2_0 = d.取卡数据(o1) return 对库.连两对(k1_0, k2_0) end --~ 卡编 function d.取卡对(o1, o2) for o1_4 in 卡档:nrows(文库.连(o2, o1)) do return o1_4 end end do local k1 --~ 模 k1 = "select * from texts where id = " --~ 卡编 function d.取卡文(o1) |
︙ |