游戏王残局简化版

Check-in [5990d10d96]
Login

Check-in [5990d10d96]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5990d10d96ead3a2733fa78a67709f92c214934450f69fd8e29acafaf9e57dbb
User & Date: 顽雨沉风 on 2024-06-27 07:55:42
Other Links: manifest | tags
Context
2024-06-27
07:58
0 check-in: 2f6b499b2b user: 顽雨沉风 tags: trunk
07:55
0 check-in: 5990d10d96 user: 顽雨沉风 tags: trunk
07:51
0 check-in: 511cb54144 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [b43bb0460c] to [643091f73d].

188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle
  --~ 「开局选卡入手」之量
  --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源
  --~ 能印手卡几张
  --~ 最多能印卡几张
  function _G.aux.BeginPuzzle(u1, u2, u3, u4)
    s["aux.BeginPuzzle"]()
    if u1 then
      s["开局选卡入手"](u1)
      end
    if u2 then
      s["印卡"](u2, u3, u4)
    else
      end
    s["开局示"]()
    end
  end







|

|
|

|
|





188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle
  --~ 「开局选卡入手」之量
  --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源
  --~ 能印手卡几张
  --~ 最多能印卡几张
  function _G.aux.BeginPuzzle(o1, o2, o3, o4, o5)
    s["aux.BeginPuzzle"]()
    if o1 then
      s["开局选卡入手"](o1)
      end
    if o3 then
      s["印卡"](o3, o4, o5)
    else
      end
    s["开局示"]()
    end
  end