Differences From Artifact [d62f9abd3e]:
- File 残局文料/游戏王_则拟器_原版_残局_局名_改名.lua — part of check-in [5a0dc91a56] at 2024-02-13 04:14:09 on branch trunk — 好 (user: 顽雨沉风, size: 6216) [annotate] [blame] [check-ins using]
To Artifact [d480ac9b21]:
- File 残局文料/游戏王_则拟器_原版_残局_局名_改名.lua — part of check-in [518e26ef68] at 2024-02-13 04:15:30 on branch trunk — 好 (user: 顽雨沉风, size: 6256) [annotate] [blame] [check-ins using]
︙ | |||
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | + + | end do local k1, k2, k3, k4 --~ 非空单行,且无换行符 k1 = "[^\n]+" --~ 玩家讯所在函式 k2 = "Debug%.SetPlayerInfo.+" --~ 玩家编号 k3 = "[0-9]+" --~ 玩家血量 k4 = "[0-9]+" --~ 文 function d.局筛血(o1) local k1_0 --~ 血排 k1_0 = 历文库.历文(o1, string.gmatch, k1) k1_0 = 历排库.历排(k1_0, string.match, k2) |
︙ |