游戏王残局简化版

Check-in [632b8c0287]
Login

Check-in [632b8c0287]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 632b8c0287eb33a0e714d24ae5ae3ab92ba618ac42a3c943183ce744fd2d5e0d
User & Date: 顽雨沉风 on 2024-06-27 07:49:13
Other Links: manifest | tags
Context
2024-06-27
07:50
0 check-in: 6d3e8243f0 user: 顽雨沉风 tags: trunk
07:49
0 check-in: 632b8c0287 user: 顽雨沉风 tags: trunk
07:46
0 check-in: 4a9f2f4323 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [72b065f460] to [5357251dc2].

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  83980492,
  }
s["全区"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA
do
  local h1
  --~ 则对
  h1 = {
  [3] = "大师3 "
  , [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







|
|
|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  83980492,
  }
s["全区"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA
do
  local h1
  --~ 则对
  h1 = {
  [3] = "大师规则 ",
  [4] = "新大师规则(2017) ",
  [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