Overview
| Comment: | 0.0.512 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
4e48d105e566a78d83849bda623cb0f0 |
| User & Date: | 顽雨沉风 on 2023-06-30 05:39:53.206 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 05:40 | 0.0.513 check-in: 5b4c0371a5 user: 顽雨沉风 tags: trunk | |
| 05:39 | 0.0.512 check-in: 4e48d105e5 user: 顽雨沉风 tags: trunk | |
| 05:34 | 0.0.511 check-in: e8f8a42fb1 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [e551412b7d]
to [49416b1e2b].
| ︙ | ︙ | |||
66 67 68 69 70 71 72 | cache_1 = cache_1 + LOCATION_SZONE cache_1 = cache_1 + LOCATION_GRAVE cache_1 = cache_1 + LOCATION_REMOVED cache_1 = cache_1 + LOCATION_EXTRA str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) | | > > > | > > > > | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
cache_1 = cache_1 + LOCATION_SZONE
cache_1 = cache_1 + LOCATION_GRAVE
cache_1 = cache_1 + LOCATION_REMOVED
cache_1 = cache_1 + LOCATION_EXTRA
str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)
cache_1 = Duel.GetOverlayGroup(0, LOCATION_MZONE, LOCATION_MZONE)
for k in aux.Next(cache_1) do
cache_1 = fun["是否效果卡"](k)
if cache_1 then
str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + 1
end
end
--~ str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + cache_1
str["开局说明"] =""
str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]
str["开局说明"] = str["开局说明"] .. "卡 "
str["开局说明"] = str["开局说明"] .. str["规则"]
|
| ︙ | ︙ |