Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
509c9d50e31d0ff389d8cfa8b6804370 |
| User & Date: | 顽雨沉风 on 2024-02-13 04:20:30.426 |
| Other Links: | manifest | tags |
Context
|
2024-02-13
| ||
| 04:26 | 好 check-in: 74a371ffeb user: 顽雨沉风 tags: trunk | |
| 04:20 | 好 check-in: 509c9d50e3 user: 顽雨沉风 tags: trunk | |
| 04:15 | 好 check-in: 518e26ef68 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/游戏王_则拟器_原版_残局_局名_改名.lua
from [d480ac9b21]
to [c1c69a53c3].
| ︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | + + + + + + + + - - - - - - - - - - + + + + + + + + + + + |
--~ 血排
k1_0 = 历文库.历文(o1, string.gmatch, k1)
k1_0 = 历排库.历排(k1_0, string.match, k2)
k1_0 = 历排库.历排(k1_0, string.gsub, k3, "", 1)
return 历排库.历排(k1_0, string.match, k4)
end
end
do
local k1, k2, k3
--~ 非空单行,且无换行符
k1 = "[^\n]+"
--~ 残局讯所在函式
k2 = 文库.连("Debug", "%.", "ReloadFieldBegin", ".+")
--~ 则数
k3 = "[0-9]"
|
| ︙ |