Overview
Comment: | 0.0.489 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
06ee05c0265511a1d0cac7dd576ca6a3 |
User & Date: | 顽雨沉风 on 2023-06-30 05:12:44 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
05:13 | 0.0.490 check-in: 6f62950588 user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.489 check-in: 06ee05c026 user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.488 check-in: fb59790a7b user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [e95350a995] to [9373721b70].
︙ | |||
66 67 68 69 70 71 72 73 74 75 76 77 78 79 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | + + | cache_1 = cache_1 + LOCATION_SZONE cache_1 = cache_1 + LOCATION_GRAVE cache_1 = cache_1 + LOCATION_REMOVED cache_1 = cache_1 + LOCATION_EXTRA cache_1 = cache_1 + LOCATION_OVERLAY str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] ="" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] str["开局说明"] = str["开局说明"] .. " 卡" str["开局说明"] = str["开局说明"] .. " " str["开局说明"] = str["开局说明"] .. str["规则"] |
︙ |