Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1fcb987978b7882bd25900ac6c5844d6 |
| User & Date: | 顽雨沉风 on 2024-07-26 13:49:26.867 |
| Other Links: | manifest | tags |
Context
|
2024-07-26
| ||
| 13:53 | 0 check-in: a630a9f3d3 user: 顽雨沉风 tags: trunk | |
| 13:49 | 0 check-in: 1fcb987978 user: 顽雨沉风 tags: trunk | |
| 11:37 | 0 check-in: cba1b44346 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [b3a73ab82a]
to [75df32c534].
| ︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + |
--~ 这一局所适用规则的对
local k1
k1 = {
[3] = "大师规则三(2014) ",
[4] = "新大师规则(2017) ",
[5] = "大师规则(2020) ",
}
|
| ︙ | |||
168 169 170 171 172 173 174 | 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | - + - + |
for o1 in aux.Next(k5) do
if f["是否有效果卡"](o1) then
k4 = k4 + 1
end
end
k6 = k2 + k4
k1 = "" .. k6 .. "张 " .. k4 .. "张 " .. d["字_这一局的规则"]
|
| ︙ |