游戏王残局简化版

Check-in [e8a4eb1d6e]
Login

Check-in [e8a4eb1d6e]

Overview
Comment:0.0.1519
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e8a4eb1d6e344b9b2eb37ab54362c5e6299c3c8027a7c45133d1ad662c23b13c
User & Date: 顽雨沉风 on 2023-07-16 00:43:13
Other Links: manifest | tags
Context
2023-07-16
00:44
0.0.1520 check-in: b1b5869ebc user: 顽雨沉风 tags: trunk
00:43
0.0.1519 check-in: e8a4eb1d6e user: 顽雨沉风 tags: trunk
00:42
0.0.1518 check-in: b08e3d3ba8 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [a049c0dd8c] to [508edd7baa].

299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314

fun["开局添加手卡"] = function(str_1) --{
  
  str["开局添加手卡"] = str_1
  
  effect_1 = Effect.GlobalEffect()
  
--~   effect_1:SetType(EFFECT_TYPE_FIELD
--~   + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_ADJUST)
  
--~   effect_1:SetCountLimit(1)
  
  function cache_1() --{
    







|
|







299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314

fun["开局添加手卡"] = function(str_1) --{
  
  str["开局添加手卡"] = str_1
  
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_ADJUST)
  
--~   effect_1:SetCountLimit(1)
  
  function cache_1() --{