游戏王残局简化版

Check-in [27389a3b0a]
Login

Check-in [27389a3b0a]

Overview
Comment:0.0.2034
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 27389a3b0a3407ac945edc58b0d27e3545ccaf142c68fd0d39144ea71b9b6aa3
User & Date: 顽雨沉风 on 2023-07-23 00:36:27
Other Links: manifest | tags
Context
2023-07-23
00:40
0.0.2035 check-in: 0d5ba0fc61 user: 顽雨沉风 tags: trunk
00:36
0.0.2034 check-in: 27389a3b0a user: 顽雨沉风 tags: trunk
00:35
0.0.2033 check-in: 6254eda63a user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [792052437b] to [1a72dce53b].

266
267
268
269
270
271
272
273
274
275

276
277
278
279
280
281

282
283

284
285
286
287
288
289
290
    .. str["开局添加手卡的数量"]
    .. "卡 "
    
    end --}
    
  if str["禁格"] then --{
    
    str["开局说明"] = str["开局说明"] .. str["禁格的前缀"]
    str["开局说明"] = str["开局说明"] .. str["禁格"]
    str["开局说明"] = str["开局说明"] .. str["禁格的后缀"]

    
    end --}
    
  if str["随机抽卡的数量"] then --{
    
    str["开局说明"] = str["开局说明"] .. str["随机抽卡的前缀"]

    str["开局说明"] = str["开局说明"] .. str["随机抽卡的数量"]
    str["开局说明"] = str["开局说明"] .. str["随机抽卡的后缀"]

    end --}
    
  Debug.ShowHint(str["开局说明"])
  
  end --}
  
fun["开局添加手卡"] = function(str_1) --{







|
|
|
>





|
>
|
<
>







266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284

285
286
287
288
289
290
291
292
    .. str["开局添加手卡的数量"]
    .. "卡 "
    
    end --}
    
  if str["禁格"] then --{
    
    str["开局说明"] = str["开局说明"]
    .. "禁"
    .. str["禁格的数量"]
    .. "格 "
    
    end --}
    
  if str["随机抽卡的数量"] then --{
    
    str["开局说明"] = str["开局说明"]
    .. "抽"
    .. str["随机抽卡的数量"]

    .. "卡 "
    end --}
    
  Debug.ShowHint(str["开局说明"])
  
  end --}
  
fun["开局添加手卡"] = function(str_1) --{