游戏王残局简化版

Check-in [ab8e787d19]
Login

Check-in [ab8e787d19]

Overview
Comment:0.0.483
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ab8e787d19a31e702b93de137b4978f25e0b785f20f17e4fe64242bfcf7c93da
User & Date: 顽雨沉风 on 2023-06-30 04:47:06
Other Links: manifest | tags
Context
2023-06-30
05:00
0.0.484 check-in: dcf6c0b88b user: 顽雨沉风 tags: trunk
04:47
0.0.483 check-in: ab8e787d19 user: 顽雨沉风 tags: trunk
04:46
0.0.482 check-in: 29959a9986 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [01738dfea6] to [fc5aedc85c].

10
11
12
13
14
15
16

17


18
19
20
21
22
23
24
Debug.ReloadFieldBegin = function(str_1, str_2)
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE

  if str_2 then
    if str_2 == 3 then
    str["规则"] = "大师3"
    elseif str_2 == 4 then

      end


    end
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end



_G["通关邀请"] = function()







>

>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Debug.ReloadFieldBegin = function(str_1, str_2)
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE

  if str_2 then
    if str_2 == 3 then
    str["规则"] = "大师3"
    elseif str_2 == 4 then
      str["规则"] = "新大师"
      end
  else
    str["规则"] = "大师2020"
    end
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end



_G["通关邀请"] = function()