Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
74a371ffeb5b51aa4282d7d2ad547efa |
| User & Date: | 顽雨沉风 on 2024-02-13 04:26:52.287 |
| Other Links: | manifest | tags |
Context
|
2024-02-13
| ||
| 04:49 | 好 check-in: 7f8375e5c1 user: 顽雨沉风 tags: trunk | |
| 04:26 | 好 check-in: 74a371ffeb user: 顽雨沉风 tags: trunk | |
| 04:20 | 好 check-in: 509c9d50e3 user: 顽雨沉风 tags: trunk | |
Changes
Deleted single/Eroldin_a01 3_12_500.lua version [ac40cc35f8].
Added single/Eroldin_a01 5_12_500.lua version [fa6c6841fb].
Modified 残局文料/游戏王_则拟器_原版_残局_局名_改名.lua
from [c1c69a53c3]
to [be28ccce5f].
| ︙ | ︙ | |||
76 77 78 79 80 81 82 |
k3 = "[0-9]"
--~ 文
function d.局筛则数(o1)
local k4
local k1_0
--~ 则数排
k1_0 = 历文库.历文(o1, string.gmatch, k1)
| | > | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
k3 = "[0-9]"
--~ 文
function d.局筛则数(o1)
local k4
local k1_0
--~ 则数排
k1_0 = 历文库.历文(o1, string.gmatch, k1)
k1_0 = 历排库.历排(k1_0, string.match, k2)
--~ 则数
k4 = string.match(k1_0[1], k3)
assert(k4, o1)
return k4 or 5
end
end
--~ 卡对排
--~ 血排
function d.荐名(o1_0, o2_0)
local k1, k2, k3
local k1_0
|
| ︙ | ︙ |