游戏王残局简化版

Check-in [15b94d8040]
Login

Check-in [15b94d8040]

Overview
Comment:0.0.504
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 15b94d8040baf278caf5e63c88851ce53461d0da75b4ae7d32850cffbc3c473b
User & Date: 顽雨沉风 on 2023-06-30 05:25:08
Other Links: manifest | tags
Context
2023-06-30
05:25
0.0.505 check-in: c555d5cc65 user: 顽雨沉风 tags: trunk
05:25
0.0.504 check-in: 15b94d8040 user: 顽雨沉风 tags: trunk
05:23
0.0.503 check-in: 45467c0d0c user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [b26a738c5f] to [c16ef90081].

82
83
84
85
86
87
88








89
90
91
92
93
94
95

  str["开局说明"] = str["开局说明"] .. " "

  if str["不洗牌"] == 0 then
  else
    str["开局说明"] = str["开局说明"] .. "伪洗牌"
    end









  Debug.ShowHint(str["开局说明"])
  end

fun["开局添加手卡"] = function(str_1)
  str["开局添加手卡"] = str_1
  effect_1 = Effect.GlobalEffect()







>
>
>
>
>
>
>
>







82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103

  str["开局说明"] = str["开局说明"] .. " "

  if str["不洗牌"] == 0 then
  else
    str["开局说明"] = str["开局说明"] .. "伪洗牌"
    end

  str["开局说明"] = str["开局说明"] .. " "

  if str["开局添加手卡"] then
    str["开局说明"] = str["开局说明"] .. "选 "
    str["开局说明"] = str["开局说明"] .. str["开局添加手卡"]
    str["开局说明"] = str["开局说明"] .. " 卡"
    end

  Debug.ShowHint(str["开局说明"])
  end

fun["开局添加手卡"] = function(str_1)
  str["开局添加手卡"] = str_1
  effect_1 = Effect.GlobalEffect()