游戏王残局简化版

Check-in [3a117406ec]
Login

Check-in [3a117406ec]

Overview
Comment:0.0.2560
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3a117406ec1a25772229a2acde566fa7ddfe8850b22f655ded4081b2d53ae10d
User & Date: 顽雨沉风 on 2023-09-28 11:14:39
Other Links: manifest | tags
Context
2023-09-28
12:59
0.0.2561 check-in: c3c6e7f7d2 user: 顽雨沉风 tags: trunk
11:14
0.0.2560 check-in: 3a117406ec user: 顽雨沉风 tags: trunk
2023-09-27
14:02
0.0.2559 check-in: 70f4701b63 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [8c91847db5] to [3fb152ef0e].

300
301
302
303
304
305
306


307
308
309
310
311
312
313
    end --}
    
  return false
  
  end --}
  
fun["一_开局添加手卡"] = function(str_1) --{


  
  str["开局添加手卡的数量"] = str_1
  
  str["效果"] = Effect.GlobalEffect()
  
  str["效果"]:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)







>
>







300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
    end --}
    
  return false
  
  end --}
  
fun["一_开局添加手卡"] = function(str_1) --{

  str["开局添加手卡"] = true
  
  str["开局添加手卡的数量"] = str_1
  
  str["效果"] = Effect.GlobalEffect()
  
  str["效果"]:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)