Overview
Comment: | 0.0.507 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
36a332440b9fb9f504738b6a07c6e02d |
User & Date: | 顽雨沉风 on 2023-06-30 05:28:37 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
05:31 | 0.0.508 check-in: fc3cc74da8 user: 顽雨沉风 tags: trunk | |
05:28 | 0.0.507 check-in: 36a332440b user: 顽雨沉风 tags: trunk | |
05:26 | 0.0.506 check-in: 2382d49fea user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [c16ef90081] to [1e9a492a10].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + - + - + | str = {} fun = {} str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE if str_2 then if str_2 == 3 then |
︙ | |||
70 71 72 73 74 75 76 | 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 95 96 | - + - - - - - + - - - + - + | cache_1 = cache_1 + LOCATION_OVERLAY str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] ="" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] |
︙ |