游戏王残局简化版

Check-in [518e26ef68]
Login

Check-in [518e26ef68]

Overview
Comment:
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 518e26ef68636a991e31b9490a558eeb9ceb9d26043ed6c3046643ba74cc2937
User & Date: 顽雨沉风 on 2024-02-13 04:15:30.758
Other Links: manifest | tags
Context
2024-02-13
04:20
check-in: 509c9d50e3 user: 顽雨沉风 tags: trunk
04:15
check-in: 518e26ef68 user: 顽雨沉风 tags: trunk
04:14
check-in: 5a0dc91a56 user: 顽雨沉风 tags: trunk
Changes
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)