Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f7d8ee14bc34574022fc7cef4ee76a1c |
User & Date: | 顽雨沉风 on 2024-02-13 11:49:40 |
Other Links: | manifest | tags |
Context
2024-02-13
| ||
14:22 | 好 check-in: b9c81ad464 user: 顽雨沉风 tags: trunk | |
11:49 | 好 check-in: f7d8ee14bc user: 顽雨沉风 tags: trunk | |
11:46 | 好 check-in: 091f486d37 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [08284fbbde] to [2b050e85be].
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - + | else str["规则"] = str["规则表"][5] end fun["Debug.ReloadFieldBegin"](u1, u2) end function s["开局随机抽卡"](u1) local h1, h2 |
︙ | |||
139 140 141 142 143 144 145 | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | - + - | effect_event:Reset() end str["效果"]:SetOperation(cache_1) Duel.RegisterEffect(str["效果"], 0) end fun["一_禁格"] = function(u1) local h1 |
︙ | |||
227 228 229 230 231 232 233 | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 | - - + + - - + + | end if str["无AI"] == 0 then h1 = h1 .. "无AI " end if str["开局添加手卡"] then h1 = h1 .. "选" .. str["开局添加手卡的数量"] .. "卡 " end |
︙ |