游戏王残局简化版

Check-in [719cb47a61]
Login

Check-in [719cb47a61]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 719cb47a61d5eadb1517ecb46a3bce138f068667b36eae2703734c4640187992
User & Date: 顽雨沉风 on 2024-02-13 14:57:59
Other Links: manifest | tags
Context
2024-02-14
01:21
check-in: ef7b6d6995 user: 顽雨沉风 tags: trunk
2024-02-13
14:57
check-in: 719cb47a61 user: 顽雨沉风 tags: trunk
14:53
check-in: d1652d7fa4 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [7434735055] to [9017f00bee].

39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  , [4] = "新大师 "
  , [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)







|
|







39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  , [4] = "新大师 "
  , [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)
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
  for k in aux.Next(str["超量素材组"]) do
    if fun["一_是否效果牌"](k) then
      str["这个残局的效果牌数量"] = str["这个残局的效果牌数量"] + 1
      end
    end
  --~ 开局说明
  h1 = str["这个残局的效果牌数量"] .. "牌 " .. str["规则"]
  if str["不洗牌"] == 0 then
  else
    h1 = h1 .. "伪洗牌 "
    end
  if str["无BP"] == 0 then
    h1 = h1 .. "无BP "
    end
  if str["无AI"] == 0 then
    h1 = h1 .. "无AI "
    end
  if s["开局选牌入手之数"] then
    h1 = h1 .. "选" .. s["开局选牌入手之数"] .. "牌 "
    end







|



|
|







218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
  for k in aux.Next(str["超量素材组"]) do
    if fun["一_是否效果牌"](k) then
      str["这个残局的效果牌数量"] = str["这个残局的效果牌数量"] + 1
      end
    end
  --~ 开局说明
  h1 = str["这个残局的效果牌数量"] .. "牌 " .. str["规则"]
  if s["伪洗牌"] == 0 then
  else
    h1 = h1 .. "伪洗牌 "
    end
  if s["战段"] == 0 then
    h1 = h1 .. "无战段 "
    end
  if str["无AI"] == 0 then
    h1 = h1 .. "无AI "
    end
  if s["开局选牌入手之数"] then
    h1 = h1 .. "选" .. s["开局选牌入手之数"] .. "牌 "
    end