游戏王残局简化版

Check-in [59e30ce26c]
Login

Check-in [59e30ce26c]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 59e30ce26c20baea43d6612bfa214ca2780fd9d4378663016f613f5be5519775
User & Date: 顽雨沉风 on 2024-06-27 08:30:33
Other Links: manifest | tags
Context
2024-06-27
08:42
0 check-in: 72a706f479 user: 顽雨沉风 tags: trunk
08:30
0 check-in: 59e30ce26c user: 顽雨沉风 tags: trunk
08:29
0 check-in: 8c0eee1624 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [4b8cc3bc33] to [e576b446bf].

23
24
25
26
27
28
29
30
31


32
33
34
35
36
37
38
23
24
25
26
27
28
29


30
31
32
33
34
35
36
37
38







-
-
+
+







  --~ 这一局所适用规则的对
  k1 = {
    [3] = "大师规则 ",
    [4] = "新大师规则(2017) ",
    [5] = "大师规则(2020) ",
    }
  f["Debug.ReloadFieldBegin"] = _G.Debug.ReloadFieldBegin
  --~ 
  --~   --~ 这一局的模式
  --~ 规则参  function _G.Debug.ReloadFieldBegin(o1, o2)
    d["数_假洗卡"] = o1 & DUEL_PSEUDO_SHUFFLE
    d["数_战斗阶段"] = o1 & DUEL_ATTACK_FIRST_TURN
    d["数_人工智能"] = o1 & DUEL_SIMPLE_AI
    if o2 then
      d["字_这一局的规则"] = k1[o2]
    else