游戏王残局简化版

Check-in [67711c767e]
Login

Check-in [67711c767e]

Overview
Comment:0.0.710
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 67711c767efdc14867e326bb085f524bdbd1d822d0bc9cba9dfd81b9b06c8130
User & Date: 顽雨沉风 on 2023-07-05 10:22:02
Other Links: manifest | tags
Context
2023-07-05
11:54
0.0.711 check-in: d339c6b9b3 user: 顽雨沉风 tags: trunk
10:22
0.0.710 check-in: 67711c767e user: 顽雨沉风 tags: trunk
10:20
0.0.709 check-in: be78d8f253 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [31bbe01e04] to [1900626652].

112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128

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

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

  if str["无BP"] == 0 then
  else
    str["开局说明"] = str["开局说明"] .. "无BP "
    end

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







<

<







112
113
114
115
116
117
118

119

120
121
122
123
124
125
126

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

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

  if str["无BP"] == 0 then

    str["开局说明"] = str["开局说明"] .. "无BP "
    end

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