Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5a0dc91a56250450aa535e2cc700cea4 |
User & Date: | 顽雨沉风 on 2024-02-13 04:14:09 |
Other Links: | manifest | tags |
Context
2024-02-13
| ||
04:15 | 好 check-in: 518e26ef68 user: 顽雨沉风 tags: trunk | |
04:14 | 好 check-in: 5a0dc91a56 user: 顽雨沉风 tags: trunk | |
04:12 | 好 check-in: 661ca8c90a user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/游戏王_则拟器_原版_残局_局名_改名.lua from [7728a9a3ac] to [d62f9abd3e].
︙ | ︙ | |||
29 30 31 32 33 34 35 | function d.取卡对_一维(o1_0) return 历排库.历排(o1_0, 卡档库.取卡对) end do local k1, k2, k3 --~ 非空单行,且无换行符 k1 = "[^\n]+" | | > | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | function d.取卡对_一维(o1_0) return 历排库.历排(o1_0, 卡档库.取卡对) end do local k1, k2, k3 --~ 非空单行,且无换行符 k1 = "[^\n]+" --~ 卡编所在函式 k2 = "Debug%.AddCard.+" --~ 卡编 k3 = "[0-9]+" --~ 文 function d.局筛卡编(o1) local k1_0 --~ 卡编排 k1_0 = 历文库.历文(o1, string.gmatch, k1) k1_0 = 历排库.历排(k1_0, string.match, k2) return 历排库.历排(k1_0, string.match, k3) end end do local k1, k2, k3, k4 --~ 非空单行,且无换行符 k1 = "[^\n]+" --~ 玩家讯所在函式 k2 = "Debug%.SetPlayerInfo.+" k3 = "[0-9]+" k4 = "[0-9]+" --~ 文 function d.局筛血(o1) local k1_0 --~ 血排 |
︙ | ︙ |