游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [a049c0dd8c]:

To Artifact [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() --{