游戏王残局简化版

Check-in [7a80b7fa09]
Login

Check-in [7a80b7fa09]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7a80b7fa09ccc14d57c014333852ed88833b36cfa62c86b15d8f5d51b53e48aa
User & Date: 顽雨沉风 on 2024-02-17 15:36:04
Other Links: manifest | tags
Context
2024-02-17
15:42
check-in: b158c7a4ac user: 顽雨沉风 tags: trunk
15:36
check-in: 7a80b7fa09 user: 顽雨沉风 tags: trunk
15:20
check-in: bb85d78743 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [68ea901801] to [d12967c7e4].

251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
    h1 = h1 .. "抽" .. s["「开局洗卡抽卡」之量"] .. "卡 "
    end
  Debug.ShowHint(h1)
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle
  --~ 「开局洗卡抽卡」之量
  --~ 「开局选卡入手」之几张
  --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源
  --~ 能往手卡印几张卡
  --~ 最多能印几张卡
  function _G.aux.BeginPuzzle(u1, u2, u3, u4, u5)
    s["aux.BeginPuzzle"]()
    if u1 then
      s["开局洗卡抽卡"](u1)
      end







|
|







251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
    h1 = h1 .. "抽" .. s["「开局洗卡抽卡」之量"] .. "卡 "
    end
  Debug.ShowHint(h1)
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle
  --~ 「开局洗卡抽卡」之量
  --~ 「开局选卡入手」之
  --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源
  --~ 能往手卡印几张卡
  --~ 最多能印几张卡
  function _G.aux.BeginPuzzle(u1, u2, u3, u4, u5)
    s["aux.BeginPuzzle"]()
    if u1 then
      s["开局洗卡抽卡"](u1)
      end