Overview
Comment: | 0.0.383 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d2a906c720303c3b998d86d523eaa4f4 |
User & Date: | 顽雨沉风 on 2023-06-29 22:57:05 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
23:00 | 0.0.384 check-in: b0d676d468 user: 顽雨沉风 tags: trunk | |
22:57 | 0.0.383 check-in: d2a906c720 user: 顽雨沉风 tags: trunk | |
22:55 | 0.0.382 check-in: 6c3013db57 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [cfc6c109d6] to [fe1bc77c29].
︙ | ︙ | |||
70 71 72 73 74 75 76 77 78 79 80 81 82 83 | cache_2 = Duel.GetFieldGroup(0,0,LOCATION_SZONE) cache_1:insert(cache_2) cache_2 = Duel.GetOverlayGroup(0,LOCATION_MZONE,0) cache_1:insert(cache_2) cache_2 = Duel.GetOverlayGroup(0,0,LOCATION_SZONE) cache_1:insert(cache_2) str["这个残局的效果卡数量"] = 0 --~ str["我方卡组"] = Duel.GetFieldGroupCount(0,LOCATION_DECK,0) --~ str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0) --~ str["我方怪兽区"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0) | > > > | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | cache_2 = Duel.GetFieldGroup(0,0,LOCATION_SZONE) cache_1:insert(cache_2) cache_2 = Duel.GetOverlayGroup(0,LOCATION_MZONE,0) cache_1:insert(cache_2) cache_2 = Duel.GetOverlayGroup(0,0,LOCATION_SZONE) cache_1:insert(cache_2) for i=1, #cache_1 do end str["这个残局的效果卡数量"] = 0 --~ str["我方卡组"] = Duel.GetFieldGroupCount(0,LOCATION_DECK,0) --~ str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0) --~ str["我方怪兽区"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0) |
︙ | ︙ |