游戏王残局简化版

Check-in [82c1431ff8]
Login

Check-in [82c1431ff8]

Overview
Comment:0.0.517
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 82c1431ff873b38637bb1ef45135bcdc2cd9e9c3ad9aa0765c02d059f49fdefe
User & Date: 顽雨沉风 on 2023-06-30 08:13:11
Other Links: manifest | tags
Context
2023-06-30
08:15
0.0.518 check-in: c279e10177 user: 顽雨沉风 tags: trunk
08:13
0.0.517 check-in: 82c1431ff8 user: 顽雨沉风 tags: trunk
05:44
0.0.516 check-in: 3c29ca6ba5 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [4540cc9d7f] to [ccea2dc1ce].

11
12
13
14
15
16
17




18
19
20
21
22
23
24
    str["规则"] = "大师3 "
    elseif str_2 == 4 then
      str["规则"] = "新大师 "
      end
  else
    str["规则"] = "大师2020 "
    end




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

fun["通关邀请"] = function()
  local effect_1
  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD







>
>
>
>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
    str["规则"] = "大师3 "
    elseif str_2 == 4 then
      str["规则"] = "新大师 "
      end
  else
    str["规则"] = "大师2020 "
    end

  if str["开局添加手卡"] then
    str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
    end
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end

fun["通关邀请"] = function()
  local effect_1
  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD