游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [ba050fc603]:

To Artifact [ba24fc198c]:


28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  [5] = "大师规则(2020) ",
  }
  s["Debug.ReloadFieldBegin"] = _G.Debug.ReloadFieldBegin
  --~ 模
  --~ 则数
  function _G.Debug.ReloadFieldBegin(u1, u2)
    s["伪洗卡"] = u1 & DUEL_PSEUDO_SHUFFLE
    s["战段"] = u1 & DUEL_ATTACK_FIRST_TURN
    s["智"] = u1 & DUEL_SIMPLE_AI
    if u2 then
      s["则"] = h1[u2]
    else
      s["则"] = h1[5]
      end
    s["Debug.ReloadFieldBegin"](u1, u2)
    end







|
|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  [5] = "大师规则(2020) ",
  }
  s["Debug.ReloadFieldBegin"] = _G.Debug.ReloadFieldBegin
  --~ 模
  --~ 则数
  function _G.Debug.ReloadFieldBegin(u1, u2)
    s["伪洗卡"] = u1 & DUEL_PSEUDO_SHUFFLE
    d["战斗阶段"] = u1 & DUEL_ATTACK_FIRST_TURN
    d["人工"] = u1 & DUEL_SIMPLE_AI
    if u2 then
      s["则"] = h1[u2]
    else
      s["则"] = h1[5]
      end
    s["Debug.ReloadFieldBegin"](u1, u2)
    end
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
    end
  --~ 开局说明
  h1 = h2 .. "卡 " .. s["则"]
  if s["伪洗卡"] == 0 then
  else
    h1 = h1 .. "伪洗卡 "
    end
  if s["战段"] == 0 then
    h1 = h1 .. "无战段 "
    end
  if s["智"] == 0 then
    h1 = h1 .. "无智 "
    end
  if d["数_选卡"] then
    h1 = h1 .. "选" .. d["数_选卡"] .. "卡 "
    end
  if d["数_禁格"] then
    h1 = h1 .. "禁" .. d["数_禁格"] .. "怪格 "
    end







|
|

|
|







150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
    end
  --~ 开局说明
  h1 = h2 .. "卡 " .. s["则"]
  if s["伪洗卡"] == 0 then
  else
    h1 = h1 .. "伪洗卡 "
    end
  if d["战斗阶段"] == 0 then
    h1 = h1 .. "无战斗阶段 "
    end
  if d["人工"] == 0 then
    h1 = h1 .. "无人工 "
    end
  if d["数_选卡"] then
    h1 = h1 .. "选" .. d["数_选卡"] .. "卡 "
    end
  if d["数_禁格"] then
    h1 = h1 .. "禁" .. d["数_禁格"] .. "怪格 "
    end