游戏王残局简化版

Check-in [492df84f91]
Login

Check-in [492df84f91]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 492df84f917c31aef68f944685f4ffc21bb291406270ce67ba9f275ca95b9f1a
User & Date: 顽雨沉风 on 2024-02-17 05:43:32
Other Links: manifest | tags
Context
2024-02-17
05:47
check-in: a641cde4c6 user: 顽雨沉风 tags: trunk
05:43
check-in: 492df84f91 user: 顽雨沉风 tags: trunk
05:42
check-in: 1706ec3d64 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [97b01c320c] to [286acd6c48].

235
236
237
238
239
240
241
242
243



244
245
246
247
248
249
250
    end
  if s["机智"] == 0 then
    h1 = h1 .. "无机智 "
    end
  if s["开局选卡入手之数"] then
    h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 "
    end
  if s["禁格之数"] then
    h1 = h1 .. "禁" .. s["禁格之数"] .. "格 "



    end
  if s["开局洗卡抽卡之数"] then
    h1 = h1 .. "抽" .. s["开局洗卡抽卡之数"] .. "卡 "
    end
  Debug.ShowHint(h1)
  end
do







|
|
>
>
>







235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
    end
  if s["机智"] == 0 then
    h1 = h1 .. "无机智 "
    end
  if s["开局选卡入手之数"] then
    h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 "
    end
  if s["量之「主怪"] then
    h1 = h1 .. "禁" .. s["量之「主怪"] .. "格 "
    end
  if s["量之禁「魔陷格」"] then
    h1 = h1 .. "禁" .. s["量之禁「魔陷格」"] .. "魔格 "
    end
  if s["开局洗卡抽卡之数"] then
    h1 = h1 .. "抽" .. s["开局洗卡抽卡之数"] .. "卡 "
    end
  Debug.ShowHint(h1)
  end
do