Differences From Artifact [2d53a5ad22]:
- File script/c0.lua — part of check-in [935340b0b8] at 2023-06-30 04:38:19 on branch trunk — 0.0.479 (user: 顽雨沉风, size: 1860) [annotate] [blame] [check-ins using]
To Artifact [fa975424d7]:
- File script/c0.lua — part of check-in [8338c6d2e6] at 2023-06-30 04:40:23 on branch trunk — 0.0.480 (user: 顽雨沉风, size: 2045) [annotate] [blame] [check-ins using]
︙ | |||
72 73 74 75 76 77 78 79 80 81 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + + + + | 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["开局说明"] .. str["规则"] Debug.ShowHint(str["开局说明"]) end |