游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [ba24fc198c]:

To Artifact [6bd5776ce2]:


27
28
29
30
31
32
33
34

35
36
37
38
39
40
41
27
28
29
30
31
32
33

34
35
36
37
38
39
40
41







-
+







  [4] = "新大师规则(2017) ",
  [5] = "大师规则(2020) ",
  }
  s["Debug.ReloadFieldBegin"] = _G.Debug.ReloadFieldBegin
  --~ 模
  --~ 则数
  function _G.Debug.ReloadFieldBegin(u1, u2)
    s["洗卡"] = u1 & DUEL_PSEUDO_SHUFFLE
    d["洗卡"] = 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
146
147
148
149
150
151
152
153

154
155

156
157
158
159
160
161
162
146
147
148
149
150
151
152

153
154

155
156
157
158
159
160
161
162







-
+

-
+







  for u1 in aux.Next(h3) do
    if d["是否有效果卡"](u1) then
      h2 = h2 + 1
      end
    end
  --~ 开局说明
  h1 = h2 .. "卡 " .. s["则"]
  if s["洗卡"] == 0 then
  if d["洗卡"] == 0 then
  else
    h1 = h1 .. "洗卡 "
    h1 = h1 .. "洗卡 "
    end
  if d["战斗阶段"] == 0 then
    h1 = h1 .. "无战斗阶段 "
    end
  if d["人工智能"] == 0 then
    h1 = h1 .. "无人工智能 "
    end